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

Define shunt capacitors and reactors, Define Shunt Capacitors and Reactors ...

Define Shunt Capacitors and Reactors Shunt capacitors absorb leading VArs (i.e. they are used to supply lagging VArs) whereas reactors are used to absorbs lagging VArs. Capacit

Magnetic circuits, develop and explain series and parallel magnetic circuit...

develop and explain series and parallel magnetic circuits?

About semi conductor, explain compensation and charge neutrality in GaAs

explain compensation and charge neutrality in GaAs

Need of microphone in telephone hand set, Q. Need of Microphone in telephon...

Q. Need of Microphone in telephone hand set? Microphone: For all practical purposes, microphone is transmitter for telephone. The microphone converts acoustical signals in the

Define the two stages rc coupled amplifier, a. With neat circuit diagram an...

a. With neat circuit diagram and frequency response curve define the two stages RC coupled amplifier. What are its benefits and applications? b. Sketch ideal and the actual resp

Write a note on emitter follower, Q. Write a note on emitter follower? ...

Q. Write a note on emitter follower? The emitter follower (EF) configuration is shown The emitter follower (EF) configuration is shown The EF amp has a voltag

Grounding and shielding used in electronic instruments, Q.   How and why ar...

Q.   How and why are the grounding and shielding used in electronic instruments? Sol. In electronic instruments grounding and Shielding techniques are available in order to a

Antenna, radiation pattern optimization of a planar array antenna using BBO...

radiation pattern optimization of a planar array antenna using BBO

Geometric transformations, Geometric transformations   Apply the foll...

Geometric transformations   Apply the following geometric transformation to a set of points. Generate randomly coordinates for 1 point X=(x,y). X=100*rand(2,1) x=X(1,1)%to

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