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

Explain types of addressing modes, Problem: a) Explain types of "Addres...

Problem: a) Explain types of "Addressing Modes". b) What is the difference between "Rotate" and "Swap" Operations? c) A computer spends a lot of time in moving data from

Control systems, why open loop system is stable and why degree of stability...

why open loop system is stable and why degree of stability varies in closed loop system

Define the xor gate - microprocessor, Define the XOR GATE - Microprocessor?...

Define the XOR GATE - Microprocessor? The XOR GATE is a alike to an OR gate except for the instance when all the inputs are high. With a XOR gate when all the inputs are high t

Self inductance , If a current is passed through a coil, it creates a flux ...

If a current is passed through a coil, it creates a flux within the coil. Any attempt to change this flux will create a back emf that acts to oppose the change.   Consider again

Scr, what is finger voltage?

what is finger voltage?

Meter field testing - sealing points, Meter Field Testing - Sealing Points ...

Meter Field Testing - Sealing Points The meter seal should be tamper proof. The consumer should be briefed about seals. The sealing of all metering systems should be completed

Discuss dos function call with one example, Discuss DOS function call with ...

Discuss DOS function call with one example. DOS function call: So as to use DOS function calls, always place the function number in register AH and load all other pertinent

Alternator, How can I design alternator?

How can I design alternator?

Regions of operation in bjt, Q. Regions of operation in BJT ? Transisto...

Q. Regions of operation in BJT ? Transistor find many applications like amplifier, switch etc. depending upon the polarity and the magnitude of the applied voltages across the

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