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 rahul.6sept

  1. R

    How to determine the integral a partial derivative term?

    Hello, I'm trying to determine the integral of the expression. I tried applying integration by parts but it becomes more complex. Plz suggest. With regards,
  2. R

    Why is Magnetic shear always diamagnetic?

    Kindly let me know as why does magnetic shear show diamagnetic characteristics? Rgds
  3. R

    Is viscoelasticity possible in nuclear fusion plasma?

    Hello, plz let me know if viscoelasticity phenomena feasible in fusion plasma inside a tokamak? rgds
  4. R

    Design of counter using jk flip flop

    Just a hobby circuit. So want to design and not to purchase. Why does race condition reduce in case of synchronous? How to overcome the same in case of asynchronous counter design?
  5. R

    Design of counter using jk flip flop

    Hello, I want to design a synchronous counter using jk flip flop. So, race around condition may arise in the counter. If at all it arises, what are the possible remedies to overcome the same? rgds
  6. R

    SR flip flop design in Ltspice

    Hi, I'm trying to design a clocked SR flip-flop in Ltspice with a pulsed voltage source. I set the time step 100 ms. When I run it gives an error "Time step too small". I increased the time step but it does not solve the issue. Please advice me a solution to it. Attached herewith my circuit.
  7. R

    How to find the real and imaginary roots for a complex polynomial?

    Hi, I want to find the real and imaginary roots of a complex polynomial. I'm using MATHEMATICA for the same. I'm getting some errors and i'm unable to debug the same. I want to post it here so that someone can guide me so as to get the roots. I'm not sure if it is the right platform for...
  8. R

    How to get the output of this c++ code?

    Dear all, I've an incomplete c++ code give as below: #include <iostream> using namespace std; class sample { int x; public: sample():x(0) {} sample(int x):x(x) {} sample(const sample &obj): x(obj.x) {} void display() {cout << x...
  9. R

    [SOLVED] How to write the constructor for this c++ code?

    Dear all, How shall I write the constructor for this code so that it runs? #include<iostream> using namespace std; class A { const int id; public: A (int num):id(num) //constructor void display() { cout << id; }...
  10. R

    How does this code of c++ gives the output??

    Dear All, the following code of c++ gives an output which I could not understand as how is this coming. Can someone help me understand it. #include <iostream> using namespace std; #define MM_1(x,y) x*y #define MM_2(x,y) (x*y) #define MM_3(x,y) (x)*(y) inline int MPLY (int x, int y){return...
  11. R

    What is the continuity equation for a compressible fluid?

    The video was good, but it didn't say anything regarding the continuity eqn of compressible fluid. It only derived the navier-stokes eqn.
  12. R

    What is the continuity equation for a compressible fluid?

    Dear all, I want to know the equation for continuity for a compressible fluid. If anyone knowing it, let me know. Rahul
  13. R

    How to increase size of C drive without formatting?

    C drive has system files, program files etc. I can't take these to d or e drives.
  14. R

    How to increase size of C drive without formatting?

    I dnt think if it is possible to move any file from c drive to any other drive.

Part and Inventory Search

Back
Top