Dear Guest,Writing tutorials and maintaining a website
are expensive endeavors. I need your help to continue this effort.
Your subscription will allow me to continue this site and to
add new materials.
|
An Introduction to Digital Filtering:
filter.pdf
|
DLL Files needed to run software programs |
dlls.zip |
Software |
Executable |
Source |
Digital filtering using a Butterworth 6th order filter. The user must supply an input time history file. Both lowpass and highpass options are available. |
filter.exe |
filter.cpp |
Fast Fourier transform (FFT) of a time history. The transform operates on a time series with 2^n points, where n is an integer.Also, corresponding inverse FFT. |
fft.exe
|
fft.cpp
|
Conventional Fourier transform of a time series with an arbitrary number of points. |
fourier.exe |
fourier.cpp |
Generation of time history signals:
|
generate.exe |
|
First-order trend identification and removal. |
trend1.exe |
trend1.cpp |
Second-order trend identification and removal. |
trend2.exe |
trend2.cpp |
Cubic Spline Curve-fit: |
spline.exe |
spline.cpp |
Integrate a time history via the trapezoidal rule. |
integ.exe |
integ.cpp |
Differentiate a time history. |
differ.exe |
differ.cpp |