Sampling Analogue Signal Tutorial | MATLAB

by Smart Thinkers in Circuits > Software

14182 Views, 4 Favorites, 0 Comments

Sampling Analogue Signal Tutorial | MATLAB

ASA.png

In this tutorial, we are showing what is Sampling? and How to sampled an analogue signal using MATLAB software.

What Is Sampling?

1.png

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

2.png

Enter Frequency of Message signal and Sampling Frequency.

Specify Time Range of Signal

33.png

Write Formula

3.png

As:

x=sin(2*3.14*f*t)

Write Sampling Formula

4.png

As:

y=sin(2*3.14*f*ts/fs)

Enter Frequency

5.png

Result

55.png

Upper Signal: Orignal

Lower Signal: Sampled

Complete Video Tutorial

Sampling Analogue Signal Tutorial | MATLAB

LIKE , Share , Subscribe and Comment us to get more videos.