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

Explain common base configuration, Q. Explain common base configuration? ...

Q. Explain common base configuration? Common-base transistor amplifiers are so-called because the input and output voltage points share the base lead of the transistor in commo

Sing flag - microprocessors architecture , Sing Flag If D7  ( bit left ...

Sing Flag If D7  ( bit left  most bit)  of accumulator  (which  some  exceptions) is 1 as a result  of any  arithmetical  or logical operations sign flag  is set ( bit  corresp

Electricity and safety, explain appropriate first aid procedure to be follo...

explain appropriate first aid procedure to be followed in case of electric shock

Network topology, LAN topologies: Network topology is a physical schematic...

LAN topologies: Network topology is a physical schematic that demonstrates interconnection of the many users. There are four fundamental topologies as under: (i) Direct Connect

Find the required kva rating of a synchronous capacitor, An industrial plan...

An industrial plant consumes 500 kWat a lagging power factor of 0.6. (a) Find the required kVA rating of a synchronous capacitor to improve the power factor to 0.9. (b) If a

Explain the term superscalar architecture, Question 1: a) Describe how...

Question 1: a) Describe how pipelining can improves the efficiency of the fetch-execute cycle. b) Explain the term superscalar architecture. c) Explain the term prin

Determine the complete response for capacitance, Consider the circuit of Fi...

Consider the circuit of Figure for t> 0 with zero initial conditions, v Th (t) = 1 V (dc), and R Th = 2 ; L = 1 H. Determine the complete response for vC(t) for capacitance value

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