GPS Signal Transmission, Acquisition and Tracking Using PlutoSDR

42 ビュー (過去 30 日間)
Abdul
Abdul 2025 年 1 月 20 日 14:25
回答済み: Epsilon 2025 年 1 月 31 日 10:57
GPS Signal Transmission, Acquisition and Tracking Using PlutoSDR example uses:
  1. Satellite Communications Toolbox
  2. Communications Toolbox Support Package for Analog Devices ADALM-PLUTO Radio
I installed these both successfully but when I want to open the example using
openExample('satcom/GPSReceiverAcquisitionAndTrackingUsingPlutoSDRExample')
It prints following errors:
>> openExample('satcom/GPSReceiverAcquisitionAndTrackingUsingPlutoSDRExample')
Error using findExample
Example "GPSReceiverAcquisitionAndTrackingUsingPlutoSDRExample" not found in "C:\Program
Files\MATLAB\R2022b\examples\satcom\examples.xml".
Error in setupExample (line 6)
metadata = findExample(arg);
Error in openExample (line 30)
[workDir,metadata] = setupExample(exampleId, workDir);
>>
and its saying true that example is present in the directory but not included in example.xml. but why????
secondly I included it in xml file manually but the same error occurred again.
  1 件のコメント
Abhishek
Abhishek 2025 年 1 月 27 日 5:44
Upon attempting to open the example in MATLAB R2022b, the same error occurred, however, it opened successfully in MATLAB R2023a. Updating the MATLAB version to R2023a or newer would help resolve the issue.

サインインしてコメントする。

採用された回答

Epsilon
Epsilon 2025 年 1 月 31 日 10:57
Hi Abdul,
The example 'satcom/GPSReceiverAcquisitionAndTrackingUsingPlutoSDRExample' is new to release R2023a and thus cannot be found in R2022b.
Upgrade to R2023a to access the example.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeRF Blockset Models for Transceivers についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by