Home | Impressum | Contact
Charts based on WindowsForms Charts based on Matplotlib
Fourier-series sample program. Implemented for a square-wave and a saw-tooth. FourierReihe FourierReihe
DFT sample program. Implemented with several signals. DFT DFT
IDFT sample program. Implemented with several signals. IDFT IDFT
FFT sample program. Implemented with several signals. FFT FFT
Leakage sample program. Implemented with several windows (Hamming, Hanning, ...). Leakage Leakage
STFT sample program. Implemented with several signals. STFT STFT
FIR-filter design using IDFT. FIRfromIDFT FIRfromIDFT
FIR-filter design using windowing. FIRWindow FIRWindow
FIR/IIR-filter design in the pole-zero plane. PoleZero PoleZero
Calculate FIR/IIR-filter response with given coeficients a0, a1, ..., b1, b2,.... FrequencyResponse FrequencyResponse
System Identification using several test functions. SystemIdentification SystemIdentification
Calculation of Pi (= 3.1415...) using Monte-Carlo simulation. RandomSimulation RandomSimulation
Graphical analysis of data. A random number-generator is used as source. GraphicalAnalysis GraphicalAnalysis
Calculation of statistical values. A random number-generator is used as source. Statistic Statistic
Correlation of signals. Correlation Correlation
Regression of signals. Regression Regression