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
c5802d6d
"atdb/taskdatabase/git@git.astron.nl:astron-sdc/atdb-ldv.git" did not exist on "f53dffa2ef8ea8884ca82bb8e9abe4edee4ba781"
Commit
c5802d6d
authored
6 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Use LOFAR PFIR coefficients that have no DC.
parent
b69a5929
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/apertif/designs/apertif_unb1_bn_filterbank/src/vhdl/apertif_unb1_bn_filterbank.vhd
+4
-3
4 additions, 3 deletions
...nb1_bn_filterbank/src/vhdl/apertif_unb1_bn_filterbank.vhd
with
4 additions
and
3 deletions
applications/apertif/designs/apertif_unb1_bn_filterbank/src/vhdl/apertif_unb1_bn_filterbank.vhd
+
4
−
3
View file @
c5802d6d
...
@@ -120,9 +120,10 @@ ARCHITECTURE str OF apertif_unb1_bn_filterbank IS
...
@@ -120,9 +120,10 @@ ARCHITECTURE str OF apertif_unb1_bn_filterbank IS
CONSTANT
c_pps_delay_max
:
NATURAL
:
=
2
**
12
-
1
;
-- 4095 * 5 ns ~= 20000 ns ~= 6 km @ speed of light in air
CONSTANT
c_pps_delay_max
:
NATURAL
:
=
2
**
12
-
1
;
-- 4095 * 5 ns ~= 20000 ns ~= 6 km @ speed of light in air
-- Wideband Poly Phase Filter Bank
-- Wideband Poly Phase Filter Bank
CONSTANT
c_wpfb_coefs_file_prefix
:
STRING
:
=
"hex/coefs_wide"
;
-- use same PFIR coefficients as in LOFAR
-- Use $RADIOHDL/libraries/dsp/filter/src/python/diff_lofar_coefs to verify that the correct PFIR coefficients are used.
--CONSTANT c_wpfb_coefs_file_prefix : STRING := "hex/coefs_nodc_wide"; -- use LOFAR PFIR coefficients that have no DC
--CONSTANT c_wpfb_coefs_file_prefix : STRING := "hex/coefs_wide"; -- use same PFIR coefficients as in LOFAR
CONSTANT
c_wpfb_coefs_file_prefix
:
STRING
:
=
"hex/coefs_nodc_wide"
;
-- use LOFAR PFIR coefficients that have no DC
CONSTANT
c_ram_st_sst_adr_w
:
NATURAL
:
=
12
;
CONSTANT
c_ram_st_sst_adr_w
:
NATURAL
:
=
12
;
CONSTANT
c_ram_fil_coefs_adr_w
:
NATURAL
:
=
15
;
CONSTANT
c_ram_fil_coefs_adr_w
:
NATURAL
:
=
15
;
...
...
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