Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simple RC filter in the Z domain

Status
Not open for further replies.

Egress

Electrical
Joined
Jun 19, 2002
Messages
7
Location
AU


Whilst I am quite experienced in designing active analog filters I haven't done much with DSP designs. Whilst I have done some reading on digital filter theory I am interested in emulating a basic first order RC filter using multiple delay sections. So my question is how many delay sections and what would their coeficients be in order to emulate a basic HF or LF filter.

I will not be using a DSP but rather a multi tap digital delay line.

 
Hello There,

The RC filter has the eqv. digital domain Difference Equation as: y[n]=x[n]+y[n-1];

So all you need for this LPF are a full adder and a d flipflop(delay element).

To the adder add the input and the output fed back through the delay element.
That should be it!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top