|
|
| File Information |
| Description |
width = fwhm(x,y)
Full-Width at Half-Maximum (FWHM) of the waveform y(x) and its polarity.
The FWHM result in 'width' will be in units of 'x'
The code was developed by an unknown author. |
| 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 (14) |
| 20 Apr 2006 |
zm o
|
|
|
| 17 Jan 2007 |
Igor K
|
|
|
| 18 Jan 2007 |
Sue S
|
|
|
| 19 May 2007 |
Rajiv Bharadwaj
|
|
|
| 28 May 2007 |
Ketki V
|
|
|
| 12 Oct 2007 |
bioguider bioguider
|
|
|
| 06 Nov 2007 |
John Smith
|
|
|
| 18 Aug 2008 |
Nathir Rawashdeh
|
|
|
| 06 May 2010 |
Brian
|
|
|
| 05 Feb 2011 |
Amr Sadek
|
|
|
| 27 Feb 2011 |
Tom Phillips
|
|
|
| 01 Apr 2011 |
Donald
|
|
|
| 23 Nov 2011 |
Robert
|
|
|
| 07 Apr 2012 |
Nicolas
|
|
|
| Updates |
| 03 Apr 2006 |
1) Remove line:
[c_max,k_index] = max(y);
2) Replaced two two "if-end" conditions by "if-else-end" condition
3) The output argument "c" was never returned, hence it has been removed. |
| 03 Apr 2006 |
1) Remove line:
[c_max,k_index] = max(y);
2) Replaced two two "if-end" conditions by "if-else-end" condition
3) The output argument "c" was never returned, hence it has been removed. |
| 05 Apr 2006 |
No need to reassign variables 'x' and 'y'.
Remove last 'else' condition. |
|
Contact us at files@mathworks.com