Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

MATLAB exercise: Your MATLAB code does not have to be turned in for this exercise. Simply print the required plots and attach them, along with

image text in transcribed

MATLAB exercise: Your MATLAB code does not have to be turned in for this exercise. Simply print the required plots and attach them, along with your written response, to the other written exercises. 1. Create a Gaussian-shaped pulse using the command: gauss 1 = gausswin(512,10); (It is not important to understand everything about this command right now. It creates a Gaussian-shaped vector whose length is given by the first parameter and whose width is inversely proportional to the second parameter.) 2. Normalize this pulse so that its integral (i.e., the sum of all of its values) is one. In other words, divide each point by sum( gauss 1). 3. Graph this using the plot command. 4. Repeat steps 1-3 for two more Gaussian pulses of different widths. Call them gauss2 and gauss3. Best to make one somewhat wider and one somewhat narrower than the one above, but make sure they fit in the 512-length vector. 5. Create a graph using plot() that shows all three gaussian pulses on the same graph. 6. Take the Fourier transforms of the plots using the fft() function: fgl=fft(gaussl); 7. Plot the magnitudes of the Fourier transforms using the abs() function - plot all three on the same graph. You may need to change the x-axis scale to zoom in on details. 8. Save your variables to a .mat file using the save() command. We may use them again later. 9. Observe what happens to the Fourier transforms as the width of the pulse changes. Note how this relates to principles discussed in class. 10. Turn in your graphs from step 5 and step 7 and a brief discussion of your observations

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Current Trends In Database Technology Edbt 2006 Edbt 2006 Workshops Phd Datax Iidb Iiha Icsnw Qlqp Pim Parma And Reactivity On The Web Munich Germany March 2006 Revised Selected Papers Lncs 4254

Authors: Torsten Grust ,Hagen Hopfner ,Arantza Illarramendi ,Stefan Jablonski ,Marco Mesiti ,Sascha Muller ,Paula-Lavinia Patranjan ,Kai-Uwe Sattler ,Myra Spiliopoulou ,Jef Wijsen

2006th Edition

3540467882, 978-3540467885

More Books

Students also viewed these Databases questions