Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 76f0c1c

Browse filesBrowse files
committed
trying to get readme working
1 parent 4cef173 commit 76f0c1c
Copy full SHA for 76f0c1c

1 file changed

+14-14Lines changed: 14 additions & 14 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ def mfcc(signal,samplerate=16000,winlen=0.025,winstep=0.01,numcep=13,
2727
ceplifter=22,appendEnergy=True)
2828
```
2929

30-
| Parameter | Description
31-
| signal | the audio signal from which to compute features. Should be an N*1 array
32-
| samplerate | the samplerate of the signal we are working with.
33-
| winlen | the length of the analysis window in seconds. Default is 0.025s (25 milliseconds)
34-
| winstep | the step between successive windows in seconds. Default is 0.01s (10 milliseconds)
35-
| numcep | the number of cepstrum to return, default 13
36-
| nfilt | the number of filters in the filterbank, default 20.
37-
| nfft | the FFT size. Default is 512.
38-
| lowfreq | lowest band edge of mel filters. In Hz, default is 0.
39-
| highfreq | highest band edge of mel filters. In Hz, default is samplerate/2
40-
| preemph | apply preemphasis filter with preemph as coefficient. 0 is no filter. Default is 0.97.
41-
| ceplifter | apply a lifter to final cepstral coefficients. 0 is no lifter. Default is 22.
42-
| appendEnergy | if this is true, the zeroth cepstral coefficient is replaced with the log of the total frame energy.
43-
| returns | A numpy array of size (NUMFRAMES by numcep) containing features. Each row holds 1 feature vector.
30+
| Parameter | Description |
31+
| signal | the audio signal from which to compute features. Should be an N*1 array |
32+
| samplerate | the samplerate of the signal we are working with. |
33+
| winlen | the length of the analysis window in seconds. Default is 0.025s (25 milliseconds) |
34+
| winstep | the step between successive windows in seconds. Default is 0.01s (10 milliseconds) |
35+
| numcep | the number of cepstrum to return, default 13 |
36+
| nfilt | the number of filters in the filterbank, default 20. |
37+
| nfft | the FFT size. Default is 512. |
38+
| lowfreq | lowest band edge of mel filters. In Hz, default is 0. |
39+
| highfreq | highest band edge of mel filters. In Hz, default is samplerate/2 |
40+
| preemph | apply preemphasis filter with preemph as coefficient. 0 is no filter. Default is 0.97. |
41+
| ceplifter | apply a lifter to final cepstral coefficients. 0 is no lifter. Default is 22. |
42+
| appendEnergy | if this is true, the zeroth cepstral coefficient is replaced with the log of the total frame energy. |
43+
| returns | A numpy array of size (NUMFRAMES by numcep) containing features. Each row holds 1 feature vector. |
4444

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.