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 ramza038

  1. R

    [SOLVED] problem with the following MikroC code

    Thz! :) Finished! :)
  2. R

    [SOLVED] problem with the following MikroC code

    Should i ground the remaining port A and B pins? Pull-down resistors needed?
  3. R

    [SOLVED] problem with the following MikroC code

    Yes i connected VDD and VSS to 5v and ground respectively. Plz look at my attached design. Did u say .1uF to VDD pin and 10uf to Vss?
  4. R

    [SOLVED] problem with the following MikroC code

    I m using MikroC pro.
  5. R

    [SOLVED] problem with the following MikroC code

    Sorry! I used 470 ohms resistors in real hardware but no bypass capacitors? How to connect bypass cap? - - - Updated - - - Sorry! I used 470 ohms resistors in real hardware but no bypass capacitors? How to connect bypass cap? - - - Updated - - - plz help me.
  6. R

    [SOLVED] problem with the following MikroC code

    I corrected and tested. But it also didn't work. I disabled timers. My new code is void main() { TRISA = 0; TRISB = 0xff; PORTA = 0; PORTB.RB4 = 0; PORTB.RB5 = 0; PORTB.RB6 = 0; PORTB.RB7 = 0; while(1) { switch(PORTB) { case 0x08...
  7. R

    [SOLVED] problem with the following MikroC code

    - - - Updated - - - Thank! I see my error now. I will correct and test it now. But my posted code worked in Proteus. So i developed a pcb and it didn't work properly. Moreover i want to know the concepts for PORT initialization(not TRIS) and timers (watch-dog and power-up). I used pic kit2...
  8. R

    [SOLVED] problem with the following MikroC code

    - - - Updated - - - void main() { int A = 0; TRISA = 0; TRISB = 0xff; PORTA = 0; PORTB.RB4 = 0; PORTB.RB5 = 0; PORTB.RB6 = 0; PORTB.RB7 = 0; while(1) { A = PORTB; switch(A) { case 0x08: PORTA.RB0 =...
  9. R

    I am doing "device control using dtmf signal from cell phone" project.

    I am doing this ckt for my final year project. Can someone kindly share me ur working ckt diagrams or pcb. Plz help me.
  10. R

    Cell phone dtmf generator/decoder

    Can someone kindly send me ur working ckt diagram. I urgently need for my final year project.
  11. R

    [SOLVED] problem in dtmf decoding

    So can u kindly send me ur working circuit diagram.
  12. R

    [SOLVED] Problem With MT8870 IC

    I am doing the same project as u. But i can't get output. Can u kindly share me ur working circuit diagram.
  13. R

    dtmf decoder mt8870 with microcontroller

    Brothers,i need to make a project "device control using dtmf" . I take the dtmf signal from mobile phone head set. Plz help me.
  14. R

    I am doing thesis about channel estimation using matlab. Plz help me.

    I am just starting to study what channel estimation is for and how to use it? My thesis title is " design and implementation of channel and timing estimation for uwb and gps".
  15. R

    I need help with my thesis. Plz help me with this paper.

    The algorithm is given as follows: 1) Calculate the Fourier tranform of the received signal R[m]. 2) Form the correlation matrix of R[m]. 3) Calculate the nullspace of the correlation matrix to get {ˆtk}. 4) Solve for the coefficients of {ˆg (l) r,k} in the frequency domain, given {ˆtk}, by...

Part and Inventory Search

Back
Top