manjukamasani
Newbie level 2
- Joined
- Mar 19, 2012
- Messages
- 2
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,293
For a signal x=[1 3 4 7]
Hilbert Transform output in Matlab is 1+2i 3-1.5i 4-2i 7+1.5i
For the same signal, if i compute manually i.e by using ifft and fft. I am able to compute Hilbert transform for only odd values i.e for only 3 & 7 i.e 3-1.5i & 7+1.5i.
for even values i am getting the complex part as zero.i.e for 1 & 4.
Please help me out in finding out Hilbert Transform (complex part) for even values.
Hilbert Transform output in Matlab is 1+2i 3-1.5i 4-2i 7+1.5i
For the same signal, if i compute manually i.e by using ifft and fft. I am able to compute Hilbert transform for only odd values i.e for only 3 & 7 i.e 3-1.5i & 7+1.5i.
for even values i am getting the complex part as zero.i.e for 1 & 4.
Please help me out in finding out Hilbert Transform (complex part) for even values.