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.

inverted transfere function

Status
Not open for further replies.

Distortion-andi

Newbie level 4
Joined
Sep 16, 2009
Messages
6
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Location
Holland
Activity points
1,323
Good Morning Forum,

i am a beginner in signal processing, so keep it easy on me. I have an transfere function of a system and i want to build an preconditioning filter that ereases the linear system. So I have heard that I can use the invererted transfere function.

code in matlab?=

invH = (H)^(-1); % making the inverse
invh = ifft(invH)

precondfilt = conv(signal, invh); % the precond filter

and when i send it through the system than it should have no effect, it doesn't work vor me, i could also send the hole code, but my question is, is it the right way to do the inverted transfere function and convole it?
Andi
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top