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:
canisio
2026-06-11 12:43:46 -03:00
parent aba2f02820
commit 2d668be90f
2 changed files with 1 additions and 1 deletions

View File

@@ -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