IIR low pass filters are simple to implement and require minimal data storage. However floating point IIR filter arithmetic is expensive to compute on microcontrollers without FPU units.
Additi...
In Matlab when we want to compute the square root of a number we use the 'sqrt()' command. For example, if z = 9 we find the square root of z by typing the
 ...
Estimates delay and scaling factor between two signals by iteration ( Code snippet: )
Introduction
Quite many DSP-related tasks involve an unknown time delay between signals that needs to be estimat...
This function is used to plot and compare the power spectra of different discrete PAM signlas such as: NRZ polar, NRZ Bipolar, NRZ Unipolar, Manchester format etc....
This function is used to generate duobinary encoder and decoder output with example input and output are pasted below the function. You can test those inputs and verify your result....