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

Bidirectional shift register, Design 2-bit bidirectional shift register? ...

Design 2-bit bidirectional shift register? ## A list of ten 8-bit numbers is located at address $5000. Write a 68000 Assembly program (flowchart and code) to sort those numbe

Define spectrum of real signals, Define Spectrum of Real Signals? In th...

Define Spectrum of Real Signals? In the real world, we rarely come throughout a pure sine wave. Typical signals have a wide spectrum as displayed in the above diagram. Informat

Determine the total active power, Determine the total active power: Ci...

Determine the total active power: Circuit is introduced in the Face 1. It is about a single-wires face for a three-phase system. The voltage of the AC source is of 69kV. The s

#title., what is plane transmission grating/?

what is plane transmission grating/?

Give the alternate functions for the port pins of port3, Give the alternate...

Give the alternate functions for the port pins of port3? RD - Read data control output. WR - Write data control output. T1 - Timer / Counter1 external input or test pin.

Determine the current and the voltage in the load resistance, Q. Adiodewith...

Q. Adiodewith the i-v characteristic shown in Figure is used in series with a voltage source of 5 V (forward bias) and a load resistance of 1 k. (a) Determine the current and t

Ujt as a relaxation oscillator , UJT as a  relaxation  oscillator Th...

UJT as a  relaxation  oscillator The UJT  is a highly  efficient  switch  it is  used as trigger  a device for SCR. No sinusoidal oscillators saw tooth generators phase contro

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

Design an integrator, Q. An integrator as shown in Figure is to be designed...

Q. An integrator as shown in Figure is to be designed to solve dy(t) / dt + 2000y (t) = 0 with y(0) = 5. If R i is chosen to be 10 k, find C f .

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