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

Bifurcation using simulink, i am implementing a paper "on the chaotic behav...

i am implementing a paper "on the chaotic behaviour of buck converter" a want to plot bifurcation diagram by using simulink blocks without using coding is it possible??

The programming model of 8085 microprocessor , The  programming  Model of...

The  programming  Model of 8085 Microprocessor The programming  model  of 8085 microprocessor is  shown in figure  below in this  model  various 8 bit  and 16  bit registers a

Digital control system, a digital computer controlled rolling mill regulato...

a digital computer controlled rolling mill regulator system..

Calculate the resistance of the coil of a transistor, A 6 V / 2.5 mA relay ...

A 6 V / 2.5 mA relay is connected in the output stage of a transistor.  The coil is made of aluminium having α = 0.004. The resistance of the coil is 600 ? at 32 o C. Calculate th

Control system, what is the difference between the continuous time system ...

what is the difference between the continuous time system and discrete time system and their advnatages?

What do you mean by bezier curve, What do you mean by Bezier curve? Shown B...

What do you mean by Bezier curve? Shown B0 (1,1), B1 (2,3), B2 (4,3), B3 (3,1) the vertices of Bezier polygon, calculate seven points on Bezier curve. Write in brief the differe

Sphl load stack pointer with hl instruction, SPHL Load Stack  pointer with...

SPHL Load Stack  pointer with HL Instruction This instruction  copies  the contents of HL register  pair  the stack pointer register. The instruction format is             S

Illustrate the experts model of GPS system, Illustrate the experts model of...

Illustrate the experts model of GPS System A fundamental expert system is made up of the below elements: Setting up an Expert System -  Information is collected

Binary to hexadecimal conversion, Binary  to Hexadecimal  Conversion ...

Binary  to Hexadecimal  Conversion To convert a binary  number  into  hexadecimal  divide the number into group  of four  bits  each starting from the least significant bit. Th

Mvi move immediate instruction , MVI Move Immediate  Instruction This...

MVI Move Immediate  Instruction This form  of the instruction is used to copy 8bit  data ( specified  in the  instruction )  directly  into the  register or memory  pointed by

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