Code covered by the BSD License
-
pitchwatch(x,Ts)
Plot the pitch keys.
-
plotps(x,Ts,N)
Plot the power spectrum.
-
spect(x,Ts,wn,N)
Plot the spectrogram.
-
spectgray(x,Ts,wn,N)
Plot the grayscale spectrogram.
-
spectmesh(x,Ts,wn,N)
Plot the mesh-spectrogram.
-
View all files
Speech Snipper
by Alan Tan
06 May 2006
(Updated 31 May 2010)
This is a GUI that manages DSP analysis functions for wav-files (e.g., speech signals).
|
Watch this File
|
| File Information |
| Description |
This is a GUI that manages DSP analysis functions for wav-files (e.g., speech signals). Two functions (plotps.m and spect.m) are included for starters. You may write your own functions and integrate that into the GUI without much hassle (see instructions in the accompanying readme.txt file). Additional features like the snipper lets you trim the time series and save it as a separate wav-file. The GUI is a great tool for instructors in a DSP course and DSP researchers alike!
If you like the GUI, please comment below; otherwise, send an email to me. :)
Essential files: spsnip_gui.p, spsnip_guicb.p, spsnip_config.txt
Accompanying files: plotps.m, spect.m, chimes.wav, readme.txt |
| MATLAB release |
MATLAB 5.3.1 (R11.1)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (8) |
| 07 Oct 2010 |
lan
|
|
|
| 14 Aug 2010 |
vanessa gironda
|
|
|
| 31 May 2010 |
Alan Tan
|
|
|
| 27 May 2010 |
Jose Ercolino
|
|
|
| 11 Jan 2008 |
kalpesh patel
|
|
|
| 03 Jan 2008 |
Duncan Young
|
|
|
| 01 Jun 2007 |
xu ning
|
|
|
| 05 Feb 2007 |
Radha Krish
|
|
|
| Updates |
| 09 May 2006 |
Integrated uidialog.p into the callback function; thus one less essential file. |
| 10 May 2006 |
Additional infomation inserted into readme.txt; also removed the JPGs to quicken download. |
| 30 May 2006 |
Update uidialog. |
| 27 Jun 2006 |
Edited description. |
| 14 Jul 2006 |
Edited description. |
| 25 Jul 2006 |
Added new functions spectmesh.m and spectgray.m. |
| 03 May 2007 |
Added new function pitchwatch.m. |
| 30 Jun 2008 |
Edited description. |
| 31 May 2010 |
Amended spectgray.m, as pointed out to Jose. |
|
Contact us