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

Cookies are required to use this site. You must accept them to continue using the site. Learn more…