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 knmaheshy2k

  1. knmaheshy2k

    Speech Coding : Vector quantization

    Hey all!! I'm implementing g729 (AS-CELP) speech compression. In the process all the modules have been successfully accomplished except Vector quantization of LSF/LSP. Anyone has any source code/algorithm/flowchart to do the quantization of LSF/LSP.. Reply please...
  2. knmaheshy2k

    Resources about mpeg-2 standard

    14496-3 MPEG 4 AUDIO STANDARD Anyone has 14496-3 MPEG 4 Audio standard?? Please reply asap...
  3. knmaheshy2k

    C code to PIC usable format

    all the functions used are included in the same file.. there are no other files... i removed extern and compiled n it compiled properly.. if it compiles properly can i be assured that the program works properly?????
  4. knmaheshy2k

    Continuously running C Code on PIC

    Oh!!!!! i cant ask a more stupid question that tat... really it was very stupid.. thanks mate.. sometimes mind goes blunt.. :-(
  5. knmaheshy2k

    Continuously running C Code on PIC

    Hey pals..i'm little new to PIC C Codin.. i got a silly doubt.. pls clarify.. When we code in assembly to make the program run continuously we give a CALL/JUMP to START at the end of the code ... but when we code in C using CCS compiler is it necessary to loop it or does the compiler loops...
  6. knmaheshy2k

    C code to PIC usable format

    I've only one source file.. I removed extern key word n now its compiling properly.. hope it works also properly...
  7. knmaheshy2k

    C code to PIC usable format

    The code code compiles properly if i remove the extern key word.. is it ok?? i've given the snippet of the code below... #include <16F877a.h> #include #include #use delay (clock=20000000) #use rs232(baud=115200, xmit=PIN_C6, rcv=PIN_C7, stream=com_1) #fuses...
  8. knmaheshy2k

    C code to PIC usable format

    Somehow managed to get to know how to work on that c code... now using PCW compiler.. all errors are somehow corrected.. but i'm not able to recognise an error.. Error 160: EXTERNal symbol not found s this error appears on the last possible line. i dunno what the error is.
  9. knmaheshy2k

    C code to PIC usable format

    Hey guys, i've a C code which is working perfectly fine on my P4.. I need to convert/use the code with PIC16f877.. Pls let me know the procedure.. little urgent it is.. pls help...
  10. knmaheshy2k

    NOKIA 6210 - PC connectivity problems :SMS BASED APPLICATION

    I'm doing a SMS based application. For tat i'm using Nokia 6210 and a DLR-3P data cable.. I use windows 2000 operating system. I'm not able to communicate with cell using hyperterminal.. can anyone tell me the reason?? or can anyone give me the hyperterminal settings??? Also is there any way to...
  11. knmaheshy2k

    AT COMMAND COMPATIBLE NOKIA PHONES

    atcommand compatible mobile list I need to know the list of Nokia Mobile phones that support AT commands... Where can i find?? AT commands are supported by few phones where are FBUS/MBUS are supported by ew nokia phones... List needed... plz help....
  12. knmaheshy2k

    Why the wafers are always round?

    Re: Why are wafers round? are yaar abishek, ur basically going away from ur first statement...and telling again the same thing which i have told...u might have not noticed that i have written "polishing crystal, ingot slicing and other processes"... commin to wafer...
  13. knmaheshy2k

    Why the wafers are always round?

    Re: Why are wafers round? hi, in czochkralski process we can grow crystal of any shape...It actually depends on the pure silicon seed crystal we dip into the melt...it we dip cylindrical seed crystal we get cylindrical ingot...if we dip rectangular seed crystal we get...rectangular bar of...
  14. knmaheshy2k

    Explain me the nature of Fourier transform

    Re: Fourier transform hi, I too am lookin for that book that echo47 has told..Its title is Who is Fourier?...can anyone upload it??? happy learning....
  15. knmaheshy2k

    What is the LHospital rule?

    Re: L'Hospital rule? hi, have a look at his...

Part and Inventory Search

Back
Top