How to define SweepSlope parameter of phased.RangeAngleResponse object
Ältere Kommentare anzeigen
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);
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Continuous Waveforms finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!