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 sunroof

  1. S

    Electromagnetic waves in metal

    Actually EM field is in the media between inner conductor and outer conductor of the cable. It is the EM field that is carrying the energy. There is no EM field inside conductor. If the media between two conductors is vaccum, EM field will still exist. I am not sure what exactly your...
  2. S

    How to solve differential equations symbolically in Maple?

    I need to solve differential equations with initial conditions. I type the following into the Maple, however, I was told ERROR. Does Maple accept differential equations in symbolic form? How can I solve this problem? Your light is sincerely appreciated...
  3. S

    Question about C code - what is the difference?

    Re: Question about C code Yes, for that assignment, I did it wrong. It is: char const * const buffer; char packet[8]; ...... buffer = packet; Cool~! I don't know there is cdecl under linux as such a good helper. :) But cdecl gives me "parse error" for "char const* const buffer", which I...
  4. S

    Question about C code - what is the difference?

    Re: Question about C code what if it is: const char * const buffer or const char * const * buffer So, if I have: buffer = char packet[8]; for 1), I can change the contents of packet, but can not change the location that buffer points to; for 2), I can not change any element in packet...
  5. S

    Question about C code - what is the difference?

    Question about C code Can someone tell me what is the difference between following 2 definations: 1. char * const buffer 2. char const* const buffer
  6. S

    Need help in designing neural networks with hardware

    Can you give out the links or info about the implementation in FPGA? Thx. :)
  7. S

    Explicit and implicit way of VHDL coding style

    VHDL coding style Search Xilinx website, there is a good document about HDL code style. also search the forum, you can find out many helpful posts. Try it :)
  8. S

    How to implement DCT in VHDL?

    Help video codec Try to think about the whole design first, find out input/output requirements, and decide how to spli the design to modules, then, give as much as possible definitations of each module, see whether you need and how to modify the algorithm to fit the hardware device. Also, you...
  9. S

    It was said : altera released QuartusII 4.0

    I guess there is only a SP2 for 3.0, never heard 4.0, and also couldn't find any clue in altera's website.
  10. S

    System C synthesis - a question

    r u talking about this paper? **broken link removed**
  11. S

    Help on Quartus memory initialization file

    In Quartus I could not find how to change the memory initialization file during simulation without re-compile. :( As I remembered, in Max-Plus you just need to reload the new .mif file, no need to re-compile the project. Who knows how to do it in Quartus? Thx a lot.

Part and Inventory Search

Back
Top