Skip to content
Snippets Groups Projects
Commit 13506df7 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Derived run_pfir.m from one_pfb.m to have specific script for ppf HDL verification.

parent c86a717c
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,9 @@ This directory contains Matlab code for modelling DSP aspects of Apertif: ...@@ -32,7 +32,9 @@ This directory contains Matlab code for modelling DSP aspects of Apertif:
arts_fir.png Figure FIR filter transfer function plot saved by FIR_LPF_ApertifCF.m arts_fir.png Figure FIR filter transfer function plot saved by FIR_LPF_ApertifCF.m
pfir_coeff.m Function Compute polyphase filterbank coefficients (same purpose as FIR_LPF_ApertifCF.m but with more options) pfir_coeff.m Function Compute polyphase filterbank coefficients (same purpose as FIR_LPF_ApertifCF.m but with more options)
run_pfir_coeff.m Script Run pfir_coeff.m run_pfir_coeff.m Script Run pfir_coeff.m to show filter response in time and frequency domain
run_pfir.m Script Run the PFIR with real input to create HDL reference data (based on one_pfb.m)
4) FFT 4) FFT
...@@ -50,7 +52,8 @@ This directory contains Matlab code for modelling DSP aspects of Apertif: ...@@ -50,7 +52,8 @@ This directory contains Matlab code for modelling DSP aspects of Apertif:
reorder_serial.m Function Select data from block of data reorder_serial.m Function Select data from block of data
corner_turn.m Function Collect M blocks of in_data(1:K) and then transpose [M] and [K] for corner turn corner_turn.m Function Collect M blocks of in_data(1:K) and then transpose [M] and [K] for corner turn
run_pfft.m Script Run data path model with only the subband PFFT (real input) run_pfft.m Script Run the PFFT with real input to create HDL reference data (based on one_pfb.m)
run_pfft_complex.m Script Run the PFFT with complex input to create HDL reference data (based on one_pfb.m)
6) Polyphase filterbank 6) Polyphase filterbank
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment