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 power-testing

  1. P

    Matlab code for a simple Phase lock loop(PLL)

    Your code is close but had a few errors. Here is the working code. close all; clear all; reg1 =0; reg2 =0; reg3 = 0; eta =sqrt(2)/2; theta =2*pi*1/100; Kp = [(4*eta*theta)/(1+2*eta*theta+theta^2)]; Ki = [(4*theta^2)/(1+2*eta*theta+theta^2)]; d_phi_1 = 1/20; n_data = 100; for nn =1:n_data...
  2. P

    LED lamps vs Fluorescent Lamps

    Has anyone every looked at the reality behind the claimed "power savings" that results from replacing incandescents with CFLs? To my surprise during the calibration of the pf measurement box I found that CFLs do not have power factor correction! While measuring the power factor of a common...
  3. P

    power analyser is inaccurate?

    The TV standby circuit for the majority of TVs are designed with a small 2-10W flyback AC/DC converter to enable handling IR commands when the TV is "off". This standby power supply is actually quite noisy and hard to get a handle on when trying to measure "average standby power". The Voltech...

Part and Inventory Search

Back
Top