/* This file contains definitions and structures filename: dsp1.h */

#include 
#include 
/*#include  */

#define size 600
#define pi 3.141592654
#define maxbits 30

typedef struct {
	double real;
	double imag;
	double modulus;
	double angle;
	}complex;

To see the main program for dft
To see the main program for fft
To see the main program for izt
To go back to homepage