Normalization Procedure

The normalization procedure was a simple program run on all sound vectors before analyzing them. The process scales and shifts the sound vectors so they have a max amplitude of one and have a average value of zero. This removes DC component from the Frourier transform and also ensures that the amplitude of the transforms are of similar magnitude.

Click here to view our Matlab Normalize M-File.

Click here to download our Matlab Normalize M-File.

* Note: the ".bin" extension on the m-file does NOT indicate a binary file type.
It only tricks your browser into downloading the file instead of viewing it.

Back to Matlab Code page