jallem
Advanced Member level 1
- Joined
- Jul 23, 2005
- Messages
- 450
- Helped
- 73
- Reputation
- 146
- Reaction score
- 10
- Trophy points
- 1,298
- Activity points
- 4,993
speed of matlab vs c
Matlab handle matrix or vectorization as soneone said. So it is
easier to create an algorithm and test it without being a full
programmer. Matlab is for the DSP designer and C/C++ is
for the DSP implementator. If you try to bypass Matlab in order
to go directly to C/C++ for implementation you find yourself
in a big problem. Simplication is what Matlab does. But implementation
can't be done in Matlab.
Matlab handle matrix or vectorization as soneone said. So it is
easier to create an algorithm and test it without being a full
programmer. Matlab is for the DSP designer and C/C++ is
for the DSP implementator. If you try to bypass Matlab in order
to go directly to C/C++ for implementation you find yourself
in a big problem. Simplication is what Matlab does. But implementation
can't be done in Matlab.