RTL-SDR Demo FM Receiver
10 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I would like to test the demo FMReceiverExample.m and I got the following error:
>> FMReceiverExample
> Specify run time in seconds [10.800000]: 10
> Enter signal source.
> 1) File
> 2) RTL-SDR
> 3) ADALM-PLUTO
>
> Signal source [1]: 2
Searching for radios connected to your host computer...
> Enter the number corresponding to the radio you would like to use.
> 1) RTL-SDR [Radio Address: 0]
>> Radio [1]: 1
> Enter FM channel frequency (Hz) [1.025000e+08]: 1.059e8
Error using comm.SDRRTLReceiver/checkForError
Cannot create a driver for the specified address. The
address '0' is already owned by a block, block dialog, or
System object. Stop the simulation, close the open
dialog, or call the release method of the System object
to allow a new owner to be assigned.
Error in comm.SDRRTLReceiver/setupImpl
Error in FMReceiverExample (line 117)
[rcv,~,lost,late] = sigSrc();
How can I overcome this failure?
Best regards,
CK
0 Kommentare
Antworten (1)
Jyotsna Talluri
am 2 Apr. 2020
This error occurs when the radio hardware is already in use by another MATLAB session. Release the radio hardware by calling the release method of the System object.
release(obj)
.Refer to the below link to know more about release function.
You can also close the running MATLAB Session , restart MATLAB and setup radios again
0 Kommentare
Siehe auch
Kategorien
Mehr zu Analog Devices ADALM1000 Support from Data Acquisition Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!