GPS Signal Transmission, Acquisition and Tracking Using PlutoSDR
1 view (last 30 days)
Show older comments
GPS Signal Transmission, Acquisition and Tracking Using PlutoSDR example uses:
- Satellite Communications Toolbox
- 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 Comment
Abhishek
on 27 Jan 2025
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.
Accepted Answer
Epsilon
on 31 Jan 2025
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.
Link to the example in R2023a documentation: https://www.mathworks.com/help/releases/R2023a/satcom/ug/gps-receiver-acquisition-and-tracking-using-pluto-sdr.html
0 Comments
More Answers (0)
See Also
Categories
Find more on RF Blockset Models for Transceivers in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!