1 Star 0 Fork 1

linglin1978/Vernon_DSP_CoursePlot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.py 532 Bytes
一键复制 编辑 原始数据 按行查看 历史
踏雪Vernon 提交于 2023-12-05 20:12 . update func name
from DspSubFunc import C2_cos
from DspSubFunc import C2_linear_conv
from DspSubFunc import C3_freq_response
from DspSubFunc import C4_conv_filter
from DspSubFunc import C4_freq_response
from DspSubFunc import C6_zplane
from DspSubFunc import C9_IIR_filter
from DspSubFunc import C10_FIR_filter
C2_cos.c2_cos()
C2_linear_conv.c2_linear_conv()
C3_freq_response.c3_freq_response()
C4_conv_filter.c4_conv_filter()
C4_freq_response.c4_freq_response()
C6_zplane.c6_zplane()
C9_IIR_filter.c9_iir_filter()
C10_FIR_filter.c10_fir_filter()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/linglin1978/Vernon_DSP_CoursePlot.git
git@gitee.com:linglin1978/Vernon_DSP_CoursePlot.git
linglin1978
Vernon_DSP_CoursePlot
Vernon_DSP_CoursePlot
master

搜索帮助