Matlab DSP Scripts
Below are links to various Digital Signal Processing related Matlab scripts.
Note: Please read the disclaimer. The author does not guarantee that the scripts are free of errors in logic or syntax.
cordic_phase_est.m
A Matlab implementation of the CORDIC algorithm for phase estimation of a complex number using only bit-shifts and adds. See the accompanying article about this here.
linear_mag_est.m
A Matlab implementation of an algorithm for simple magnitude estimation of a complex number using only bit-shifts and adds. See the accompanying article about this here.