Skip to content

A MATLAB routine used to calculate nonstationary tidal amplitudes and phases, as well as water level reconstructions, using a special form of continuous wavelet transform (CWT) analysis.

License

Notifications You must be signed in to change notification settings

mjclobo/CWT_Multi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CWT_Multi

CWT_Multi is written in Matlab version R2020a.

This is a MATLAB routine used to calculate nonstationary tidal amplitudes and phases, as well as water level reconstructions, using a special form of continuous wavelet transform (CWT) analysis.

EXAMPLE

An example may be found in the CWT_MWE.m file in the repo. Here we analyze two years of data from the Columbia River at Vancouver (NOAA station 9440083). Data from Astoria (NOAA station 9439040) is used as a reference station when calculating tidal admittances.

METHOD

CWT_Multi.m is a MATLAB routine that performs continuous wavelet transform (CWT) analysis on an Nx1 real, scalar time series. This is done using two different sets of filter banks (see Lobo et al., 2023 for details).

The species analysis uses one filter per tidal species to identify changes in tidal species energy on a short timescale (approx. 80% of energy found within a few days). The filters are shorter in time and therefore have a wider response in frequency-space.

The constituents analysis uses a suite of filters to identify changes in major constituents within a tidal species on a still relatively short time scale (approx. 80% of energy found within a one week window), while also tracking minor constituents on longer timescales (approx. 80% of energy found within a three week window). The details of this analysis are covered in the above manuscript.

CWT_Multi.m also includes a dynamic inference feature (accessed by using the optional argument 'dynamicInference') that will use results from six month filters of K1, P1 and S2, K2, respectively, to form time-dependent constituent ratios that are then used to infer the amplitudes of the respective constituents on the timescale of the length of the major constituent filters from the constituents analysis.

Note that due to two-way, three-way, and higher beating interactions between tidal constituents, the analysis output must be interpreted in part by understanding these interactions and their manifestations in the results.

CODE

CWT_Multi.m is loosely written in a modular sense, i.e., most parts of the script are calls to general functions which can take arguments for either the species or the constituent analysis. This modular approach increases the readability and reliability of the code, as well as benefits the code's further development. Work still needs to be done to make the CWT_Errors.m sub-script more modular.

The routine, and its subroutines, have comments throughout, and one can follow the routine's work flow by first opening CWT_Multi.m, and then following the script (which calls ``sub-scripts''). A summary of the inputs, outputs, and optional arguments for this routine is included in the header of CWT_Multi.m.

If the user is solely interested in using the routine, please refer to the required (and optional) arguments/format found in the header of the main CWT_Multi.m file. This header also details the routine's outputs.

About

A MATLAB routine used to calculate nonstationary tidal amplitudes and phases, as well as water level reconstructions, using a special form of continuous wavelet transform (CWT) analysis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages