CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - cordic code
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - cordic code - List
[
VHDL-FPGA-Verilog
]
cordic
DL : 0
用于实现sin,cos三角函数计数的VHDL程序代码-towards sin, cos trigonometry count VHDL code
Update
: 2025-02-17
Size
: 2kb
Publisher
:
王森
[
VHDL-FPGA-Verilog
]
cordic.tar
DL : 0
cordic程序的VHDL程序源码及说明,有详细的说明,程序有注释-cordic procedures procedures VHDL source code and explanations are detailed explanations, procedures Notes
Update
: 2025-02-17
Size
: 91kb
Publisher
:
mh
[
Other
]
CORDIC-algorithms
DL : 0
cordic算法的详细介绍,方便大家使用和研究-cordic detailed description of the algorithm, to facilitate the use and research
Update
: 2025-02-17
Size
: 120kb
Publisher
:
mh
[
Mathimatics-Numerical algorithms
]
cordic
DL : 0
这是实现cordic算法的一些源程序,各文件的说明可以参见文件内部注释。-This is the CORDIC algorithm realize some source code, the documentation can be found in the internal document notes.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
asdtgg
[
VHDL-FPGA-Verilog
]
cordic
DL : 0
CIC滤波器源码,有VERILOG写的,非常有用哦-CIC filter source code, Verilog has written a very useful Oh
Update
: 2025-02-17
Size
: 2kb
Publisher
:
刘记名
[
VHDL-FPGA-Verilog
]
cordic
DL : 0
verilog源代码,用于软件无线电中,cordic函数-Verilog source code for software radio, cordic function
Update
: 2025-02-17
Size
: 2kb
Publisher
:
史兵
[
VHDL-FPGA-Verilog
]
cordic
DL : 0
cordic verilog 程序及仿真结果 8级流水线-cordic verilog simulation results procedures and eight lines
Update
: 2025-02-17
Size
: 1kb
Publisher
:
elisen
[
VHDL-FPGA-Verilog
]
cordic
DL : 0
本代码使用verilog编写了CORDIC数字计算机的设计-This code uses the Verilog CORDIC has prepared the design of digital computers
Update
: 2025-02-17
Size
: 1kb
Publisher
:
石小磊
[
Algorithm
]
cordic
DL : 0
cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root and even multiply and divide. the method dates back to volder [1959], and due to its versatility and compactness, it made possible the microcoding of the hp35 pocket scientific calculator in 1972. here is some code to illustrate the techniques. ive split the methods into three parts linear, circular and hyperbolic. in the hp35 microcode these would be unified into one function (for space reasons). because the linear mode can perform multiply and divide, you only need add/subtract and shift to complete the implementation. you can select in the code whether to do the multiples and divides also by cordic means. other multiplies and divides are all powers of 2 (these dont count). to eliminate these too, would involve ieee hackery.-cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, square root and even multiply and divide. the method dates back to volder [1959], and due to its versatility and compactness, it made possible the microcoding of the hp35 pocket scientific calculator in 1972. here is some code to illustrate the techniques. ive split the methods into three parts linear, circular and hyperbolic. in the hp35 microcode these would be unified into one function (for space reasons). because the linear mode can perform multiply and divide, you only need add/subtract and shift to complete the implementation. you can select in the code whether to do the multiples and divides also by cordic means. other multiplies and divides are all powers of 2 (these dont count). to eliminate these too, would involve ieee hackery.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
waqas
[
Documents
]
cordic
DL : 0
COriac Algorithm code
Update
: 2025-02-17
Size
: 117kb
Publisher
:
kani
[
DSP program
]
CORDIC
DL : 0
cordic algorithm to find sine and cosine angles-cordic algorithm to find sine and cosine angles.....
Update
: 2025-02-17
Size
: 276kb
Publisher
:
syam
[
VHDL-FPGA-Verilog
]
cordic-magnitude
DL : 0
verilog code for magnitude cordic algrithm
Update
: 2025-02-17
Size
: 1kb
Publisher
:
meysam
[
VHDL-FPGA-Verilog
]
cordic
DL : 0
vhdl语言编写的cordic算法,实现了cordic的流水线运算。-cordic language vhdl algorithm cordic the pipeline operator.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
lmy
[
VHDL-FPGA-Verilog
]
cordic
DL : 0
This attachment consists of the coordinate rotation digital computer algorithm code which is most use algorithm in signal processing
Update
: 2025-02-17
Size
: 1kb
Publisher
:
bharat kumar
[
VHDL-FPGA-Verilog
]
cordic
DL : 0
cordic算法实现的核心代码,老外写的。我已经验证过了,是完全可以使用的!请大家放心下载。-cordic algorithm of the core code, written by foreigners. I have verified, is not fully used! Please rest assured to download.
Update
: 2025-02-17
Size
: 278kb
Publisher
:
champ
[
VHDL-FPGA-Verilog
]
12
DL : 0
cordic algorithm using verilog code
Update
: 2025-02-17
Size
: 1kb
Publisher
:
rams
[
Special Effects
]
cordic-code
DL : 0
how to implement cordic algorithm via verilog
Update
: 2025-02-17
Size
: 1kb
Publisher
:
wetta
[
VHDL-FPGA-Verilog
]
cordic
DL : 0
cordic代码 verilog语言 产生三角波 适用在ISE上面-cordic code verilog language triangular wave generated above apply at ISE
Update
: 2025-02-17
Size
: 2kb
Publisher
:
林一羽
[
VHDL-FPGA-Verilog
]
cordic
DL : 0
cordic的代码,适合初学者学习和交流-cordic code, suitable for beginners to learn and exchange
Update
: 2025-02-17
Size
: 1kb
Publisher
:
吕攀攀
[
Algorithm
]
cordic
DL : 0
利用matlab和cordic算法计算正弦值,有完整的实现过程(matlab cordic code that was proven)
Update
: 2025-02-17
Size
: 1kb
Publisher
:
垚垚佟
«
1
2
3
4
5
6
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.