How to define SweepSlope parameter of phased.RangeAngleResponse object
Mostrar comentarios más antiguos
Below are the settings I'm using to create a phased.RangeAngleRresponse object. My assumption is the SweepSlope should just be the bandwidth of my LFM pulse divided by the pulse width. Is this a correct assumption?
response = phased.RangeAngleResponse(...
'RangeMethod','FFT',...
'SensorArray',MosaicArray,...
'OperatingFrequency',fc,...
'ElevationAngleSource','Property',...
'ElevationAngle',0,...
'SampleRate',fs,...
'SweepSlope',bw/tau,...
'ReferenceRangeCentered',false,...
'ReferenceRange',0,...
'RangeWindow','Taylor',...
'RangeSidelobeAttenuation',30,...
'DechirpInput',true);
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Continuous Waveforms en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!