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

Transmission of electricity, explain all the components involved in transmi...

explain all the components involved in transmission of electricity

Stator current control methods - motor control , Stator  Current Control ...

Stator  Current Control Methods The torque  and speed  of an induction motor  can be  controlled  by the  stator  current  the motor  behaviour  is different from that with VS

Find the transmitters unmodulated carrier power, At the transmitter in a st...

At the transmitter in a standard AM system, P f = 50 W. In the receiver (S 0 /N 0 ) AM = 250 when (S i /N i ) AM = 3000. Find the transmitter's unmodulated carrier power and t

Determine the induced voltage at full load, A 100-kW, 250-V shunt generator...

A 100-kW, 250-V shunt generator has an armature-circuit resistance of 0.05  and a field- circuit resistance of 60 . With the generator operating at rated voltage, determine the i

Load stack pointer - stack operations , Load Stack Pointer This  inst...

Load Stack Pointer This  instruction loads the stack  pointer  register with the 16 - bit  data specified in the   instruction. The 16 - bit  data. When  stored in sp  registe

Registers - introduction to microprocessors , Registers A resister is ...

Registers A resister is  a group  of flip  flops  or binary  cells which holds  the binary information. Since  a binary cell  stores  one  bit of  information  an n bit  regis

Find the current through the diode in the circuit, Q. A diode is connected ...

Q. A diode is connected in series with a voltage source of 5 V and a resistance of 1 k. The diode's saturation current is given to be 10 -12 A and the I-V curve is shown in Find

Principle of oscillation in an rc phase shift oscillator, Q. What is the ba...

Q. What is the basic principle of oscillation in an RC phase shift oscillator. With a neat sketch explain its working? For producing oscillations there must have positive feedb

Memory address - address bus , Memory Address The memory  address is of...

Memory Address The memory  address is of 16  bits. It ranges from 0000?H to  FFFH 16bits address lines of 8085 microprocessor are  capable  of addressing 216 i e 65, 536, ( or

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