CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - cordic vhdl code
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - cordic vhdl code - List
[
Other resource
]
cordic
DL : 1
用于实现sin,cos三角函数计数的VHDL程序代码-towards sin, cos trigonometry count VHDL code
Date
: 2008-10-13
Size
: 2.48kb
User
:
王森
[
VHDL-FPGA-Verilog
]
cordic
DL : 0
用于实现sin,cos三角函数计数的VHDL程序代码-towards sin, cos trigonometry count VHDL code
Date
: 2025-07-02
Size
: 2kb
User
:
王森
[
VHDL-FPGA-Verilog
]
cordic.tar
DL : 0
cordic程序的VHDL程序源码及说明,有详细的说明,程序有注释-cordic procedures procedures VHDL source code and explanations are detailed explanations, procedures Notes
Date
: 2025-07-02
Size
: 91kb
User
:
mh
[
Other
]
CORDIC-algorithms
DL : 0
cordic算法的详细介绍,方便大家使用和研究-cordic detailed description of the algorithm, to facilitate the use and research
Date
: 2025-07-02
Size
: 120kb
User
:
mh
[
Other
]
CORDIC_VHDL
DL : 0
用cordic算法来实现求解正弦,余弦及反正切的FPGA实现原代码-CORDIC algorithm used to achieve the solution of sine, cosine and tangent of the FPGA to achieve the original code
Date
: 2025-07-02
Size
: 417kb
User
:
汤文森
[
VHDL-FPGA-Verilog
]
sinfunction
DL : 0
用cordic算法实现超越函数,sin,cos用此方法也可以实现其他的sinhx,coshx,ex.代码用verilog编写-CORDIC algorithm with transcendental function, sin, cos by this method can also realize other sinhx, coshx, ex. Verilog code used to prepare
Date
: 2025-07-02
Size
: 231kb
User
:
yu_leo
[
VHDL-FPGA-Verilog
]
cordic
DL : 0
verilog源代码,用于软件无线电中,cordic函数-Verilog source code for software radio, cordic function
Date
: 2025-07-02
Size
: 2kb
User
:
史兵
[
VHDL-FPGA-Verilog
]
cordic
DL : 0
cordic verilog 程序及仿真结果 8级流水线-cordic verilog simulation results procedures and eight lines
Date
: 2025-07-02
Size
: 1kb
User
:
elisen
[
VHDL-FPGA-Verilog
]
custom_cordic
DL : 0
verilog编程开发的cordic例程,计算SIN,COS功能与计算幅值角度功能可设定,运算宽度可设定,并有完善的TESTBENCH。-Verilog programming developed CORDIC routines to calculate SIN, COS function and calculating the amplitude of the perspective of function can be set, computing the width can be set, and perfect TESTBENCH.
Date
: 2025-07-02
Size
: 117kb
User
:
yangyu
[
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.
Date
: 2025-07-02
Size
: 2kb
User
:
waqas
[
VHDL-FPGA-Verilog
]
atan_lut
DL : 0
基于改进的查找表的arctan计算模块,包含完整的VHDL源代码及部分注释.绝对原创!-Arctan calculation module based on improved searching form. The rar package contains complete VHDL source code and some notes. Absolutely original!
Date
: 2025-07-02
Size
: 12kb
User
:
wgy
[
Documents
]
cordic
DL : 0
COriac Algorithm code
Date
: 2025-07-02
Size
: 117kb
User
:
kani
[
Other
]
CordicAlgorithm
DL : 0
Cordic Algorithm written in VHDL code
Date
: 2025-07-02
Size
: 91kb
User
:
arun
[
VHDL-FPGA-Verilog
]
cordic-magnitude
DL : 0
verilog code for magnitude cordic algrithm
Date
: 2025-07-02
Size
: 1kb
User
:
meysam
[
VHDL-FPGA-Verilog
]
division_cordic
DL : 0
verilog code for division based on cordic algorithm
Date
: 2025-07-02
Size
: 1kb
User
:
meysam
[
VHDL-FPGA-Verilog
]
cordic
DL : 0
vhdl语言编写的cordic算法,实现了cordic的流水线运算。-cordic language vhdl algorithm cordic the pipeline operator.
Date
: 2025-07-02
Size
: 1kb
User
:
lmy
[
VHDL-FPGA-Verilog
]
cordicDDS
DL : 0
Cordic算法实现DDS的Verilog 源码,14位精度,非常实用的。-DDS algorithm Cordic the Verilog source code, 14-bit accuracy, very practical.
Date
: 2025-07-02
Size
: 7kb
User
:
王王
[
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
Date
: 2025-07-02
Size
: 1kb
User
:
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.
Date
: 2025-07-02
Size
: 278kb
User
:
champ
[
Algorithm
]
CORDIC-example-code
DL : 0
CORDIC Actel example VHDL code
Date
: 2025-07-02
Size
: 1.31mb
User
:
homan
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.