#include #include main() { int N; int M=1000; float fs=8000.0; FILE* fp=fopen("fresp.dat", "w"); fprintf(stdout, "enter order:\n"); fscanf(stdin, "%d", &N); float *x = new float[N]; for (int i=0; i