필터 지우기
필터 지우기

FMCW plot with 5e-6 sweep time

조회 수: 2 (최근 30일)
AR
AR 2013년 4월 1일
i want to generate this waveform with 5e-6 sweep time and 100e6 sample rate,and bandwidth 50e6, seems like i can not plot it because of float nature of sweeptime, every time i get error of SweepTime*SweepRate should be integer, how can I avoid this error???
hw = phased.FMCWWaveform('SweepBandwidth',100e6,'SweepTime',5e-6,'SampleRate',100e6);
plot(hw)

채택된 답변

Honglei Chen
Honglei Chen 2013년 4월 2일
Hi Ali,
You can work around this as described in the following bug report.
HTH

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Continuous Waveforms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by