Hi all,
I need to take samples of a period of two periodic signals and made some DSP processing with both signals. I need at least 64 to 128 samples per signals.
I been struggled with the SDK and the examples provided (This is my first project with the nRF52-DK)
I tried to take sample by sample (blocking) to fill one buffer and then start filling the other buffer but doesn't work property. At least that is what it's seems.
I also tried to use the non-blocking method but still no luck.
I think I don't get what I want because the serial it's not printing all the info, I think there's could be another error.
There's any example with something similar of what I need to do?
I have seen some examples that take one sample of 4 analog signals and transmitted by bluetooth.But that is not what I need.
What I need is to take a single period set of samples (64 to 128), and do some maths with that samples (RMS, FFT, Peak Value, Total Distortion Harmonic, etc), for two different analog signals (ideal scenario both signals takes in the same period of time, worst case scenario take one signal in one period and the other analog signal in another period of time)
Thanks and Best Regards, JP