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 Amrsfmt

  1. A

    Calculation of maximum and minimum frequency for TSPC D-FF

    max frequency calculation Hi All, I have a question regarding a methodology to calculate the maximum and minimum frequency for TSPC D-FF. As I understand that Node Charge based Flip-Flops suffer from 2 problems at high speed and low speed. At High frequency, delays of affect the operation...
  2. A

    Calculation of maximum and minimum frequency for TSPC D-FF

    tspc rabaey Hi All, I'm currently working on something related with my masters. I'm facing a problem finding literature related with calculating maximum and minimum frequency of operation of the D-FF. I understand that improper sizing of transistors may lead to improper operation. Please...
  3. A

    How to use TIMER function on CodeVision

    First of all, Do you know how to program in C? If you know, Then here is what you want do: 1- Use the code generation wizard in code vision to create the initialization for you. Setup the timer as we discussed. But change initialization so it is stopped until you find a maximum. 2- Create a...
  4. A

    How to use TIMER function on CodeVision

    Hi, Here is what you wanna do : You will setup the timer2 on the chip to real timer, refer to the datasheet page 131 and read about the values for the register to setup the timer as a real time ok. In codevision, you will setup the timer as an external Osc and you will add the 32K crystal on...
  5. A

    How to use TIMER function on CodeVision

    ok, I finally understand what you wanna do. You take a varying analog signal and you want to know the maxima's and the minima's and want to know the time between them. ok, I have a couple of questions for you before I can give you a solution. How long do u expect T will be? in the range of ms...
  6. A

    Looking for books about monte carlo simulation in Cadence

    monte carlo simu Check cadence manuals for analog simulation environment. You will find one in $CDS_ROOT/doc/anasimhelp/anasimhelp.pdf and for advanced manual $CDS_ROOT/doc/anasimhelp/anasimhelp.pdf I think if you know the basics of cadence simulation environment, then I think you should go...
  7. A

    How to use TIMER function on CodeVision

    I tried to figure out the relation between the timer and what you mentioned here. What do you mean exactly by " A/D receive analog signal and convert to digital IR and R to maximum" I don't get what is the maximum and minimum here. Regards
  8. A

    RF filter design, freq 60 GHz, looking for any info

    RF filter design The best I can tell you can check the Pozar's book. "Microwave Engineering". You can use HFSS for analysis or go directly to Ansoft Designer for design. You can check https://www.emtalk.com/tutorials.htm Another thing you need to do search for substrate materials. Since...
  9. A

    RF filter design, freq 60 GHz, looking for any info

    RF filter design Hi, you mean active filter design or you mean microstrip filter design. please clarify. regards
  10. A

    how to convert schematic in Design Architect to Composer

    There are 2 ways to do this: 1- Through "ICstudio": If your design in the ICstudio format, then all you have to do is open icstudio and right click on the top cell schematic and click "update hierarchy". And check the log after it finishes that's all. To open ICstudio : > icstudio -project...
  11. A

    How to use TIMER function on CodeVision

    Look if you can just explain your project so I can help you. Like if you can just write down in steps what the microcontroller should do. regards Added after 52 seconds: Another thing about using Codevision You can use the project generation tool to setup the timer.
  12. A

    pic16f84a pulse counter

    pic16f84a counter There are alot of ideas to do this: 1- Set a pin as input and poll on this pin in the code and count changes or rising or falling edges. 2- Set Timer0 using an external clock and adjust the all the settings you want for the timer (prescaler , rising , falling edges or both...
  13. A

    how to convert schematic in Design Architect to Composer

    I could help you in the other direction. Converting from Cadence to Mentor. Regards
  14. A

    How to use TIMER function on CodeVision

    I use codeVision alot. I don't understand what you want to do exactly. What is the timer function you want to write? regards

Part and Inventory Search

Back
Top