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

Determine the binary values of the first three samples, A 3-bit quantizer i...

A 3-bit quantizer is utilized to transform the following signal into a binary digital signal. Determine the binary values of the first three samples (assuming the quantizer rounds

Semiconductors, Charge density In a semiconductor

Charge density In a semiconductor

Resistance, factors affecting resistance

factors affecting resistance

How the interrupts can be masked in 8086, How the interrupts can be masked/...

How the interrupts can be masked/unmasked in 8086? The 8086 interrupt priorities are concerned; software interrupts have the highest priority, followed by NMI followed by INTR.

Develop a block diagram for a two-port network, Q. The equations for a two-...

Q. The equations for a two-port network are given by V 1 = z 11 I 1 + z 12 I 2 0 = z 21 I 1 + (z 22 + Z L )I 2 V 2 = - I 2 Z L (a) Satisfying the equations, dev

Explain working of encoders, Explain working of Encoders? Encoding is t...

Explain working of Encoders? Encoding is the process of forming an encoded representation of a set of inputs, and it is the converse of the decoding operation. An encoder is a

Test, current and voltage

current and voltage

What do you mean by number systems, Q. What do you mean by Number Systems? ...

Q. What do you mean by Number Systems? The Digital circuits are inherently binary in nature, but numerous types of representations of numerical data are in use. The represen

Describe transistor stability parameters, Q. Describe transistor stability ...

Q. Describe transistor stability parameters The two parameters are · The stability factor ,K · Stability measure,ß1 These parameters determine the transistor stability

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