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

Sampled-data and digital control systems, Q. Sampled-data and digital contr...

Q. Sampled-data and digital control systems? These differ fromthe continuous-data systems in that the signals at one or more points of the system are in the form of either a pu

Calculate the guage pressure, Questions: Part (a) A compressor inst...

Questions: Part (a) A compressor installed at a wharf (for loading container ships) is able to provide 6 bar.g pressure into the pressure receiver. The compressor is moved

Compute the total capacitance with parallel connection, Compute the total c...

Compute the total capacitance with parallel connection: Three capacitors C 1 , C 2 and C 3 contain capacitance 20 μf, 15 μf, 30 μf, respectively. compute: 1. Charge on ea

Draw the logic diagram of the enabled d latch, Q. (a) Draw the logic diagra...

Q. (a) Draw the logic diagram of the enabled D latch using only NAND gates. (b) Complete the timing diagram of Figure (a) of theDlatchwhose block diagram and truth table are giv

# Project, #I need some guides in order to build a circuit that will be ben...

#I need some guides in order to build a circuit that will be beneath a machine and turn that machine left/right/up/down

Mention the categories of instruction, Mention the categories of instructio...

Mention the categories of instruction and give two examples for each category The instructions of 8085 can be categorized into the following five Data transfer MOV Rd,Rs

Methods of testing, Methods of Testing Irrespective of reasons, testin...

Methods of Testing Irrespective of reasons, testing is commonly carried out 1. On site, or 2. In a Meter Testing Station (MTS) accredited as per IS/ISO/IEC 17025.

Machine control instructions , Machine Control Instructions Instructio...

Machine Control Instructions Instructions used to control  various machine operations are kept  in this group.

Define the x-nor or exclusive-nor gate, Define the X-NOR or Exclusive-NOR G...

Define the X-NOR or Exclusive-NOR Gate?   This is the EX-OR gate with the output inverted, as shown by the 'o' on the output and the output Q is true if inputs A and B a

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