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 Belsugului

  1. B

    How does the resolution of PWM affect the application?

    Re: Question about PWM The frequency of the PWM absolutely affects the performance of the motor drive. In general you can say, that the higher the frequency the better the motor control. When the switching frequency of the PWM is lower the current through the motor is not so smooth, thus, the...
  2. B

    Which CPLDs are better to go for: Xilinx or Altera and why?

    Re: Xilinx V/S Altera First of all you should check which chip is most suited for your design. I do not think that we can say that Altera is alwayst better than Xilinx or vice-versa.
  3. B

    How to set the buad rate of AT89S53 in Mode2 to be 19200bps?

    Re: How to set the buad rate of AT89S53 in Mode2 to be 19200 I think this chip is based on Intel 8051 family. If it is so, than the baud rate depends on the crystal frequancy which you use. To be able to select 192000 baud rate, you need to select a 11.xxx MHz quartz cryztal for the...
  4. B

    Looking for books/articles about DC motors

    Re: dc motor..help Here is some basics: http://ww1.microchip.com/downloads/en/DeviceDoc/41233A.pdf http://ww1.microchip.com/downloads/en/AppNotes/00905a.pdf http://www.allegromicro.com/techpub2/compumot/a13a16.pdf You can use also google search. :D
  5. B

    How to build master and 2 slaves with ATMEL AT89C52?

    I meant the following: Of course, you need here either buffers with 3-state or open-collector (open-drain). I do not remember whether the serial lines RX, TX are open collector or not for the 8052. If not then a buffer need to be inserted between the TX of the master and the RXs of the slaves...
  6. B

    Info for an AC servo motor controller

    Re: Servo motor control AC servomotors are in fact AC machines, but supporting extreme max. currents, loads, and speed. Having higher max. current the acceleration is higher (can start and stop much faster). Might have different constructions, like brushless DC machines, when instead of having...
  7. B

    How do you calculate the propagation delay of an inverter?

    Re: propagation delay Just to add one thing. Of course before manufacturing thay run several simulations, BUT... thay are all simulations after all. So what you see in the datasheet is what they eventually measure in the lab.
  8. B

    How to build master and 2 slaves with ATMEL AT89C52?

    I have constructed some kind of computer network (at least that was how it looked like from the custemer point of view). On the basics the Intel 8051 microcontroller was, an ancient version of the 8052 with this master - slave setup, and RS232. I have used coaxial cable and some line drivers to...
  9. B

    MATLAB Neural network TOOLBOX HELP

    I was able to set other parameters as well. But I have used the GUI of the NN Toolbox. Maybe you should do the same. Or you can ry to find out what the function name of the other parameter settingsd is. Of course, maybe that not help much, but at least you know that through GUI it is possible to...
  10. B

    How to increase the memory space for interrupt routine?

    Re: interrupt Before entering into an interrupt some registers are saved depending an the CPU used, and the interrupt flag is set, which inhibits more interrupts with the same or less priority to be handled. Because of that, interrupt handler procedures are finished with Return from interrupt...
  11. B

    How to increase the memory space for interrupt routine?

    Re: interrupt The answer is YES. But the solution is different, depending on the microprocessor you are using. In case of 8051 you can place a JUMP ADDR at the beginning of the memory associated to the interrupt handler and the an ADDR can be a location where you have enough memory. I think...
  12. B

    definition of orthogonal?

    definition for orthogonal signal By orthogonal in general is meant that the angle between two vector / plan is 90 degree. In case of sin(wt) and cos(wt) we have the 90 degree angkle between the two phasors (vectors with unity amplitude and roting anticlockwise with w frequency). Because the...
  13. B

    what is meant by "pipelining"

    There is some similarity with manufacturing a product, let's say a car. For simplicity we consider a serial assemply line. It takes 2 units two assemble the carbody. It takes another 2 units of time to assemble the wheels. Another 2 units to assemble the chairs. Another 2 units to assemble the...
  14. B

    "DIfference between "LATCH" and "FLIPFLO

    Re: "DIfference between "LATCH" and "FLI I would rather say that flip-flop is more generic naming. Flip-flop has two stable stages, and can be asyncron or syncron. However, in Wakerley's book (Digital Design-Principles and Practices) by admitting that there is some confusion with these...
  15. B

    why optical fiber has large bandwidh?

    Hi comsians wrote: That has nothing to do with the large badwidth. the same is true for the second one: The first one is a hystorical thing, the first digital transmission was through E1 (T1 ine USA) where 32 time sharing channels (one channel for each voice) was used to be carried on the...

Part and Inventory Search

Back
Top