class test_parabola { public static void main(String [ ] args) { short c[]; MatInf1100Sound parabola; int i; c = new short [9]; for (i=0; i<9; i++) c[i] = (short)((i-4)*(i-4)); parabola = new MatInf1100Sound(c,1.0); //Lag lyd objekt Compressed1100Sound compressed_parabola; //Definer komprimert lyd compressed_parabola = new Compressed1100Sound(parabola); //Utfør dekomposisjonen //Skriv ut restkoeffisienter short w[], d[]; System.out.println("d-array:"); d = compressed_parabola.d; for (i=0; i