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

Clarified FFT output width.

parent 9c1b6f19
No related branches found
No related tags found
1 merge request!289Rename c_sdp_W_fsub_wg into c_sdp_W_local_oscillator. Use...
......@@ -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 widths
-- 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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment