Code covered by the BSD License  

Highlights from
Test and Measurement Seminar Demos

image thumbnail
from Test and Measurement Seminar Demos by Scott Hirsch
Source code for Test and Measurement Seminar Demos, including electronic throttle body case study.

datainsight_signal.m
%I found some data. What is is?
[y,fs] = wavread('helicopter.wav');     %In \Extra Test and Measurement Demos\AcousticTracker\Source Code

%Look at the time series
plot(y)

%Lets play it.
soundsc(y,fs)

%Maybe spectral analysis will help.
specgramdemo(y,fs)

Contact us at files@mathworks.com