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 cache structure in pentium, Explain cache structure in Pentium. ...

Explain cache structure in Pentium. Cache structure in Pentium: The cache in the Pentium has been changed by the one determined in the 80486 microprocessor. The Pentium has t

Find the transmitters unmodulated carrier power, At the transmitter in a st...

At the transmitter in a standard AM system, P f = 50 W. In the receiver (S 0 /N 0 ) AM = 250 when (S i /N i ) AM = 3000. Find the transmitter's unmodulated carrier power and t

For which type of measurement thermocouples are used, Thermocouples are use...

Thermocouples are used for the measurement of (A)  Humidity.                                   (B) Pressure. (C) Temperature.                               (D) Density.

Circuit, i need to talk to expert asap.

i need to talk to expert asap.

Determine the electromagnetic power, A dc shunt motor runs off a constant 2...

A dc shunt motor runs off a constant 200-V supply. The armaturewinding resistance is 0.4, and the ?eld winding resistance is 100 . When the motor develops rated torque, it draws

Present and future trends in power systems, Q. Present and Future Trends in...

Q. Present and Future Trends in power systems? According to the Edison Electric Institute, electricity's share of U.S. primary energy was almost 36% in 1989, and it is likely t

Find the effective area of a half-wave dipole, Q. The effective area of a d...

Q. The effective area of a dipole is given by A e =0.13λ 2 . Find the effective area of a half-wave dipole at 3 GHz.

Segment assembler directive, What do you understand by SEGMENT assemble...

What do you understand by SEGMENT assembler directive? SEGMENT: This directive explains to the assembler the start of a segment along with name segment-name. The segment

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