From 9286711fb484121168730ae658ca015330708f13 Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Wed, 19 Oct 2022 14:01:07 +0200
Subject: [PATCH] Added link to one_pfb.m Matlab model.

---
 libraries/dsp/verify_pfb/tb_verify_pfb_response.vhd | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libraries/dsp/verify_pfb/tb_verify_pfb_response.vhd b/libraries/dsp/verify_pfb/tb_verify_pfb_response.vhd
index 942cc3387c..22eeddb4d0 100644
--- a/libraries/dsp/verify_pfb/tb_verify_pfb_response.vhd
+++ b/libraries/dsp/verify_pfb/tb_verify_pfb_response.vhd
@@ -28,7 +28,8 @@
 --     device under test (DUT).
 --   . The FIR coefficients are flipped per tap, so per set of N_fft = 1024 values. This is
 --     because the FIR coefficients are applied as a filter per FFT input (so using
---     convolution), and not as a window function (using plain multiply).
+--     convolution). For more clarification see
+--     https://git.astron.nl/desp/apertif_matlab/-/blob/master/matlab/one_pfb.m
 --
 -- Usage:
 --   > as 3 default, or as 12 for details
-- 
GitLab