From 2c5902040b960ccca8d0b51c58c00fc114a09518 Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Thu, 9 Nov 2017 15:24:34 +0530 Subject: czt, dst1, fwht, hilbert1, ifht, ifwht, invfreq, rceps --- macros/names | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'macros/names') diff --git a/macros/names b/macros/names index 76fc13d..3e3fa6e 100644 --- a/macros/names +++ b/macros/names @@ -32,6 +32,7 @@ convmtx corrmtx cummax cummin +czt db db2pow dctmtx @@ -39,6 +40,7 @@ decimate dftmtx diric downsample +dst1 dutycycle ellip ellipord @@ -56,6 +58,7 @@ flattopwin fracshift fwhm fwhmjlt +fwht gauspuls gaussdesign gaussian @@ -65,13 +68,17 @@ goertzel grpdelay hann helperHarmonicDistortionAmplifier +hilbert1 icceps +ifht +ifwht iirlp2mb impinvar impz impzlength interp intfilt +invfreq invimpinvar is2rc isallpass @@ -131,6 +138,7 @@ rc2ac rc2is rc2lar rc2poly +rceps rcosdesign rectpuls rectwin -- cgit From 47535ab08afeb48fbb00f03e68d6ff973cf62cbd Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Fri, 10 Nov 2017 14:59:26 +0530 Subject: Functions added --- macros/names | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'macros/names') diff --git a/macros/names b/macros/names index 4099cfa..79a4781 100644 --- a/macros/names +++ b/macros/names @@ -71,15 +71,13 @@ grpdelay hann helperHarmonicDistortionAmplifier hilbert1 +hurst icceps -<<<<<<< HEAD -ifht -ifwht -======= idct1 idct2 idst1 ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 +ifht +ifwht iirlp2mb impinvar impz @@ -150,6 +148,7 @@ rceps rcosdesign rectpuls rectwin +remez1 resample residued residuez @@ -169,6 +168,8 @@ sgolayfilt shanwavf shiftdata sigmoid_train +sinetone +sinewave slewrate sos2cell sos2ss @@ -177,11 +178,16 @@ sos2zp sosbreak sosfilt specgram +spectral_adf +spectral_xdf +spencer ss2sos statelevels +stft stmcb strips subspaceMethodsInputParser +synthesis tf2sos tf2zp tf2zpk @@ -206,6 +212,7 @@ wkeep wrev xcorr2 xcov1 +yulewalker zerocrossing zp2sos zplane -- cgit From 6e1e4362783f68a8e8be1d199337c1ca831a2994 Mon Sep 17 00:00:00 2001 From: Brijeshcr Date: Fri, 10 Nov 2017 15:08:11 +0530 Subject: Brijesh functions --- macros/names | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'macros/names') diff --git a/macros/names b/macros/names index 76fc13d..a2452ab 100644 --- a/macros/names +++ b/macros/names @@ -7,6 +7,7 @@ armcov aryule barthannwin bartlett +besselap besself bitrevorder blackman @@ -15,11 +16,15 @@ blackmannuttall bohmanwin boxcar buffer +buttap butter buttord cconv cell2sos +cheb +cheb1ap cheb1ord +cheb2ap cheb2ord chebwin cheby1 @@ -30,6 +35,7 @@ clustersegment cmorwavf convmtx corrmtx +cplxreal cummax cummin db @@ -41,10 +47,13 @@ diric downsample dutycycle ellip +ellipap ellipord enbw eqtflength falltime +fft +fft2 fftfilt filternorm filtfilt @@ -54,6 +63,7 @@ firpmord firtype flattopwin fracshift +freqs fwhm fwhmjlt gauspuls @@ -66,6 +76,8 @@ grpdelay hann helperHarmonicDistortionAmplifier icceps +ifft +ifft2 iirlp2mb impinvar impz @@ -100,6 +112,7 @@ modulate morlet movingrms musicBase +ncauer nnls nuttallwin parzenwin @@ -107,6 +120,7 @@ pchip pchips peak2peak peak2rms +pei_tseng_notch peig periodogram phaseInputParseAs_ab @@ -183,6 +197,7 @@ upsample upsamplefill var vco +wconv welchwin window wkeep @@ -190,4 +205,6 @@ wrev xcorr2 zerocrossing zp2sos +zp2ss +zp2tf zplane -- cgit From 4bee11a7fe3cf8ead2e57e5d269d581d51bf72e6 Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Fri, 10 Nov 2017 16:47:58 +0530 Subject: Hanning added --- macros/names | 1 + 1 file changed, 1 insertion(+) (limited to 'macros/names') diff --git a/macros/names b/macros/names index 79a4781..a546c1b 100644 --- a/macros/names +++ b/macros/names @@ -69,6 +69,7 @@ gmonopuls goertzel grpdelay hann +hanning helperHarmonicDistortionAmplifier hilbert1 hurst -- cgit