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

Pid controller design, PID controllers are popularly adopted in a wide rang...

PID controllers are popularly adopted in a wide range of industrial processes. The objective of this design practical is to study the way this PID controller changes system dynamic

Solution manual, Ask question #Minimum 100 words accespted#i want solution ...

Ask question #Minimum 100 words accespted#i want solution manual of electronic instrumentation and measurements

Calculate the impedance, What is the impedance Z between terminals A and B ...

What is the impedance Z between terminals A and B of the networks shown below? Express your answers in polar form. Three voltages represented by v 1 (t)=100cosωt, v 2 (t)=7

Image gradient, Image gradient Write an m-file "grad.m" which computes ...

Image gradient Write an m-file "grad.m" which computes and displays gradient and orientation of an input image (use Gaussian derivatives). To compute Gaussian derivative in o

Name the materials used in case of solder, Name the materials used in case ...

Name the materials used in case of Solder and give reasons. Solder : For soft solders tin, lead (in 50-50 ratio) alloy and for hard solders copper- zinc and silver alloy

Where does the real mode on the cpu come from, The original 8086, which onl...

The original 8086, which only had 1 MB of memory. This megabyte is dividing into low memory for IRQ tables, application memory and high memory.

Torque-Speed Characteristics of 3-Phase Induction Motors, Torque-Speed Char...

Torque-Speed Characteristics of 3-Phase Induction Motors

Write short note on a negative clamper, Q. Write short note on a negative c...

Q. Write short note on a negative clamper ?   A circuit which places the negative peak of a signal at a desired level is known as a negative clamper (1). During the

Transformer onnection, what is difference between scot and delta connection...

what is difference between scot and delta connection.

Explain super scalar architecture, Explain super scalar architecture. ...

Explain super scalar architecture. The Pentium microprocessor is organized along with three execution units. Single is executes floating-point instructions, and another two (U

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