FMCW plot with 5e-6 sweep time
Mostrar comentarios más antiguos
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)
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Continuous Waveforms en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!