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
e3539134
Commit
e3539134
authored
3 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Support 20b FIR coefficients.
parent
543403ed
No related branches found
No related tags found
1 merge request
!231
Use applications/lofar2/model/pfs_coeff_final.m to create FIR coefficients for...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
applications/lofar2/model/pfs_coeff_final.m
+3
-2
3 additions, 2 deletions
applications/lofar2/model/pfs_coeff_final.m
with
3 additions
and
2 deletions
applications/lofar2/model/pfs_coeff_final.m
+
3
−
2
View file @
e3539134
...
...
@@ -97,8 +97,8 @@
% h) Support loading and analysing LOFAR1 coefficients for comparison
% i) Support changing the half power subband band width via relative_bw = 1
% j) Save plots in plots/
% k) Create FIR coefficients for 16b
or 18
b Kaiser (has sharp band edge)
and
% Hanning (has almost flat DC response for all poly phases)
% k) Create FIR coefficients for 16b
, 18b, 20
b Kaiser (has sharp band edge)
%
and
Hanning (has almost flat DC response for all poly phases)
close
all
;
clear
all
;
...
...
@@ -121,6 +121,7 @@ if not(reproduce_ftf)
% word size for coefficients
nof_bits
=
16
;
nof_bits
=
18
;
nof_bits
=
20
;
% window function for coefficients
kaiser_beta
=
1
;
use_window
=
'Kaiser'
;
...
...
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