This project generates DFT of random sinusoids and studies the properties of DFT using them.
##Usage
make 1a
for generating random sinusoids and computing frequency from no of zero crossings.make 1b
to obtain the DFT spectrum of generated sinusoids and computing frequency from spectrum.make 2a
to verify superposition theorem for DFT signals.make 2b
to verify convolution property for DFT signals.make 2d
to verify Parseval's theorem and circular shift property for DFT signals.