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

Illustrate gray code, (a) In the so-called folded binary code of 4 bits, th...

(a) In the so-called folded binary code of 4 bits, the left most digit represents the sign of an analog signal's quantized samples (with 0 for negative and 1 for positive), and the

Define pipelining, Define pipelining? In 8086, to speedup the implement...

Define pipelining? In 8086, to speedup the implementation of program, the instructions fetching and implementation of instructions are overlapped each other. This method is kno

Ac motors, If the stator windings of an alternator were to be supplied ...

If the stator windings of an alternator were to be supplied by an AC of frequency f (as opposed to drawing an AC current from them as would be the case for an alternator) then

Find the ratio of the forward to the reverse current, Assume that an abrupt...

Assume that an abrupt Si p-n junction with area 10-4 cm2 has NA=10 17 /cm 3 and ND=10 17 /cm 3 is working at room temperature. It is given that μ n = 700 cm 2 /v-s, μ P =250 cm

How do you find the insulation resistance of transformer, Q. How do you cal...

Q. How do you calculate the insulation resistance of transformer and what is the minimum value? Ans. The insulation resistance of the transformer will be calculated by using

Connection of shunt capacitors at 11 kv substation, Connection of Shunt Cap...

Connection of Shunt Capacitors at 11 kV Substations 11 kV automatic switched capacitor banks are installed on bus of 33 or 66 kV substations. This has the facility that the re

Design a circuit for indicate the connection of a battery, You are asked to...

You are asked to design a circuit that indicates if a 12 V battery has been connected the correct way around to two terminals, A and B. To do this, you have chosen to use a special

Design a mealy system, Design a Mealy system whose output is 1 iff there ha...

Design a Mealy system whose output is 1 iff there have been exactly two 1's followed by a 0 and then a 1. (a) Assume overlapping is allowed (b) Assume overlapping is not

Determine power gain, Q. An antenna has an aperture area of 10 m 2 ,an ape...

Q. An antenna has an aperture area of 10 m 2 ,an aperture ef?ciency of 0.6, and negligible losses. If it is used at 5 GHz, determine: (a) Its power gain. (b) The maximum pow

Thevenin theorem, advantages and disadvantages of thevenin theorem

advantages and disadvantages of thevenin theorem

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