user215806
Newbie level 1
- Joined
- Mar 27, 2013
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,286
I have a problem where I have to implement Stationary Wavelet Transform and I am constrained that I can only up sample my input and not the filters. Is there a way to map convolution relationship between signals this way?
On in matlab syntax:
conv(upsample(A,2), B) == conv(upsample(B,2), A)
where A is input, and B is filter co-efficients.
On in matlab syntax:
conv(upsample(A,2), B) == conv(upsample(B,2), A)
where A is input, and B is filter co-efficients.