pattalol
Newbie level 3
- Joined
- Oct 17, 2014
- Messages
- 4
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 29
hey!
I'm having some problems removing a pulse from my signal.
I have the output y[n]=x[n]+0.25x[n-Ne], where Ne = 2205.
System function H(z)=(z^Ne + 0.25)/z^Ne
What i want to do is to remove the pulse 0.25*delta[n-Ne].
Im very new to DSP, so what i first did was to try cascading FIR filters, but it didn't work... so im kinda lost atm.
So can anyone give me some ideas of how I can remove the peak 0.25delta[n-Ne]???
As you can see, i want to remove the last pulse
I'm having some problems removing a pulse from my signal.
I have the output y[n]=x[n]+0.25x[n-Ne], where Ne = 2205.
System function H(z)=(z^Ne + 0.25)/z^Ne
What i want to do is to remove the pulse 0.25*delta[n-Ne].
Im very new to DSP, so what i first did was to try cascading FIR filters, but it didn't work... so im kinda lost atm.
So can anyone give me some ideas of how I can remove the peak 0.25delta[n-Ne]???
As you can see, i want to remove the last pulse
Last edited by a moderator: