Reading .wav audio file for Code Generation

조회 수: 1 (최근 30일)
Amey Kulkarni
Amey Kulkarni 2013년 2월 27일
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

채택된 답변

Kaustubha Govind
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.
  댓글 수: 1
Amey Kulkarni
Amey Kulkarni 2013년 3월 1일
Dear Madam,
Thanks a lot for the hint, I shall try with it.
Amey

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Code Generation and Deployment에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by