How to define SweepSlope parameter of phased.RangeAngleResponse object
Mostra commenti meno recenti
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);
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Continuous Waveforms in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!