How to implement an Elliptical Low pass filter in PSOC 5LP?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello Every one,

   

Currently i am trying to read a bandpass filter values using digital filter block.

   

I have not left any other filter block.

   

I want to pass my BPF through elliptical low pass filter. Can anybody guide me how i can implement it easily in PSOC?

   

Looking forward for your reply.

   

Regards

   

Awais

0 Likes
1 Solution
Anonymous
Not applicable

Hi Awais,

   

Do you want the BPF also to be implemented with PSoC or only the Low Pass Filter? If you want both, then you need to have two channels - first stage being a BPF and second stage being an LPF. This document (http://www.cypress.com/file/50366/download) shows an example of two stage filtering. If you just want single stage LPF, then creator Filter Example project would be helpful.

View solution in original post

0 Likes
2 Replies
Anonymous
Not applicable

Hi Awais,

   

Do you want the BPF also to be implemented with PSoC or only the Low Pass Filter? If you want both, then you need to have two channels - first stage being a BPF and second stage being an LPF. This document (http://www.cypress.com/file/50366/download) shows an example of two stage filtering. If you just want single stage LPF, then creator Filter Example project would be helpful.

0 Likes
Anonymous
Not applicable

Thankyou BMAH for your reply. The thing is, I am already using two stage band pass filter in PSOC. Besause i have no filter block left, i need to program it in C inside psoc. This is what i am thinking but it is not easy. 

   

That is why i am asking for any other smart solution or if somebody already implemented in psoc can help me.

   

Looking forward for your reply.

   

Regards

   

Awais

0 Likes