フィルターのクリア

how i can plott fmcw tx and rx and beat frequency in matlab in triangular modulation by sinwave varried frequency please help me

1 回表示 (過去 30 日間)
how i can plott fmcw tx and rx and beat frequency in matlab in triangular modulation by sinwave varried frequency please help me

採用された回答

Youssef  Khmou
Youssef Khmou 2014 年 2 月 1 日
try this, as explained in the documentation :
hw = phased.FMCWWaveform('SweepBandwidth',1e5,...
'OutputFormat','Sweeps','NumSweeps',2);
plot(hw);

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSpectral Measurements についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by