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 the neg instruction, Explain the NEG instruction. NEG: Two's c...

Explain the NEG instruction. NEG: Two's complement or arithmetic sign inversion (NEG). The NEG instruction two's complements a number that means that the arithmetic sign of a

calculate the current, Find the Thévenin equivalent for the attache...

Find the Thévenin equivalent for the attached circuit and use this to calculate the current in the load.   Circuit information:- Load consists

Determine the bandwidth required for transmission, 1. A PCM system uses 8 b...

1. A PCM system uses 8 bits per sample and the analog signal is limited to 4.3 kHz. The PCM data is transmitted using (a) BFSK and (b) ASK. Determine the bandwidth required for tra

Gaussian derivatives, Gaussian derivatives Generate Gaussian kernels f...

Gaussian derivatives Generate Gaussian kernels for a given scale "sigma", and display the kernel. The size of the kernel should be floor(3*sigm)+1; (i) Write an m-file "

What do you mean by counters, Q. What do you mean by Counters? The shif...

Q. What do you mean by Counters? The shift register can be used as a counter because the data are shifted for each clock pulse. A counter is a register that goes through a pred

Explain basic input output system function call, Discuss BIOS function call...

Discuss BIOS function call with one example. BIO stands for Basic Input Output System: This is a set of programs to give most basic low-level services as services keyboard, s

Physical operation of the junction of diode, Q. Physical operation of the j...

Q. Physical operation of the junction of diode? The physical operation of the junction can be described in terms of the charge-flow processes. Usually there is a greater concen

Determine the low-pass filter and amplitude spectra, Q. Let a square-wave v...

Q. Let a square-wave voltage source having an amplitude of 5V, a frequency of 1 kHz, a pulse width of 0.5 ms, and an internal source resistance of 50  be applied to a resistive lo

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