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

What is a microcomputer, What is a microcomputer? A computer that is de...

What is a microcomputer? A computer that is designed using a microprocessor as its CPU is known as microcomputer

Branch current method, if a resistor present in the middle of two branches ...

if a resistor present in the middle of two branches in such a way that their polarities coincide then how do we choose the polarity of that resistor

Determine the response of a series r-c circuit, Determine the response of a...

Determine the response of a series R-C circuit to a SQUARE wave. Explain how the time constant affects the waveform observed across the components. Illustrate your answer by means

Determine the stator current and power factor, A ¼-hp, 230-V, 60-Hz, four-p...

A ¼-hp, 230-V, 60-Hz, four-pole, single-phase inductionmotor has the following parameters and losses: R 1 = 10 , X l1 = X l2 = 12.5 ,R 2 = 11.5 , and X m = 250 . The core

What is meant by regulation, Q. What is meant by regulation? The output...

Q. What is meant by regulation? The output of most power supplies should be a constant voltage. Unfortunately, this is difficult to achieve. There are two factors that can caus

BE, WHICH PROJECT WILL BE BEST THESE DAY

WHICH PROJECT WILL BE BEST THESE DAYS

Make a plot of the signal, In order to demonstrate aliasing, make a plot of...

In order to demonstrate aliasing, make a plot of the signal x(t) = 3 cos 2π10t - cos 2π30t which approximates a square wave with W = 30 Hz. If the sample points are taken at

Evaluate the transfer function, Since dc motors of various types are used e...

Since dc motors of various types are used extensively in control systems, it is essential for analytical purposes that we establish a mathematical model for the dc motor. Let us co

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