From efdeafd2daa98edee0f385ab6942a78f91806298 Mon Sep 17 00:00:00 2001 From: Reinier van der Walle <walle@astron.nl> Date: Wed, 2 Sep 2020 17:56:18 +0200 Subject: [PATCH] Added description --- .../libraries/sdp/src/vhdl/node_sdp_filterbank.vhd | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/applications/lofar2/libraries/sdp/src/vhdl/node_sdp_filterbank.vhd b/applications/lofar2/libraries/sdp/src/vhdl/node_sdp_filterbank.vhd index b3135b0fae..a5fc3cbb82 100644 --- a/applications/lofar2/libraries/sdp/src/vhdl/node_sdp_filterbank.vhd +++ b/applications/lofar2/libraries/sdp/src/vhdl/node_sdp_filterbank.vhd @@ -21,9 +21,16 @@ ------------------------------------------------------------------------------- -- -- Author: R. van der Walle --- Purpose: . +-- Purpose: +-- . Implements the functionality of the subband filterbank (Fsub) in the +-- LOFAR2 SDPFW design. -- Description: --- . +-- . The subband filterbank seperates the incoming timestamped ADC samples into +-- 512 frequency bands called subbands. +-- . It implements a critically sampled poly-phase filterbank (PFB). The PFB consists of a +-- poly-phase finite impulse response (PFIR) filter per real input and a +-- complex fast fourier transform (FFT) per 2 real inputs. +-- . The number of points of the FFT is 1024. -- Remark: -- . ------------------------------------------------------------------------------- -- GitLab