Reply by julius February 14, 20072007-02-14
On Feb 14, 8:04 am, joaquindurant...@gmail.com wrote:
> Hi all, > > Can anybody provide me a fixed-point implementation (matlab, c/c+ > +,... ) of the MMSE equalizer? > > Thanks
This is a very poor way of asking. When converting from floating-point to fixed-point, the devil is in the details. In this case your provided none. With some luck, you may be able to just get a floating- point code and replace all the floating-point operations into fixed-point and it will work. When it doesn't, then it requires some knowledge of what exactly it is you are doing. Another way to say it is that there is no general fixed-point implementation that will work for all cases. Julius
Reply by February 14, 20072007-02-14
Hi all,

Can anybody provide me a fixed-point implementation (matlab, c/c+
+,... ) of the MMSE equalizer?

Thanks