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

Four quadrant chopper or class e chopper , Four  Quadrant Chopper or Class...

Four  Quadrant Chopper or Class E chopper                                                                    Figure class E chopper circuit  Mode I When

Gate terminal - field-effect transistor, Gate terminal - field-effect trans...

Gate terminal - field-effect transistor: The names of the terminals consider to their functions. The gate terminal might be thought of since controlling the opening and closin

Heterodyne wave analyzer, Q.   What is a wave analyzer? Explain any one tec...

Q.   What is a wave analyzer? Explain any one technique of wave analyzer giving its application also. OR Write short note on HETERODYNE Wave analyzer. OR Explai

Assembly languages - second generation language, Assembly Languages  ( Sec...

Assembly Languages  ( Second Generation Language) To overcome  the difficulty of machine  language assembly  language  was  designed. After  facing the  difficulty of machine

Determine the thevenin resistance, Q. Determine the Thevenin resistance vie...

Q. Determine the Thevenin resistance viewed from terminals A-B of the circuit of Figure by setting independent sources to be zero and applying a test voltage at terminals A-B.

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 precautions to be taken, What are the precautions to be taken ...

What are the precautions to be taken before basic work on electrical installations? Ans: Before starting any electrical works on installations disconnect the power supply to

DLD, draw alogic diagramto implement F=ABCDE using only 3 inputAND gates

draw alogic diagramto implement F=ABCDE using only 3 inputAND gates

Explain the working of a hartley oscillator, Q. With a neat circuit diagram...

Q. With a neat circuit diagram explain the working of a Hartley oscillator using an npn transistor and obtain the expression for oscillation frequency and for minimum gain for sust

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

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