Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

calculating logarithamic values using vhdl

Status
Not open for further replies.

Tan

Full Member level 4
Joined
Jul 23, 2006
Messages
216
Helped
10
Reputation
20
Reaction score
3
Trophy points
1,298
Activity points
2,742
vhdl log

Hello friends,
Can anyone provide me any site or pdf or document where in i can find the procedure to caluculate log values...in vhdl.

waiting for ur replies.
 

vhdl log function

thank u srinivas..i will try that..thanks so much

Added after 15 minutes:

Functional configurations:
- Vector rotation (polar to rectangular)
- Vector translation (rectangular to polar)
- Sin and Cos
- Sinh and Cosh
- Atan and Atanh
- Square root
cordic is not used for logarithamic its is used for the above things...
so please let me know if anything esle..
 

vhdl logarithm

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.

h**p://www.voidware.com/cordic.htm
u can do it
check out!!!!!!!!
just find the log series and try implementing it for a resanoble result
 

log in vhdl

Hi,
Actually i need the way how to calculate the logarithms in vhdl..
I saw in xilinxs ip cores but it is not mentioned clearly and also went through the site which was mentioned above,i did not get the exact idea to write the code in vhdl. If you dont mind can you send me in detail where in i can find out and understand more clearly.

Cheers
 

logarithmic functions in vhdl fpga

h**p://www.velocityreviews.com/forums/t23773-log-implementation-in-vhdl.html
this may help u
 

    Tan

    Points: 2
    Helpful Answer Positive Rating
    V

    Points: 2
    Helpful Answer Positive Rating
vhdl+calculate

went through that already...but was unable to get it...:(
so please let me know if any other method..
I hope i am not troubling you people...
 

vhdl-calculate

Thank u and will go through that..
cheers
 

log function vhdl

But the above functions in the link are defined in 'real' values which are not synthesizable...
can you explain me how to code in vhdl which is synthesizable..
thanks
 

tanh vhdl

Please reply meh...
I am waiting for ur replies...
 

vhdl logarithmic

Hi
u can try out to use some conversion functions.use fixed pt or floating point conversions.to external world be fix or float.but internally convert real and use the package which u have specified.u declare it as variable.i hope it helps u.
 

log function in vhdl

Real or floating is assigned internally or externnaly or i a package synthesis will be a problem..
so please give me any other idea how to calculate..
cheers
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top