Calculating MC7805 parameters using datasheet

  • Thread starter Thread starter peripatein
  • Start date Start date
  • Tags Tags
    Parameters
Click For Summary
To calculate Line Regulation and Load Regulation for the MC7805, the user seeks clarification on the specific voltage and current values needed from the datasheet. Line Regulation is defined as the change in output voltage (ΔVo) over the change in input voltage (ΔVI), while Load Regulation is the change in output voltage (ΔVL) over the change in load current (ΔIL). The datasheet provides input voltage (VI), but the user questions the exact values for ΔVo, ΔVL, and the corresponding currents. They aim to apply the test parameters from the datasheet to compute these regulations accurately. The discussion emphasizes the need for precise values to perform the calculations correctly.
peripatein
Messages
868
Reaction score
0
Hi,
I am asked to determine the Line Regulation and Load Regulation based on the attached datasheet, using the test circuit parameters listed there.

Homework Statement

Homework Equations

The Attempt at a Solution


Line Regulation is defined as ΔVo/ΔVI whereas Load Regulation is defined thus ΔVL/ΔIL, unless I'm mistaken. The datasheet lists VI but what are the values of the various voltage differences required to complete the calculation? Also, what are the values of VL and IL? Are they the values of Vo and Io, respectively?
 

Attachments

Physics news on Phys.org
I'd interpret this to be the data you need. You can determine typical regulation, and worst case, over a narrow range and a wide range.

reg.png
 
I understand how to extract the line regulation and load regulation from the table, but my question was different. I'd like to use the test parameters in the datasheet attached to calculate them (probably using the formulae listed in #1 above). How should THAT be carried out?
 
Greetings to all, I am writing with a question regarding graph generation in LTSpice. I am using LTSpice XVII and am trying to plot AM-AM and AM-PM characterization for a power amplifier, but I haven't been successful yet, likely due to my lack of practice with this specific analysis. I have been using a square wave input at 8.2 MHz as the voltage waveform for my power amplifier. It is said that for a switching amplifier like Class-D, the AM-AM / AM-PM (amplitude-to-amplitude and...
Thread 'How do I determine the resistance for RLC low pass filter?'
Hi, I am trying to build a RLC low pass filter that atenuates the frequency below 4500 Hz. However, I have encountered some problem when choosing the correct R to work with. Here is the Circuit Here is the original sound. Here is my code in Matlab function Vout = myFilterCircuit(Vin,h) n_V = length(Vin); f_7 = 4470;; % Undesired frequency h_7 = h; % delta time % These are for the constant and initialization of the variables t_7 = 0:h_7:(n_V-1)*h_7; % This is the independent variable...