sudil99
Junior Member level 3
- Joined
- Mar 20, 2012
- Messages
- 29
- Helped
- 3
- Reputation
- 6
- Reaction score
- 3
- Trophy points
- 1,283
- Activity points
- 1,503
I have a real time signal, a new sample is coming continuously and needs to be filtered before further processing. I want to design the filter in C. But I don't have much experience in C.
Could someone give an simple example of C-code so that I can go further. e.g., I need to filter the real time signal with a low pass filter of 15 Hz. The sampling rate is 450 Hz.
Could someone give an simple example of C-code so that I can go further. e.g., I need to filter the real time signal with a low pass filter of 15 Hz. The sampling rate is 450 Hz.