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

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

 채택된 답변

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

추가 답변 (0개)

카테고리

질문:

2014년 1월 23일

댓글:

2014년 2월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by