From 77a11411d96876e457097926f890842d260479ad Mon Sep 17 00:00:00 2001 From: Eric Kooistra <kooistra@astron.nl> Date: Wed, 19 Oct 2022 14:38:31 +0200 Subject: [PATCH] Added reeference. --- matlab/one_pfb.m | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/matlab/one_pfb.m b/matlab/one_pfb.m index c8838d9..80bd7dc 100644 --- a/matlab/one_pfb.m +++ b/matlab/one_pfb.m @@ -29,9 +29,13 @@ % . PFIR coeffcients: one_pfb_m_pfir_coeff_fircls1_16taps_128points_16b.dat % . PFIR coeffcients, WG, PFIR, PFFT data: one_pfb_m_chirp_8b_16taps_128points_16b_16b.dat % +% References: +% % Description : +% [1] Multirate Digital Signal Processing (Crochiere) % % * General +% Section 7 in [1] describes a poly phase filterbank (PFB). % The data path (DP) is modelled per block of data. The block of data % are counted by the block sequence number that thus acts as a % timestamp. The data path consist of DSP functions. Each DSP -- GitLab