文件名称:yodel:瑞士军刀为您的声音
文件大小:50KB
文件格式:ZIP
更新时间:2024-07-03 15:38:45
Python
描述 (声音的瑞士军刀)是一个易于使用的 Python 包,用于数字音频信号处理、分析和合成。 它旨在提供一套全面的工具来处理音频信号。 它可用于原型设计以及在 Python 中开发音频应用程序。 特征 分析: 离散傅立叶变换 快速傅立叶变换 加窗:汉明、汉宁、布莱克曼 过滤: 单极:低通、高通 双二阶:低通、高通、带通、全通、陷波、峰值、低架、高架 状态变量:低通、高通、带通、带阻 参数均衡器 梳状:前馈、反馈、全通 卷积:标准、快速 加窗Sinc:低通、高通、带通、带阻 风俗 延迟: 时变延迟线 安装 只需运行: pip install yodel 文档 完整的 API 文档可以在找到。 有关代码示例,请查看项目存储库中的demo文件夹。 接触 关于 Yodel 有任何问题或意见吗? 请通过告诉我。 变更日志 版本 0.3.0 具有时变延迟线的新延迟模块 新过滤器:Comb
【文件预览】:
yodel-master
----.gitignore(680B)
----README.md(3KB)
----requirements-dev.txt(109B)
----README.rst(3KB)
----test()
--------test_delay_delayline.py(3KB)
--------test_filter_biquad.py(18KB)
--------test_complex.py(1KB)
--------test_filter_state_variable.py(5KB)
--------test_filter_parametric_eq.py(3KB)
--------test_analysis_window.py(3KB)
--------test_conversion.py(512B)
--------test_filter_custom.py(4KB)
--------test_analysis_fft.py(3KB)
--------__init__.py(0B)
--------test_filter_comb.py(4KB)
--------test_filter_single_pole.py(2KB)
--------test_filter_convolution.py(7KB)
--------test_filter_windowedsinc.py(4KB)
----docs()
--------make.bat(7KB)
--------yodel.delay.rst(124B)
--------conf.py(9KB)
--------yodel.rst(265B)
--------yodel.analysis.rst(133B)
--------yodel.conversion.rst(139B)
--------index.rst(429B)
--------modules.rst(52B)
--------yodel.filter.rst(127B)
--------yodel.complex.rst(130B)
--------Makefile(7KB)
----LICENSE(1KB)
----yodel()
--------conversion.py(523B)
--------delay.py(3KB)
--------__init__.py(556B)
--------complex.py(617B)
--------analysis.py(10KB)
--------filter.py(34KB)
----requirements.txt(0B)
----MANIFEST.in(171B)
----setup.py(1KB)
----.travis.yml(163B)
----tox.ini(532B)
----Makefile(2KB)
----demo()
--------biquad_filter_design.py(7KB)
--------state_variable_filter_design.py(8KB)
--------comb_filter_design.py(6KB)
--------custom_filter_design.py(4KB)
--------windowed_sinc_filter_design.py(4KB)
--------parametric_equalizer_design.py(6KB)
--------fourier_analysis.py(7KB)
--------single_pole_filter_design.py(6KB)