Question
Plot a buffer for signal processing
Hello, I'm doing a project for speech recognition. I have a buffer of 512 values and I want to test every state of the ASR I'm implementing. I am using Keil ARM as IDE and I have tried to use the logic analyzer to plot my buffer but I can only plot single variables. An idea is to log the buffer to a file and plot it with Matlab but it's time consuming... Do you have any other ideas?
