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

State norton''s theorem, Norton's Theorem Nortons Theorem states: "A...

Norton's Theorem Nortons Theorem states: "Any linear circuit containing several energy sources and resistances can be replaced by a single Constant Current generator in para

What are the modes used in display modes, What are the modes used in displa...

What are the modes used in display modes? 1. Left Entry mode In the left entry mode, the data is going into from the left side of the display unit. 2. Right Entry Mode

What are macros, What are Macros? Macro is a group of instruction. The ...

What are Macros? Macro is a group of instruction. The macro assembler makes the code in the program each time where the macro is called. Macros are described by MACRO & ENDM di

Common emitter configuration, Common emitter configuration: even in co...

Common emitter configuration: even in common emitter configuration current relation is like is same like common bias configuration. For common emitter configuration output cha

What are the benefits of ccs over in-channel signalling, Q. What are the be...

Q. What are the benefits of ccs over in-channel signalling? The benefits of CCS over in-channel signalling are listed below: a. Information can be exchange between processor

What is q-switching in laser, What is Q-switching in laser ? Give its appli...

What is Q-switching in laser ? Give its application. Discuss the elementary idea of mode locking. Generation of high power pulses There are three basic techniques to gene

Torque-Speed Characteristics of 3-Phase Induction Motors, Torque-Speed Char...

Torque-Speed Characteristics of 3-Phase Induction Motors

What are the blocks of the microprocessor depends system, What are the bloc...

What are the blocks of the microprocessor depends system? The blocks of the microprocessor depends system are: The Memory and I/O System The Data Operating System

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