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

Matlab antenna diversity, please I need help in matlab to program complex e...

please I need help in matlab to program complex expression in antenna diversity please

Working of an astable multivibrator, Q. With the help of a npn transistor c...

Q. With the help of a npn transistor circuit and wave forms explain the working of an astable multivibrator In astable multivibrator both transistors are coupled to each other

What is threaded system, What is Threaded system. Threaded system: At...

What is Threaded system. Threaded system: At times we require implementing an operating system which can process multiple threads. Many threads are handled through the kernel

Help assignments, A three-phase transposed line is composed of one conducto...

A three-phase transposed line is composed of one conductor per phase with flat horizontal spacing of 11 m as shown in Figure 1(a). The conductors have a diameter of 3.625 cm and a

Basic requirement of semiconductor laser, What is basic requirement of semi...

What is basic requirement of semiconductor laser? Draw its label diagram and explain its working with necessary theory. Write down the applications of semiconductor laser.

Calculate the guage pressure, Questions: Part (a) A compressor inst...

Questions: Part (a) A compressor installed at a wharf (for loading container ships) is able to provide 6 bar.g pressure into the pressure receiver. The compressor is moved

Digital controller for a steam-turbine driven generator, Q. Digital control...

Q. Digital controller for a steam-turbine driven generator? Figure illustrates the basic elements of a minicomputer system in terms of a block diagram for speed and voltage con

Zero flag - sub subtract instruction , Zero Flag Since results  is n...

Zero Flag Since results  is non  zero in this  example zero  flag is reset.

Program counter , Program Counter (PC) It is a   16 bit  register.  It ...

Program Counter (PC) It is a   16 bit  register.  It is a memory  pointer. It stores  the memory address  of the next  byte of the program to be executed. Memory  address is of

Governer, governer characteristics

governer characteristics

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