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 sohailshahzad

  1. S

    What's the sampling frequency for 512 samples/cycle (cycle=50Hz)?

    Re: sampling frequency THE SAMPLING FREQUENCY IS DOUBLE THE HIGHIEST FREQUENCY COMPONENT PRESENT IN YOUR SIGNAL
  2. S

    Need hex code for Atmel 8535 to measure distance using ultrasonics module

    Re: hex code IN MY OPINION YOU SHOULD STUDY BOOKS ON MICROCONTROLLERS AND FIRST IMPLEMENT THE CODE PRESENT IN ITS EXAMPLES.
  3. S

    convertion seconds to hours step by step

    Re: convert seconds to hrs the conversion should be done steps by steps as under hours (37257 / 3600)= 10 hrs minutes ((37257 mod 3600) / 60)= 20 seconds ((35257 mod 3600) mod 60) = 57
  4. S

    Can't install Cadence IC 5.1.41 on Ubuntu 1.7

    Re: help in cadence check its manual or help given with the software if help or operating/installation help is not with the software then check its website
  5. S

    Determining values of two 741 Op-amp resistors for inverting signal without gain

    Re: 741 Op-amp resistors Resistor selection depends upon your requirement. The formulas are avail which are used to find the value of resistence.
  6. S

    Help me start a security system project

    Re: security system RFID is used as a good security measure. Use google to find lot of links on RFID
  7. S

    help me to design clock display use PIC16F877

    you need to interface DS1302 with the 32KHz crystal along with comparator code to give a message at 0400pm.
  8. S

    How can I send data for long distance without using wire?

    Re: wireless i require the EPE magzine soft copy can any one provide.
  9. S

    Ideas for project with ICS

    Re: project idea you must mention your area of interest RFID Image processing Retina scan PC based O scope
  10. S

    im beginner..help me!!!

    To generate frequency on Rabbit pin write Dynamic C code which shoild use Timer B to create a PWM signal
  11. S

    How to filter data coming from external device to PC?

    Re: regarding PC programming If the data coming to PC is sequential them you can implement timers otherwise you need to receive and check the complete data. For this use the If statements.
  12. S

    data and code segement

    the data and code segment are seperate because the code segment will not change but the data segemnt can change its values during run time. so to protect the code we store them seperately.
  13. S

    Problem with code for serial communication using UART in RFID project

    Re: Project on RFID set the baudrate of your microcontroller then use the _getkey function to receive the data on Rx pin
  14. S

    How to get samples from image, video and text files using Matlab code?

    Re: need help in MATLAB lets the image name is tree.jpg mat=imread('tree.jpg'); now using matrices mathematics do what ever is the requirement with the mat matrix.
  15. S

    Matlab program for summing two integers

    Re: learn matlab simply declare the variables. a=6 b=5 c=a+b will give 11

Part and Inventory Search

Back
Top