Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
13506df7
Commit
13506df7
authored
8 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
applications/apertif/matlab/apertif_matlab_readme.txt
+5
-2
5 additions, 2 deletions
applications/apertif/matlab/apertif_matlab_readme.txt
applications/apertif/matlab/run_pfir.m
+462
-0
462 additions, 0 deletions
applications/apertif/matlab/run_pfir.m
with
467 additions
and
2 deletions
applications/apertif/matlab/apertif_matlab_readme.txt
+
5
−
2
View file @
13506df7
...
@@ -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.
Click to expand it.
applications/apertif/matlab/run_pfir.m
0 → 100644
+
462
−
0
View file @
13506df7
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment