Good day
I'm just starting to get into using the DSP field and was tasked to program a condition monitoring application for it (in simulink). I was given the C6711 hardware to peform this on, though. Sadly, at the time I confess I didn't know enough about the field to make a sound judgement and took a colleague's word that the hardware would be capable of performing this task.
Now that it's time to start to implement the algorithms, I'm worrying about several aspects of the hardware:
Sensor compatibility - It seems as though the device is designed for audio applications primarily. Not condition monitoring, I need to use an accelerometer.
Execution time - As far as I could ascertain, the device processes the data in real time, but I require the device to make a measurement, store the data, process the data and give an output. I'm aware of the possibility of using frames, but my version of Simulink does not support frame-based data in the embedded matlab function block. Only sample based data.
Memory - Typically, the application requires 15s of data (sampling frequency of 8kHz - maximum of the device, might just be enough). If I read the specsheats correctly, the device has a memory in the kB range. This will undoubtedly be too little.
At least it does have LED lights, which would be perfect for the output.
Any opinions about my assesment of the siutation would be very helpfull. I'd like to get my facts straight before taking this matter up with my superior, so that we can decide what to do next. As I said, my knowledge of the field is still not ideal..
Many thanks
Rudi