mfcc特征提取的matlab代码此软件包已弃用,不再维护,请改用神农:
安装:
简而言之,如果所有依赖项都安装在系统上,则可以在cli内安装feature_extraction
:
python
setup.py
build
&&
python
setup.py
install
如果使用conda从源代码安装并且未安装依赖项,则可以执行以下操作:
来自github的gget
feature_extraction
:
>>
git
clone
https://github.com/bootphon/features_extraction
创建您的环境,例如,如果使用conda(使用来自的python
2.7
64-BIT)
>>
cd
features_extraction
>>
conda
create
--name
feat
--file
requirements.txt
>>
source
activate
feat
安装conda不可用的其他依赖项
(feat)
>>
pip
install
oct2py
(feat)
>>
pip
install
git+http://git
2023-03-29 15:01:14
10.88MB
系统开源
1