Skip to content
GitLab
Explore
Sign in
Register
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
951328a6
Commit
951328a6
authored
2 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Clarified FFT output width.
parent
9c1b6f19
No related branches found
No related tags found
1 merge request
!289
Rename c_sdp_W_fsub_wg into c_sdp_W_local_oscillator. Use...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/dsp/fft/src/vhdl/fft_pkg.vhd
+5
-1
5 additions, 1 deletion
libraries/dsp/fft/src/vhdl/fft_pkg.vhd
with
5 additions
and
1 deletion
libraries/dsp/fft/src/vhdl/fft_pkg.vhd
+
5
−
1
View file @
951328a6
...
...
@@ -70,8 +70,12 @@ package fft_pkg is
-- Check consistancy of the FFT parameters
function
fft_r2_parameter_asserts
(
g_fft
:
t_fft
)
return
boolean
;
-- the return value is void, because always true or abort due to failure
-- FFT input
and output
width
s
-- FFT input width
function
func_fft_in_scale_w
(
g_fft
:
t_fft
)
return
natural
;
-- FFT output width
-- Removed MSbits Quantized data Rounded LSbits
-- c_raw_dat_w = c_fft.out_gain_w + c_fft.out_dat_w + c_raw_fraction_w
function
func_fft_raw_dat_w
(
g_fft
:
t_fft
)
return
natural
;
function
func_fft_raw_fraction_w
(
g_fft
:
t_fft
)
return
natural
;
...
...
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