// Instructions: // Set the real and imaginary parts of F[5] and F[59] to zero. // Compile and execute import edu.gwu.lintool.*; public class DFTExample3 { public static void main (String[] argv) { // Noisy music sample: f(0), f(1), ..., f(N-1) double[] signal = SignalExample.getMusicSample2 (); int N = signal.length; Function F = new Function ("song #2"); for (int k=0; k