From 32e4a933b96ac7954277a3f1af9792d26318d0ab Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sun, 21 Dec 2008 16:38:05 +0000 Subject: [PATCH] - Minor changes git-svn-id: http://moon:8086/svn/vhdl/trunk@141 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/radio/cordic/src/cordic_pkg.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/radio/cordic/src/cordic_pkg.vhd b/lib/radio/cordic/src/cordic_pkg.vhd index b2b32d2..3d11534 100644 --- a/lib/radio/cordic/src/cordic_pkg.vhd +++ b/lib/radio/cordic/src/cordic_pkg.vhd @@ -25,7 +25,7 @@ package cordic_pkg is 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)' -- (Print format: long e, compact) constant arctan_tbl : real_tbl_t (0 to max_iteration-1) :=