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 Rtg

  1. R

    MATLAB/Simulink input specification

    Here is an enlarged view of the erroneous waveform being generated.
  2. R

    MATLAB/Simulink input specification

    I tried that too. But I am still unable to figure out the reason of the two peaks in every 0.3s ON cycle, while it should generate 1 peak per ON state. Besides I need to generate this signal for 30s to really see the output of the system.
  3. R

    MATLAB/Simulink input specification

    I want to implement a code (for Simulink input) which is ON for 0 to 0.3 seconds. Than OFF (0) for 0.3 to 0.8s. Again, ON for 0.8 to 1.1s and OFF for 1.1 to 1.4s. And so on. Your code will implement a sinusoidal wave only while I wish to implement a time varying function.
  4. R

    MATLAB/Simulink input specification

    I want to implement the following signal: I(t) = 500*(sin(pi.t/0.3))^2, t belongs {0,Ts} = 0, t belongs {Ts,T} Here, T = 0.8 and Ts = 0.3 The code I tried: t = 0 : 0.001 : 25; d = 0 : 0.8 : 25; y = pulstran(t,d,'rectpuls',0.3); ut = 500.*((sin(pi*t/0.3)).^2).*y...
  5. R

    TGS2442 Basic circuit implementation

    In the basic measuring circuit given for TGS2442, in the datasheet Page 2 https://html.alldatasheet.com/html-pdf/144246/ETC1/TGS2442/198/2/TGS2442.html Can somebody help me in understanding how I can supply both Vc and Vh through the same input. And how can i use the transistors to control pulse?

Part and Inventory Search

Back
Top