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 fireflies

  1. F

    What's Dynamically Allocated Memory?

    What's Dynamically Allocated Memory? Can someone explain it? The book doesn't say much but just talks about 'new' and 'delete'. Thanks.
  2. F

    C++ help: Simple square wave.

    square wave c++ Hi, thanks guys. I think I get the hang of it, just need to read more C++ books I guess. Hmm, as for firefox's method, is there something I can do to control the amplitude?
  3. F

    Looking for material about charge pumps

    Re: Charge Pump!!! I would refer you to Texas Instruments. I think that reading their datasheets is sufficient. **broken link removed**
  4. F

    C++ help: Simple square wave.

    square wave c Hi, I am new to C++/Cprogramming How do you generate a simple square wave using C++. void Square(void) { float Amplitude_S, Frequency_S, S, Sq, t, sgn_z, z; clrscr(); textbackground( fBLUE + fINTENSITY ); gotoxy( 5, 1 ); textbackground( fWHITE + fINTENSITY )...
  5. F

    Help with Photoplethysmography (PPG) Circuit

    photoplethysmography circuit This is the schematic I drew for the PPG Problems: 1) I cant seem to find the desired angle that our skin is able to reflect back the IR light. It seems that light from undesired places is absorbed too. 2) wondering if the resistor values is too large (noise) 3)...
  6. F

    Recommendation for temperature sensor needed!

    thermistor ibutton ds1920 Hi, could someone kindly recommend a suitable temperature sensor with or without celsius to voltage converter bearing the following spects. : I need it for measuring skin temperature for the project im doing. 1) Extremely low current of approximately 1 microampere...
  7. F

    A circuit question about Thevenin's Theorem

    choosing thevenin circuit To calculate Rth, you need to set all voltage and current sources to zero ( short circuit and open circuit, respectively) and then you can find the resulting resistance between a and b. Simply, Vth = 0 will give you a short circuit which is needed to perform...
  8. F

    HELP IN IMPLEMENTING MATLAB PROGRAM

    matlab program for peak detection ECG - QRS PEAK DETECTION USING PAN & TOMPKINS ALGORITHM Objectives: To write a MATLAB program to detect heart beats using Pan and Tompkins algorithm. fs = 200 ecg.dat included regards

Part and Inventory Search

Back
Top