

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
HILBERT TRANSFORM OF Sa(t) SIGNAL
Typology: Exercises
1 / 2
This page cannot be seen from the preview
Don't miss anything!
HILBERT TRANSFORM OF Sa(t) SIGNAL Introduction: In this experiment, we simulate Hilbert Transform of a signal. Since we can see the result of the experiment, it allows us to better understand the hilbert transform. Background Introduction: There is a message signal m(t). 𝑚(𝑡) = 2 ∫ 𝐴(𝑓) cos( 2 𝜋𝑓𝑡 + 𝑄(𝑓))𝑑𝑓 ∞ 0 And the Hilbert Transform of this signal is: 𝑚̂ (𝑡) = 2 ∫ 𝐴(𝑓) sin( 2 𝜋𝑓𝑡 + 𝑄(𝑓))𝑑𝑓 ∞ 0 cos( 2 𝜋𝑓 0 𝑡) sin( 2 𝜋𝑓 0 𝑡) 𝑚(𝑡) 𝑚̂ (𝑡) 𝑚̂ (𝑡) = 𝑚(𝑡) ∗ ℎ(𝑡) Experimental Procedure and Methods: Since we will do the experiment on matlab, I first downloaded matlab. Before writing the hilbert transform code, I wrote the numint function in new script and saved it as numint.m in the matlab folder.
Then I wrote the hilbert transform code in the new script and saved it in the matlab folder. After that I ran the code. Analysis and Discussions: After running the code, matlab had the function drawn and a graph appeared. The graph: Conclusion: To sum up, this experiment helped me to better understand the Hilbert transform.