- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My company developes signal processing applications on processors like Motorola's 7447 The application is written in C.
Each processor gets header and data. The header is a 'ANSI-C' structure contains instructions of how to process the data. For example: Matrix size, FFT size, control flags and so on. The "management" layer takes parametrs from the header and calls routines written in assembly \ AltiveC to perform the computations (add, multiply and so on). The "management" layer contains a lot of "check and decide" rules (if then else), error reproting, conditional loops and so on. We now want to use Stratix III instead of Motorola's processor. Can we write the "management" phase using Matlab's simulink ? If I understand correctly, simulink can be used to write the computation layer only. Not the "management layer". Is it possible to integrate a 'C' code in Simulink ? Thanks.Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A DSP Builder user might have other ideas for you, but your application sounds like a good one to use DSP Builder (http://www.altera.com/products/software/products/dsp/dsp-builder.html) and SOPC Builder (http://www.altera.com/products/software/products/sopc/sop-index.html) integrated together. The SOPC Builder system can contain a Nios processor to run C code.
I did a quick search for information on using the two tools together and found Application Note 394, "Using SOPC Builder & DSP Builder Tool Flow", available at http://www.altera.com/literature/lit-an.jsp.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page