Package wiat :: Package TM :: Module Functions
[hide private]
[frames] | no frames]

Module Functions

source code

Functions.py - Definition of various useful functions

Functions [hide private]
 
CompareMaxima(ml1, ml2)
Compare two list of maxima data.
source code
 
calculate_impulse_response(I, T, N, fs)
Calculate the impulse response of an instrument from its impedance.
source code
Function Details [hide private]

calculate_impulse_response(I, T, N, fs)

source code 

Calculate the impulse response of an instrument from its impedance.

I: Instrument instance T: temperature N: size of the fft fs: sampling frequency