Reading .wav audio file for Code Generation
1 次查看(过去 30 天)
显示 更早的评论
The Simulink provides block 'From Multimedia File' in DSP Systems Toolbox. I am trying to use this block for code generation for C6713 DSK. But, it is not getting built in CCS environment.
Is this block supported for code generation ? Thanks in advance.
Amey Kulkarni
0 个评论
采纳的回答
Kaustubha Govind
2013-2-27
It doesn't look like that block supports code-generation for embedded targets. It will run it in Rapid Accelerator mode though, since the Block Support Table (run showsignalblockdatatypetable at the MATLAB prompt and look at the "Code Generation Support" column against the row for "From Multimedia File"). The footnote says "Host computer only. Excludes Real-Time Windows (RTWIN) target." - the host computer is the target in Rapid Accelerator mode. These are the only C6713 specific blocks currently available.
However, if you know how to do the same operation using C-code for your target board, you can create a custom driver block.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Code Generation and Deployment 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!