Commit a41acf59 authored by Andrey Filippov's avatar Andrey Filippov

implementng mdct/imdct

parent 4ebf5c11
This diff is collapsed.
......@@ -2517,8 +2517,8 @@ private Panel panel1,panel2,panel3,panel4,panel5,panel5a, panel6,panel7,panelPos
x[1] = 1.0;
y= dtt.dctiv_direct(x);
xr= dtt.dctiv_direct(y);
y1= dtt.dctiv_recurs(x);
xr1= dtt.dctiv_recurs(y1);
y1= dtt.dct_iv(x);
xr1= dtt.dct_iv(y1);
PlotWindow.noGridLines = false; // draw grid lines
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment