MATLAB: How to maximize RTDX throughput with Embedded Target for TI C6000 (R2006b)

Target Support Package TC2

I am using RTDX for I/O in my C6000 model and I would like to increase the throughput to handle a higher data transfer rate.

Best Answer

Two suggestions for improving throughput are:
1. Switch from signal-based to framed-based processing if working with RTDX, (such as frame size 2048), and use an RTDX sample time of 2048/fs. If that works, you could vary the frame size and sample times to see if faster transfers are possible for your particular setup.
2. Change 'double' signals to 'single'.