Hi All,
I am doing a little digital signal processing on the CC430F5137 and came across something that has stumped me. I am trying to implement a FIR hamming window low pass filter. I have all the equations needed to figure out the windowing coefficients; however, I am not sure what to use for my sampling frequency. That is because my ADC is being used to sample a signal 4 times at 500KHz every 1 millisecond (burst mode). How do I determine the sample rate given that the ADC is operating this way? Would it be 500KHz, an average of 500KHz over 1 millisecond, or something different all together?
If anyone has some good documentation on this, I would appreciate it if you could send it my way.
Thanks!