Low Pass Filter Design

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

cross mob
Anonymous
Not applicable

Hi,

   

   Could any help me in designing a low pass filter with 50 hz cutoff frequency. The input to Low Pass Filter is The output of PGA. I didnt understand how can we feed PGA out put to filter.

   

Thanks

   

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

The filters in PSoC3 and 5 are digital filters, not analog. So you'll have to exchange the places of the ADC and the Filter, feeding the analog signal out of the PGA into the ADC and transferring it into the filter and then to memory or whatever you'd like to.

   

The last two transfers are often made with DMA, so there is no load on the CPU for that. When starting a new project in creator 2.2 there is a filter-example that covers most of the techniques needed, Modify that for your needs.

   

 

   

Happy coding

   

Bob

View solution in original post

0 Likes
2 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

The filters in PSoC3 and 5 are digital filters, not analog. So you'll have to exchange the places of the ADC and the Filter, feeding the analog signal out of the PGA into the ADC and transferring it into the filter and then to memory or whatever you'd like to.

   

The last two transfers are often made with DMA, so there is no load on the CPU for that. When starting a new project in creator 2.2 there is a filter-example that covers most of the techniques needed, Modify that for your needs.

   

 

   

Happy coding

   

Bob

0 Likes
ETRO_SSN583
Level 9
Level 9
250 likes received 100 sign-ins 5 likes given

There is a whole class of analog active  filters that PSOC can implement

   

using its OpAmps, state variable, simple ladder, sallen-key, biquad.......

   

Here is a good tool to get RC values for this purpose -

   

 

   

http://www.schematica.com/active_filters/fwlite.html

   

 

   

Also PSOC has some simple RC filters onboard, see this thread -

   

 

   

http://www.cypress.com/?app=forum&id=2233&rID=63395

   

 

   

Regards, Dana.