Browse Source

Supprimer 'coeffs_dft.vhd'

testing
Lilian RM 3 years ago
parent
commit
8514fd6923
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      coeffs_dft.vhd

+ 0
- 8
coeffs_dft.vhd View File

@@ -1,8 +0,0 @@
library ieee;
USE ieee.std_logic_1164.all;
USE work.FIVEn_DFT_PKG.all;
package coeff_5ndft is
TYPE vect_cos_sin_k_pi_over_n_wb IS ARRAY (0 TO cst_nb_wn_coeffs-1) OF smpl_cos_sin_wb ;
CONSTANT cos_k_pi_over_n_wb : vect_cos_sin_k_pi_over_n_wb := ("01000000","00110100","00010100","11101100","11001100");
CONSTANT sin_k_pi_over_n_wb : vect_cos_sin_k_pi_over_n_wb := ("00000000","11011010","11000011","11000011","11011010");
end package coeff_5ndft;

Loading…
Cancel
Save