Sampling, Electrical Engineering

Assignment Help:

Write an m-file "sampling.m", which will take as an input:  a signal and a sampling step and will display the sampled signal and the magnitude of its Fourier transform.

sampling.m

function sampling(x,step)
plot(x(1:step:end),'-o')
plot(abs(fft(x(1:step:end))))

use x as the input signal

x=(sin([0:pi/8:4*pi]))

Run the function with step=1.Increase the sampling step 2,4,8.... and observe what happens with the spectrum.

What happens with the spectrum as the sampling step increases?

What should be the minimum sampling frequency (maximum sampling step) of a signal?


Related Discussions:- Sampling

Body effect, Body Effect The body effect explains the changes in the th...

Body Effect The body effect explains the changes in the threshold voltage through the change in the source-bulk voltage, approximated by the subsequent equation: In whi

Conductivity, what is the conductive material property''s?

what is the conductive material property''s?

Determine the voltage across each resistor, For the circuit of Fig: (i) ...

For the circuit of Fig: (i) using Kirchoff's Laws , find all the currents (ii)  determine the voltage across each resistor and check that all loops comply with KVL (iii

Produce a storage scope using peripheral interface control, First section ...

First section Aim: the aim of this project is to produce a storage scope using a PIC. In this project, several samples were taken from an analog signal and stored in the memo

#titl optimal power flow , to get PV curve i want optimal power flow progra...

to get PV curve i want optimal power flow program in matlab

Determine the total energy ?owing into the component, Q. The voltage at ter...

Q. The voltage at terminal a relative to terminal b of an electric component is v(t) = 20 cos 120πt V. A current i(t) =-4 sin 120πt A ?ows into terminal a. From time t 1 to t 2 ,

What is barkhausen criterion, Q. What is Barkhausen criterion? Why is the v...

Q. What is Barkhausen criterion? Why is the value of Ab kept slightly greater than 1? The condition |Ab| = 1 is called the Barkhausen criterion. It implies that when |Ab| = 1,

Analog communication systems, Q. Analog communication systems? An analo...

Q. Analog communication systems? An analog message is a continuum of possible amplitudes at any given time, and analog signals are continuous in time and in amplitude, such as

Explain limit signal spectrum to prevent aliasing, Explain Limit Signal Spe...

Explain Limit Signal Spectrum to Prevent Aliasing? The sampling frequency should at least be two times that of the highest frequency in the incoming signal to avoid aliasing. T

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd