So I've got the goal of writing a heart rate arrythmia detection algorithm using the C5505 DSP EVM board, and want to use the analog front-end to simplify the process. I am currently running into two unrelated problems.
I am running the ECG demo, and it reacts to voltage signals, but I'm having some trouble up at the front-end with getting a reliable signal from an ECG generator to be read correctly (the display is showing a mess, not the clean ECG signal it is supposed to be showing.) anyone know what are the best ways of outputting fake analog signals from Labview and getting them cleanly transmitted into the front-end? I expect this is a simple problem, but it is frustrating nonetheless, and an important hurdle to overcome.
secondly, I am trying to setup Code Composer Studio and Matlab's Real Time Workshop to let me write the algorithm in Simulink, with the goal of embedding the program on the DSP chip. So far, I have been trying to modify existing Matlab code optimized for C6000 dsps, and getting it to work on the C5505. This has proved problematic, and I am seeing many block modules saying "bad link." It would be greatly appreciated if someone could help me with setting up Real Time Workshop.
thanks, I understand this is ambitious, but I believe it is possible, if I can just get help with the setup steps.
