Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

one-order system realization

Status
Not open for further replies.

vacant

Newbie level 4
Joined
Dec 8, 2005
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,318
Hi!

I want to realize the following simple one-order system

x(n)->(+)-> [D]-------->y(n)
............^ ................|
............|----a----------

here, (+) is an adder, [D] is D-flip-flop, a is the feedback coefficient.

so the system equation is

x(n) +ay(n)=y(n+1)

if the a is chose to be 1, the system would be unstable, right? (since the pole=1 ,is at the unit circle); so if a is 1/2 or 1/4, it would be fine, but how to realize /2 or /4 in digital circuit ??
I don't want to use shift register since there would be extra delay, any other method? (like shifter without a period clock delay)

Thanks a lot.
 

any suggestions?
I would like to know how to realize this simple digital LPF ? thanks
 

I don't know why you would need a shifter?
just choose y[n:1] out of y[n:0], you got /2, y[n:2] is /4
if you need sign extension, then {y[n],y[n:1]}, etc.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top