DSPRelated.com
Forums

C6713DSK to Simulink data transfer

Started by b.pr...@iu-bremen.de June 16, 2006
I have implemented an OFDM communication system in Simulink. I am using Link to CCS and CCSv3.1 Platinum to build the model and transfer data to one TI C6713 board. The output of the board goes to the input of a second C6713 board.

The problem is I do not know how to transfer the received data (from the second board) back to simulink.

Using the Line in ADC block digitizes and transfers the received data to the board processor. Can I use a RTDX channel to transfer the data to Simulink again?
If yes please tell me how!! If there are other solutions please let me know!

I appreciate it!
B Pricope-

> I have implemented an OFDM communication system in Simulink. I am
> using Link to CCS and CCSv3.1 Platinum to build the model and transfer
> data to one TI C6713 board. The output of the board goes to the input
> of a second C6713 board.
>
> The problem is I do not know how to transfer the received data (from
> the second board) back to simulink.
>
> Using the Line in ADC block digitizes and transfers the received data
> to the board processor. Can I use a RTDX channel to transfer the data
> to Simulink again?

As long as you are communicating with just one 6713 board (SIMULINK sees only one
board) you should be able to use RTDX to both send and receive data. Explore the
audio I/O examples first, they use both Rx and Tx at the same time, and go from
there.

You might try posting your question to c....

-Jeff