From: Wayne King on
"Bhavna Tripathi" <my.bhavna(a)gmail.com> wrote in message <hltmh2$9v1$1(a)fred.mathworks.com>...
> i need the matlab code for "reconstruction of underwater image by bispectrum" for my final year project.
> along with the proper tutorials as i'm not a professional matlab programmer.
> please help me with this.

In addition to Rune's suggestions, you may want to obtain the old toolbox

http://www.mathworks.com/matlabcentral/fileexchange/3013

You will find routines for calculating the bispectrum, but you most likely will need to modify the code, which means you'll need to understand it, etc. (hence Rune's suggestions).

At least it will provide a substantial starting point, since coding higher order spectral analysis routines is not a trivial way to begin writing MATLAB code.

Wayne