Test with modem connected

This commit is contained in:
2026-03-05 19:49:44 +01:00
parent 08c0f6967b
commit e0769f0c0d
7 changed files with 8300 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ module sd_adc_q15 #(
);
lpf_iir_q15_k #(
.K(6)
.K(8)
) lpf (
.i_clk(i_clk_15), .i_rst_n(i_rst_n),
.i_x_q15(raw_sample_q15),
@@ -46,8 +46,8 @@ module sd_adc_q15 #(
);
decimate_by_r_q15 #(
.R(200), // 15MHz/200 = 75KHz
// .R(375), // 15MHz/375 = 40KHz
// .R(200), // 15MHz/200 = 75KHz
.R(375), // 15MHz/375 = 40KHz
.CNT_W(10)
) decimate (
.i_clk(i_clk_15), .i_rst_n(i_rst_n),