|
|
| File Information |
| Description |
Spectrum scope makes it easy to compute and display the fft of a live signal. You feed it your time series data, and it does the rest. It works very nicely with the Timer objects introduced in R13, and with Analoginput objects (from the Data Acquisition Toolbox).
Here's a simple example, assuming you've defined a sample rate (Fs), a desired FFT length (Nfft), and some data (s) that you'd like to view:
%% Initialize scope
spectrumscope(Fs,Nfft);
%% Update scope
spectrumscope(s);
I've included a few functioning examples to get you started.
I welcome your feedback. |
| Acknowledgements |
The author wishes to acknowledge the following in the creation of this submission:
Strip Chart
This submission has inspired the following:
Sound Level Meter
|
| MATLAB release |
MATLAB 6.5 (R13)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (6) |
| 10 Feb 2006 |
amna Elhawil
|
|
|
| 27 Jan 2007 |
Sherif Hany
|
|
|
| 05 May 2007 |
abdilah tlb
|
|
|
| 07 May 2008 |
venantius andika
|
|
|
| 04 Jun 2008 |
Maryam Mohammadikish
|
|
|
| 31 Jul 2010 |
Bhavik Patel
|
|
|
| Updates |
| 12 Jan 2010 |
Update copyright. |
|
Contact us at files@mathworks.com