Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

HILBERT TRANSFORM OF Sa(t) SIGNAL, Exercises of Signals and Systems Theory

HILBERT TRANSFORM OF Sa(t) SIGNAL

Typology: Exercises

2022/2023

Uploaded on 05/07/2024

zeynep-ozden
zeynep-ozden 🇹🇷

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
EXPERIMENT 1
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.
h(t)
pf2

Partial preview of the text

Download HILBERT TRANSFORM OF Sa(t) SIGNAL and more Exercises Signals and Systems Theory in PDF only on Docsity!

EXPERIMENT 1

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.

h(t)

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.