Plot SAC ASCII and SAC_BIN data format, with zoom,unzoom, plot channel by channel, or plot all channel (until 2000, tested with 125).
Filtering the data: all filters are causal recursive IFR (Infinite Impulse Response) written using the bilinear Z-transform in the time domain. Their conception using a few number of coefficents gives them very fast with a low memory cost.
The adaptation factor of frequency warants no deformation in the frequency domain of the transfert function. The main filters used are the following: Butterworth High-Pass and Low-Pass (n order), Farrer 10s-6s Low-Pass (a combination of rejector and Low-Pass specially designed for removing oceanic noise), Integrator, Derivator, Integrator with cut-off frequency, Derivator with cut-off frequency, Trend removing, Rejector (n-order), Envelop with Hilbert (not recursive at all), compensator of (n-order), Polynomial filter (n-order, not recursive at all ).
Data plotting : channel by channel, all channels, zoom, unzoom, unfilter, instantaneous time and amplitude informations with mouse pointer.
Fourier domain: Power Spectral Density (PSD) in linear-linear, log-log axes; independant windows for each channel, instantaneous frequency and amplitude informations with mouse pointer, zoom, unzoom of spectra. Dirac, Hilbert transform, Time-Frequency representation (tested until 1 million of points per channel on 3 channels.
Polarization : easy and fast particule motion representation in both horizontal plane and incidence plane, with automatic computation of best direction with eigen vectors of the covariance matrix. Display of linearity and planearity coefficient.
Product's homepage
What's New in This Release: [ read full changelog ]
· This release corrects a major bug in freeing memory.
· The Win32 version was especially sensitive to this bug.
· This release also includes two new features in the utility programs, in the MLINA (Minimum LINear Algebra library) section.
· The first feature is the computation of the rank of a matrix (in the igenVal_imTQL1() function).
· The second feature is a program for fitting a curve with a polynomial of any order.