• Joined on 2024-02-19
thfu pushed to main at thfu/TailCorr 2025-03-12 10:18:16 +08:00
d4d76dc68a 与基于IP核的分支合并
thfu deleted branch MyIIR from thfu/TailCorr 2025-03-11 21:09:00 +08:00
thfu pushed to main at thfu/TailCorr 2025-03-11 21:08:39 +08:00
5fd9ada08a 与基于IP核的IIR滤波器合并,保留自写的八路全并行IIR滤波器,同二维数组展开那次提交
thfu pushed to main at thfu/TailCorr 2025-03-11 20:33:19 +08:00
28ac963708 与基于IP核的IIR滤波器合并
d126901a8a 将二维数组展开
ad5c6434e2 片上实时产生系数;
8c6c5bb906 八路并行的IIR滤波器;
d48f4fd872 原脚本太长,将其划分为不同功能模块以面向对象的编程方式进行封装管理
Compare 14 commits »
thfu pushed to main at thfu/TailCorr 2025-03-11 20:06:52 +08:00
cdea3f4d6a 后端报warning,修改了parameter的位置;
270d149d1f v04-using DW_iir_dc_m.v;TB don't use ca_wave
79a0eae046 四路输出,删除原八路输出;
22ceafb511 z芯片在环验证
5433610d48 输出8路转4路后和原来的8路进行比较;
Compare 12 commits »
thfu pushed to MyIIR at thfu/TailCorr 2025-03-11 17:37:05 +08:00
d126901a8a 将二维数组展开
thfu pushed to MyIIR at thfu/TailCorr 2025-03-11 17:35:00 +08:00
8615cf44bc ZhanKai
thfu pushed to MyIIR at thfu/TailCorr 2025-03-11 17:32:29 +08:00
ad5c6434e2 片上实时产生系数;
thfu pushed to MyIIR at thfu/TailCorr 2025-03-11 16:29:05 +08:00
cfa8778955 片上实时产生系数;
8c6c5bb906 八路并行的IIR滤波器;
d48f4fd872 原脚本太长,将其划分为不同功能模块以面向对象的编程方式进行封装管理
418cbe0376 修改z_dsp.m相关函数以批量扫描线路参数和波形
98f6a41ec9 实现了两路并行的IIR滤波器;增加了将输入分为奇偶两路的模块
Compare 12 commits »
thfu pushed to MyIIR at thfu/TailCorr 2025-03-11 15:25:04 +08:00
dc886c1d34 片上实时产生系数;
thfu pushed to MyIIR at thfu/TailCorr 2025-03-11 14:24:08 +08:00
37bd931cd5 片上实时产生系数;
thfu pushed to MyIIR at thfu/TailCorr 2025-03-11 14:00:39 +08:00
c4af1dc516 片上实时产生系数;
thfu pushed to MyIIR at thfu/TailCorr 2025-03-11 09:18:05 +08:00
48de4a25f1 片上实时产生系数;
thfu pushed to MyIIR at thfu/TailCorr 2025-03-10 20:51:17 +08:00
127557df2e 片上实时产生系数;
thfu pushed to MyIIR at thfu/TailCorr 2025-03-10 17:15:25 +08:00
3818b8c707 片上实时产生系数;
thfu pushed to MyIIR at thfu/TailCorr 2025-03-10 16:37:59 +08:00
34a39f3875 片上实时产生系数;
thfu pushed to MyIIR at thfu/TailCorr 2025-03-08 18:17:25 +08:00
52cc51976c 片上实时产生系数;
thfu pushed to MyIIR at thfu/TailCorr 2025-03-08 17:25:31 +08:00
0026cbaf43 片上实时产生系数;
ba57872c55 八路并行的IIR滤波器;
59eb3f1d1c 原脚本太长,将其划分为不同功能模块以面向对象的编程方式进行封装管理
0dec9505c5 修改z_dsp.m相关函数以批量扫描线路参数和波形
e474ae1001 实现了两路并行的IIR滤波器;增加了将输入分为奇偶两路的模块
Compare 21 commits »
thfu pushed to MyIIR at thfu/TailCorr 2025-03-08 16:45:47 +08:00
6b635a64fe 片上实时产生系数;增加了z_dsp.sv;删除了过去插值的相关文件;未来需要进一步提高代码可读性
thfu pushed to MyIIR at thfu/TailCorr 2025-03-08 16:37:49 +08:00
a0f18c5a21 add coefficient generation module and z_dsp; remove interpolation module and other files; suggest further simplification of RTL code using for-loops