Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. edje66

    floating point

    Hello, I work with a FPGA and the output of the FFT IP is in floating point. And I must find the spectrum of the signal. But I don't have adder,multiplior and divider in floating point. IF someone could tell me how to do? Thank you!
  2. edje66

    demultiplexor

    No. I forget this solution. I have found another way to resolve the problem and now it working.
  3. edje66

    demultiplexor

    In fact I need to calculate a SQRT but this box is too slow so I will put in parrele the samples. It's why I want a demultiplexer 8x 30Bit. Or my be another possibility
  4. edje66

    demultiplexor

    I use quartus V4.1 i work with a cyclone
  5. edje66

    demultiplexor

    when compiliing there is message error: i use too much I/o pin.
  6. edje66

    demultiplexor

    Hello, I begin in VHDL and I try to create a demultiplexor 1 to 8 with a 30bits bus. If someone can help me! this is the code: what must I do? Library IEEE; Use IEEE.std_logic_1164.all; Entity demux is Port( Signal sel: in std_logic_vector(2 downto 0); Signal en: in...
  7. edje66

    sqrt?

    I need to calculate the magnitude of a complex number: sqrt(X²+Y²). Now I think the best is the CORDIC algorithm. But I don't know yet how to implement that in VHDL. I expect find that nearly!
  8. edje66

    euclide algorithm

    In fact, I use a FFT box to find the spectrum. After I determined the filter of the channel. I need an algorithm to inverse this filter and cancel the interference.
  9. edje66

    euclide algorithm

    Hello! I work with a FPGA and I must inverse the filter but I don't know how to proceed. I think to use the euclide algoritme but I don't how. If somebody could help me,thank you!
  10. edje66

    sqrt?

    Hello, somebody know how to realized a fonction sqrt in VHDL? Thank you!
  11. edje66

    need help for fft

    I work on a EP20K of Altera and I have some problems with the FFT V1.02 opencore. I don't undersdtand how to use it. If somebody could help me and give me an block diagram it would be great!

Part and Inventory Search

Back
Top