Ambiguity Function of FMCW waveform
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I have seen matlab example of ambiguity function for LFM wave,so i was wondering if we can plot Ambiguity function for frequency modulated continous wave also?? can you give me example?
0 commentaires
Réponse acceptée
Honglei Chen
le 13 Mar 2013
You could technically do it the same way, e.g.
hw = phased.FMCWWaveform('SweepBandwidth',1e7,'SampleRate',2e7,...
'SweepDirection','Triangle','NumSweeps',2);
x = step(hw);
ambgfun(x,hw.SampleRate,1/(2*hw.SweepTime))
As a side note, there is also something called periodic ambiguity function which is designed for cw signals, but Phased Array System Toolbox currently doesn't offer that.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Descriptive Statistics dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!