Tools: Tune: SRC: Avoid flood of plot windows with large SRC matrix

This patch forces open of every plot to the same picture window.
Earlier version could open hundreds of windows and freeze the
computer.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
Seppo Ingalsuo 2022-04-21 16:53:04 +03:00 committed by Liam Girdwood
parent 353244d146
commit 5683382872
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ g_dc_comp_lin = 10^(-g_dc/20);
if 1
p_ymin = floor((-cnv.rs-50)/10)*10;
p_ymax = 10;
figure;
figure(1);
clf;
plot(f_p, m_db);
grid on;