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 foredcn

  1. F

    Help! ise core gen problem.

    I just installed ise6.3 with alliance keey. After installation, I do have "CORE generator" manu in the "\start\ise\accessaries\", But I can't open the core generator. Running the coregen.bat gives "() system can't find the path specified". How to fixed this? pls help me.
  2. F

    free speech coder --speex

    Speex uses almost the same algrithm as G.723.1. Someone says that it is because the guy is from the Lab. AFAIK it's patent free. When in the same rate, not much different among G.729 or G.723.1, they all use acelp(723 5.3k).
  3. F

    Do you know any image processing board?

    Have you ever tried yahoo groups? There are some groups of image processing. Some mebers of some groups are quite professional and even those from standardization board.
  4. F

    Comparison of Matlab and C++

    interface of c/c++ code with matlab Matlab:simulate your algrithm and so on, avoiding running across anything detailed. It's quick when u use matrix ops; The rich toolboxes are of great value. C++: when implement after that, use it pls. Compiler based(different from interpertor ones), high...
  5. F

    looking for some source code on wavelet application

    newly published jpeg2000 standard uses DWT in transform domain. you can read the sourcecode of its implementation for refercence. There are opensource implementations of j2k, for example jasper or jj2000. if you are familiar with java, you can read jj2000. If prefer to C, read jasper.
  6. F

    Looking for the basic information about wavelet

    Re: wavelet The help of Matlab provides detailed introduction to wavelet. After reading the help, you can use the its demo. It demonestrate 1 dimension and multi-dimension transform of signal, usind Harr, Packet and so on. The wavelet toolbox of matlab gives many useful functions, with them...
  7. F

    does anyone have mp3 codec

    lame will be OK. source code also provided. If you want GUI version too, use razorlame.
  8. F

    ITU-TG723.1 File playback in Visual Basic

    Maybe use ACM codec will be fine. For netmeeting use microsoft acm 2. The API is also not complex. Anyway be aware of the patent issue of G.723.1.
  9. F

    New open source embedded TCP/IP stack

    open hardware tcp/ip stack I am trying to port linux stuff to embedded platform. Now I give it up for discussions here give me quite good infos. One more thing, does it support PPPoE? The linux PPPoE solution I used to handle is rp-pppoe. It's a hard work to port especially to kick off the...
  10. F

    Fixed Point C code library for 8051

    Re: Fixed Point C Code The fixed-point version of ITU-T reference code of some codecs might be helpful. They impelment basic operation using fixed-point c functions.

Part and Inventory Search

Back
Top