Sampling Analogue Signal Tutorial | MATLAB
by Smart Thinkers in Circuits > Software
14476 Views, 5 Favorites, 0 Comments
Sampling Analogue Signal Tutorial | MATLAB
In this tutorial, we are showing what is Sampling? and How to sampled an analogue signal using MATLAB software.
What Is Sampling?
Conversion of Analogue Signal (xt) to Digital Signal (xn) is known as Sampling.
A continuous time signal can be represented by its samples and can be recovered back when sampling Freq (Fs) is greater than or equals to twice the message signal (Nyquist Rate).
Display Commands to Enter Frequency
Enter Frequency of Message signal and Sampling Frequency.
Specify Time Range of Signal
Write Formula
As:
x=sin(2*3.14*f*t)
Write Sampling Formula
As:
y=sin(2*3.14*f*ts/fs)
Enter Frequency
Result
Upper Signal: Orignal
Lower Signal: Sampled
Complete Video Tutorial
LIKE , Share , Subscribe and Comment us to get more videos.