Identifying the ADS-B signal received using RTL-SDR dongle.

2 次查看(过去 30 天)
Hi, I am trying to develop an algorithm to identify ADS-B signal recived by the RTL-SDR. So far I collected the IQSamples using the following command:
RX = comm.SDRRTLReceiver('0','CenterFrequency',1090e6,...
'EnableTunerAGC',false,'TunerGain',60,'SampleRate',2.4e6,...
'OutputDataType','single','SamplesPerFrame',262144,...
'FrequencyCorrection',0)
I plotted the IQSamples and this is my result:
My next step is to set a threshold crossing for the noise floor. However, I am not sure how to implement the threshold. Can someone guide me to code the threshold?
Thank you.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Communications Toolbox 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by