DSPRelated.com
Forums

C equivalent code

Started by jonas yu May 2, 2005
Hello everybody,

I have a ".m" & ".mdl" file in MATLAB that uses filter design toolbox to create fir interpolation, decimation & multirate filters. Is there any method/tool/program that can generate the exact equivalent C/c++ code that performs the same function as the corresponding ".m" & ".mdl" was doing? All type of replies are appreciated.

bye


Hi Jonas,

I had the same problem recently and I got a very nice answer from a
Polish forum. Type exactly what follows in any search engine: "matlab to
c++" (" " are essential for proper search). And I also heard about a
freeware alternative to Mathworks translator. It's called MATCOM.

Hope this'll help.

Hanna

jonas yu napisa(a):

> Hello everybody,
>
> I have a ".m" & ".mdl" file in MATLAB that uses filter design toolbox
> to create fir interpolation, decimation & multirate filters. Is there
> any method/tool/program that can generate the exact equivalent C/c++
> code that performs the same function as the corresponding ".m" &
> ".mdl" was doing? All type of replies are appreciated.
>
> bye >
> *
>
> * To <http://docs.yahoo.com/info/terms/>.




jonas yu wrote:
Hello everybody,
I have a ".m" & ".mdl" file in MATLAB that uses filter design toolbox to
create fir interpolation, decimation & multirate filters. Is there any
method/tool/program that can generate the exact equivalent C/c++ code that
performs the same function as the corresponding ".m" & ".mdl" was doing? All
type of replies are appreciated.
bye

Have a look at a project called "Octave" too: Octave

Quad