(50g) Cordic Algorithm [TAN(X)]
|
05-03-2015, 04:00 PM
Post: #1
|
|||
|
|||
(50g) Cordic Algorithm [TAN(X)]
Hello 50g fans,
I never heard about Jaques Laporte. Some days ago I read in this forum about his passing away. A lot of forum member mourn his lost and appreciate his work for thiat community. So I got curious what his work was and the connection to the hp calculators. After reading his old websites, I learned from his "cordic for dummies", how the cordic algorithm works. So I've had the idea that this would be a nice to have a little program for the hp 50g. The program is "brutal force" there is no elegance (with complex numbers or matrices calculation or anything else optimized). The original algorithm from Volder works with a binary shift right. So he didn't need the multiplication like my program. Tip: compare the values from hp 50g with the values of the program. Code: %%HP: T(3)A(R)F(,); @@Program name: CTAN |
|||
05-03-2015, 04:19 PM
Post: #2
|
|||
|
|||
RE: (50g) Cordic Algorithm [TAN(X)]
(05-03-2015 04:00 PM)peacecalc Wrote: The program is "brutal force" there is no elegance (with complex numbers or matrices calculation or anything else optimized). Cf. Exploring the CORDIC algorithm with the WP-34S Related but uses complex multiplication. Cheers Thomas |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)