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

Binary coded decimal addition, Q. Binary Coded Decimal Addition Now as ...

Q. Binary Coded Decimal Addition Now as in conventional decimal addition, Binary Coded Decimal addition is performed one decimal digit at a time. What happens when the sum g

Discuss dma operation in brief, Discuss DMA operation in brief. The fun...

Discuss DMA operation in brief. The fundamental idea of DMA is to transfer blocks of data directly among memory and peripherals. The data don't suffer the microprocessor but th

Wheaton bridge with differential amplifier, when strain gauge design give a...

when strain gauge design give accurate measurement on zero and maximum 999kg but not 500kg

Op-amp amplifier, A voltage signal generated by a sensor conditioning circu...

A voltage signal generated by a sensor conditioning circuit varies from -0.5V to +0.5V . The signal from the sensor is to be connected to the analog to digital  converter which onl

Find the line current and power factor, Q. A balanced wye-connected load wi...

Q. A balanced wye-connected load with a per-phase impedance of 4 + j 3  is supplied by a 173-V, 60-Hz three-phase source. (a) Find the line current, the power factor, the tota

Give the significance of sim and rim instruction, Give the significance of ...

Give the significance of SIM and RIM instruction available in 8085. Instruction SIM: Set Interrupt Mask. This is a 1 byte instruction and can be used three dissimilar functio

What are the hardware elements in the embedded systems, What are the hardwa...

What are the hardware elements in the embedded systems? Hardware Elements in the Embedded Systems are as follows: (i) Power Source (ii) Clock Oscillator Circuit and Clock

Harmonics, how harmonics shows effect on power systems?

how harmonics shows effect on power systems?

State the principle of working of transformer, a) State the principle of wo...

a) State the principle of working of transformer. b) A 230/110 V, single-phase transformer takes an input of 350 volt-amperes at no load while working at rated voltage. The core

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