what is the special about minimum phase filter ?
why we use DCT extensilvely in compression?
why after DCt we use a zig zag manner for run length coding?
I general , in time domain
1hz= 1cycle per sec
2hz= 2cycle per sec
100hz= 100 cycle per sec ,
1000hz= 1000 cycles per sec , hard to count in this case
In time domain its very hard to count number of cycles per sec to we have gone for Frequency domain in which we will get exact peak at the respective frequency,
in frequency domain there are many errors such as
2 peaks in the same plot, and side lobes.
So here the DCT & DST originated , As Fourier transforms has (e^jw) i.e sine and cos terms. The DCT will Pic up informative samples in FFT. Due to this this memory is conserved.
- - - Updated - - -
What is the basic difference blw FIR and IIR filters?
If a have two vectors, how will i check the orthogonality of those vectors?
A1) The basic Difference is the Transfer function. hope you know it , Fir is Non-recursive (no feed back) IIr is Recursive.If we go on there are lot to say such as designing , ripples.
The condition for orthogonality is when the cross co-relation of two signal is equal to zero .