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 mohit

  1. M

    Using ccsc rs232 to PC communication -- ON PIC18

    Hi ... My program worked beacuse i change in use delay 48 MHz from 20 MHz .... thanks to you all ... as it was actually a clock problem as u all hinted. My board PIC18F4550 USB Development Board : rhydoLABZ India , Your Source for Robotics & Embedded System says On Board 20 MHz Crystal...
  2. M

    Using ccsc rs232 to PC communication -- ON PIC18

    #include <18F4550.h> #fuses HS,NOWDT #use delay(clock=20MHz) #use rs232(baud=9600,parity=N,xmit=PIN_C6,rcv=PIN_C7,bits=8,BRGH1OK,STOP=1) void main() { char c; set_tris_c(0xBF); clear_interrupt(INT_RDA); enable_interrupts(GLOBAL); enable_interrupts(INT_RDA); while(TRUE) { c=getc(); //if...
  3. M

    Using ccsc rs232 to PC communication -- ON PIC18

    Hi all I am using Pic18f4550 using ccsc MPLAb and i am a newbie and writing a program to communicate to PC through RS232 port . I have used simply users232 directive and simply did putc('S'); in main program. But on Hyperterm i see many junk random characters ... I have done lot of efforts on...
  4. M

    insulation resistance tester

    Hi i want to design an dinsulation tester its like teraohmmeter . i want to measure a very small current of pico ampere ....pl suggest
  5. M

    SOC Encounter scripting Problem

    I am trying to understand how to use Tcl within SOC encounter. In the command window I typed encounter> set varA [get_pins UC13546/*] 0x7 The value set on varA is then encounter> puts $varA 0x7 Just running the following gives encounter> get_pins UC13546/* UC13546/A UC13546/B 0x8 It seems...
  6. M

    Is this function a convex function?

    Convex Functions Could anyone comment on the convexity of f(x,y) = (x^2) * exp(y) ...... i.e. x square into e to the power y. I did try to find Hessian of the same and the value I get is : Hessian(x,y) = -2 * x^2 * exp(2y).... which looks <= 0 for all x and y. I assume this should imply...
  7. M

    Is this function a convex function ?

    Convex functions Could anyone comment on the convexity of f(x,y) = (x^2) * exp(y) ...... i.e. x square into e to the power y. I did try to find Hessian of the same and the value I get is : Hessian(x,y) = -2 * x^2 * exp(2y).... which looks <= 0 for all x and y. I assume this should imply...
  8. M

    question on a fly's motion

    if the fly were to accidently enter the window...maybe the window swallowing it up and the fly was initially at a lower speed than that of the train... I believe it is gonna get pushed back to the end...but it would gradually atttain the speed of the train.
  9. M

    Advances in integer programming

    Hi I was looking for a good refernence for Linear Integer Programming. I would be interested in the latest advances made in this field. Help would be appreciated.
  10. M

    A Computational Introduction to Number Theory and Algebra

    A Computational Introduction to Number Theory and Algebra by Victor Shoup here is the book link https://www.shoup.net/ntb/ntb-v1.pdf
  11. M

    Best books on circuit analysis, basic electronics, electronic devices etc.

    chandrakasan digital integrated uploaded Application Specific Integrated Circuits by M.J Smith...good book on introduction to ASIC
  12. M

    Linux kernel module programming error

    Yes it look like a problem in the build

Part and Inventory Search

Back
Top