PDA

View Full Version : low pass filter in PICBASI_PRO



iw2fvo
- 21st July 2013, 17:55
Hi to all in the forum,
I am asking if there is a low pass filter implementation in picbasic to take as a reference. ( FIR, IIR, etc. ).
Thanks for helping
regards,
Ambrogio

rsocor01
- 22nd July 2013, 04:23
Hi,

I am not sure I know what is that you want. But, if you are looking for a magic PBP command that will implement an internal low pass filter in the chip the answer is no.

Robert

iw2fvo
- 22nd July 2013, 07:38
Thanks,
I am searching for a pice of picbasic code in order for me to implement a lowe pass filter on the acquired data. The data come from the ADC internal to the PIC.
( FIR, IIR , etc could be OK. )
Thanks
Ambrogio

rsocor01
- 23rd July 2013, 04:02
Hmmm, do you want somebody else to do your homework for you ;)? I haven't dealt with FIR or IIR filtering since I got out of school, long time ago. I would recommned that you try doing it by yourself and ask questions when you get stuck.

Robert