nFrames reduced to 64. Responsiveness is back. So the FrFT implementation is not optimized on the A53 processor. Nevertheless, peak is not concentrated, I still need to figure out parameters of transform and how to cope with this non-ideal case (real life)
This commit is contained in:
Binary file not shown.
@@ -89,7 +89,7 @@ samplesFrame = 512; % number of samples in one frame
|
||||
TFrame = samplesFrame*Ts_eff; % time duration of a frame
|
||||
|
||||
%Number of frames in the DPW
|
||||
nFrames = 1024;
|
||||
nFrames = 64;
|
||||
|
||||
%% FrFT tests
|
||||
pulseBeta = pulseBw/pulseT; % chirp-rate in Hz/s
|
||||
|
||||
Reference in New Issue
Block a user