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.

Recent content by revathivenkat

  1. R

    float to binary number

    i want to multipliy 0.707 X 3 in binary form...how to do that.....
  2. R

    float to binary number

    hi i want to multiply a float value 0.707 and 3 in binary.....how to convert 0.707 into binary and multiply with binary value of 3......any one help me....
  3. R

    [Moved] binary to decimal conversion

    i need to know how to convert an 10 digit binary number to an integer.... tell me the library packages for it and which function to use... thanx...
  4. R

    error in running the code...

    ya.....it shows fatal error...i am using model sim
  5. R

    error in running the code...

    what does test bench code means....i dont knw abt tat...
  6. R

    error in running the code...

    no error occurs during compling....but in wave window wen i give run option the control is directed to the coding in which an arrow is indicating this line k.r:=(x.r * y.r) - (x.i * y.i); k.i:=(x.r * y.i) + (x.i * y.r);
  7. R

    error in running the code...

    library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_arith.all; package math_complex is type complex is record r :real; i :real; end record; function CMPLX(x,y: in complex ) return complex; function mul(x, y: in complex ) return complex; end...
  8. R

    error in running the code...

    if i execut this program i am getting error during run of this code in the lne which is represented in red..... library IEEE; use IEEE.std_logic_1164.all; use IEEE.std_logic_arith.all; package math_complex is type complex is record r :real; i :real; end record...
  9. R

    vhdl coding for fft application

    i know to do multiplication of ordinary numbers in vhdl.....but no knowledge about how to represent or do operations in complex numbers(real,imaginary parts)...
  10. R

    vhdl coding for fft application

    Hi,i am in need of vhdl code to perfom multiplication of complex numbers for fft in vhdl.....help me in this regard...

Part and Inventory Search

Back
Top