frequency ulation
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
mohamed al-asklany
il 21 Feb 2012
Modificato: Walter Roberson
il 18 Ott 2013
hello,i am trying to make a receiver for frequency modulated continous wave radar system and my problem is how i can detect frequncy of mixer output to calculat range of target
0 Commenti
Risposta accettata
Honglei Chen
il 21 Feb 2012
You can do an FFT to the output of the mixer to find the beat frequency. You can then convert beat frequency to the range using the equation associated with FMCW waveform. You can find the equation itself in Skolnik's Introduction to Radar Systems, either 1st or 2nd edition.
2 Commenti
Honglei Chen
il 21 Feb 2012
http://www.mathworks.com/products/matlab/demos.html?file=/products/demos/shipping/matlab/fftdemo.html
To automate the peak finding process, you can consider using findpeaks function in Signal Processing Toolbox.
doc findpeaks
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Detection, Range and Doppler Estimation in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!