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

Which interrupt has the highest priority, TRAP has the maximum priority ...

TRAP has the maximum priority There are 2 types of interrupts external and internal. NMI has highest priority between all external interrupts,TRAP has highest priority between

Objectives of electricity and gas hazards, Objectives After studying th...

Objectives After studying this unit, you should be able to: 1. Describe the consequences of passing electric current through human body, 2. State and recognise the colour

Describe what you understand by offset voltage, a. Describe what you unders...

a. Describe what you understand by 'offset voltage' and 'offset current' of op-amp.  Discuss with a neat circuit diagram the method used for minimizing offset voltage and offset cu

Define super scalar architecture, Define super scalar architecture. Su...

Define super scalar architecture. Super scalar architecture: The Pentium microprocessor is organized along with three execution units. Individual executes floating-point inst

Compute the fourier transform, Compute the Fourier Transform of the followi...

Compute the Fourier Transform of the following function: f(x) = exp( - x 2 /(2σ 2 )) cos (2πx/k) where σ and k are constants. What is the minimum sampling rate required

Signals and system, This is a project on music synthesis with sinusoids. Th...

This is a project on music synthesis with sinusoids. The project requires programming effort in Matlab, a software package which is installed in the computer labs in the School of

De multiplexing address data bus, De multiplexing Address Data Bus (AD 7 - ...

De multiplexing Address Data Bus (AD 7 - AD 0 ) As it is already discussed that  lower  order address bus (A 7 - A 0 )  is multiplexed  with data bus (D 7 - D 0 ). Hence  pins

Resistance temperature sensor, A Platinum resistance temperature sensor has...

A Platinum resistance temperature sensor has a resistance of 120 ohm at 0°C and forms one arm of a Wheatstone bridge. At this temperature the bridge is balanced with each of the ot

Tampering of, Damage of revolving metallic disc due to tampering

Damage of revolving metallic disc due to tampering

Define electrical power, Electrical power Power P in an electrical circ...

Electrical power Power P in an electrical circuit is given by the product of potential difference V and current I. The unit of power is the watt, W.

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