How can I save captured data from SDR hardware?

조회 수: 5 (최근 30일)
Michael Diamantopoulos
Michael Diamantopoulos 2018년 8월 16일
편집: Ben Cunningham 2019년 9월 19일
I am running this example: Airplane Tracking Using ADS-B Signals and ADALM-PLUTO Radio. How can I save the captured data in a file so I can run them again later?

답변 (1개)

Ben Cunningham
Ben Cunningham 2019년 9월 19일
편집: Ben Cunningham 2019년 9월 19일
Sorry nobody got back to you earlier.
However it sounds like you are after the new 'capture' functionality introduced in 19b. Here is an example: Capture RF Data to Baseband File Using ADALM-PLUTO Radio.
e.g. specifically
capture(rx,5,'Seconds','Filename','MyRecording.bb');
Then you can use the baseband file reader to read back the captured data into the example you link.

카테고리

Help CenterFile Exchange에서 Analog Devices ADALM1000 Support from Data Acquisition Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by