mirror of https://github.com/thesofproject/sof.git
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:
parent
353244d146
commit
5683382872
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue