- Minor changes
git-svn-id: http://moon:8086/svn/vhdl/trunk@141 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -25,7 +25,7 @@ package cordic_pkg is
|
|||||||
|
|
||||||
type real_tbl_t is array (natural range <>) of real;
|
type real_tbl_t is array (natural range <>) of real;
|
||||||
|
|
||||||
-- Normalize Arctan table (phase +/- 1.0)
|
-- Normalized Arctan table (for phases z = -1..+1)
|
||||||
-- MatLab command: arctan_tbl = (atan(2.^-(0:N-1))/pi)'
|
-- MatLab command: arctan_tbl = (atan(2.^-(0:N-1))/pi)'
|
||||||
-- (Print format: long e, compact)
|
-- (Print format: long e, compact)
|
||||||
constant arctan_tbl : real_tbl_t (0 to max_iteration-1) :=
|
constant arctan_tbl : real_tbl_t (0 to max_iteration-1) :=
|
||||||
|
|||||||
Reference in New Issue
Block a user