NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/adcp/trunk/adcp/diwasp_1_1GD/Contents.m

Revision 168 (checked in by cbc, 16 years ago)

Adding diwasp customizations.

Line 
1 %DIWASP: DIrectional WAve SPectrum analysis
2 %Version 1.1
3 %
4 %Toolbox contents:
5 %Main functions:
6 %dirspec.m         Main function for directional wave analysis
7 %readspec.m        Reads in DIWASP format spectrum files
8 %writespec.m       Writes DIWASP format spectrum files
9 %plotspec.m        Plots DIWASP spectrums
10 %testspec.m        Testing function for the estimation methods
11 %makespec.m        Makes a fake spectrum and generates fake data for testing dirspec.m
12 %infospec.m        Returns information about a directional spectrum
13 %
14 %data_structures.m is a help file describing the new Version 1.1 data structures
15 %
16 %Private functions (some can be used as stand alone functions):
17 % The transfer functions
18 %  /private/elev.m
19 %  /private/pres.m
20 %  /private/velx.m
21 %  /private/vely.m
22 %  /private/velz.m
23 %  /private/slpx.m
24 %  /private/slpy.m
25 %  /private/vels.m
26 %  /private/accs.m
27 %
28 % The estimation functions
29 %  /private/DFTM.m
30 %  /private/EMLM.m
31 %  /private/IMLM.m
32 %  /private/EMEP.m
33 %  /private/BDM.m
34 %
35 % Miscellaneous functions
36 %  /private/smoothspec.m
37 %  /private/wavenumber.m
38 %  /private/makerandomsea.m
39 %  /private/makewavedata.m
40 %  /private/Hsig.m
41 %  /private/gsamp.m
42 %  /private/check_data.m
43
44 %
45 %Type help then the function name for online help on each function.
46 %
47 %License agreement
48 %DIWASP, is free software; you can redistribute it and/or modify it under the terms of the
49 %GNU General Public License as published by the Free Software Foundation.
50 %However, the DIWASP license includes the following addendum concerning its usage:
51 %This software and any derivatives of it shall only be used for educational purposes or
52 %scientific research without the intention of any financial gain.
53 %Use of this software or derivatives for any purpose that results in financial gain
54 %for a person or organization without written consent from the author is a breach of the license agreement.
55 %This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
56 %without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
57 %In addition the author is not liable in any way for consequences arising from the application of
58 %software output for any design or decision-making process.
59 %The GNU General Public License forms the main part of the license agreement included in the package.
60 %
61 %Copyright (C) 2002 David Johnson   Coastal Oceanography Group, CWR, UWA, Perth
62
63 %
Note: See TracBrowser for help on using the browser.