|
"Phil Goddard" <phil@modeling-simulation-visualization.com> wrote in message <je7edr$pan$1@newscl01ah.mathworks.com>...
>
> > 1. I saw a DSP toolbar which has the G 711 coder.
> > I didn't saw other coders (G 729 for example), are there more coders ?
> > if not, how can I implement the G729 coder ?
>
> Presumably you mean the G711 Codec rather than coder.
> If so, there's a block for it in the DSP System Toolbox.
>
> There is no block for G729 (as of R2011b).
> To write your own you'd need to do some pretty advanced stuff with writing your own fixed-point S-Function, and most likely a tlc file too (for code generation).
>
> > 2. Can I convert simulink model into C++ code ?
> > (if the answer is yes, How can I do it ) ?
>
> This is achieved using the Simulink Coder, although you will most likely also need the Simulink Embedded Coder.
>
> > 3. Is there a way to model AM/FM modulation with simulink ?
>
> You can implement your own algorithms or use the blocks in the DSP System Toolbox.
>
> You should look at the doc for all of the above products:
> http://www.mathworks.com/help/?s_cid=global_nav
>
> Phil.
Thank's for your answer.
1. from your answer I understand that there is no G729 implementation (simulink impl) in matlab (like g711) ?
2. Can you give me a good link tutorial for how to use the coder (simulink coder) ?
3. Is there a different between simulink coder and matlab coder ?
Thanks again :-)
|