A list of optional arguments and where they are used
- For Recurrence-Plot based metric: 
- 
- m=intthe embedding dimension for the phase-space reconstruction of the signals, default=10
- tau=inttime-lag for phase-space rec., default=15
- FAN=intfixed amount of neighbours for each point in the recplot, default=(int)0.05*n1
- noiseamp=doublefactor to use for adding noise to the recplot, default=- 0.01
 
- For Time-Frequency based metric: 
- 
- sample_frequency=doubleof the signal, default is- 500(should really be provided!)
- winfct=void*windowing function, default is- window_hanning
- winlength=intsize of the window, default is-  MAX( SQR( sqrt(next_pow2( n ))-3 ), 5 )
- N_freq=intnumber of frequency bins, default is- winlength*4
- N_time=intnumber of time bins, default is- n
- corner_freqs=double*(array with two double entries), default is 
- For derivative DTW 
- 
- theta1=double, default is- 1.0
- theta2=double, default is- 1.0