4.8

4.8 | 5 ratings Rate this file 32 Downloads (last 30 days) File Size: 4.76 KB File ID: #7463

Waterfall FFT

by Tom Irvine

 

17 Apr 2005 (Updated 24 Aug 2006)

This program calculates the Waterfall FFT of a time history.

| Watch this File

File Information
Description

This program calculates the one-sided, full amplitude Waterfall FFT of a time history. The time history must be in a two-column matrix format: Time(sec) & amplitude.

Required Products Signal Processing Toolbox
MATLAB release MATLAB 6.5.1 (R13SP1)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (5)
06 Jan 2006 Alwin Harms

very useful.
Thanks a lot, that was exactly what i needed.

03 Jan 2007 Vishnuvenkatesh Dhage

Code i need for Designing vibration spectrum analyser

04 May 2007 Jay Colgan

Thank you very much. I needed something exactly like this where I could take my response data and get meaningful FFT results.

03 Jan 2008 Robert L

Thanks! The code works well, taking the required inputs from the user. I used it to analyze experimental results from vibration testing and it worked beautifully.

19 May 2008 Tony Romey

Neat but need Doc for newby.

To show FFT Waterfall of a .wav file try this:

SIZ=WAVREAD('mono.wav','size')
Y(:,2)=WAVREAD('mono.wav');
x = 1/44100; % Sample Rate
Y = zeros(SIZ(1),1); % Pre-Allocate Array
for k = 1:SIZ(1)
   Y(k) = x*k;
end
waterfall_FFT

(Sorry if not the best code, still learning :) )

Please login to add a comment or rating.
Updates
24 Aug 2006

Update to version 1.8.

Tag Activity for this File
Tag Applied By Date/Time
spectral analysis Tom Irvine 22 Oct 2008 07:45:57
waterfall Tom Irvine 22 Oct 2008 07:45:59
fft Tom Irvine 22 Oct 2008 07:45:59
signal processing Tom Irvine 22 Oct 2008 07:45:59
fourier transform Tom Irvine 22 Oct 2008 07:45:59
waterfall fabio 27 Mar 2012 09:04:59

Contact us at files@mathworks.com