Output Definition and 1000 Threads
-
K
Understanding KVL Loop in BJT Biasing and Calculating Ve
Please help how Ve is calculated what i think is that it should be: -Ve=-Vee+IeRe; How Ve is taken positive please someone draw equivalent circuit for same- karandeepdps
- Thread
- Biasing Bjt Circuit Diode Electronic Kcl Kvl Load Loop Output Semiconductor devices
- Replies: 5
- Forum: Engineering and Comp Sci Homework Help
-
J
Minimum output e.m.f. of the power source
Homework Statement Homework Equations V=IR For resistors connected in parallel, 1/R =1/R1 + 1/R2 +... The Attempt at a Solution I first calculated the resistance of the the cable which consists of two wires, 1/R= 1/0.0050 + 1/0.0050 R = 2.5x10^-3 x 800 = 2 Ω Then I calculate the voltage...- Janiceleong26
- Thread
- Minimum Output Power Source
- Replies: 2
- Forum: Introductory Physics Homework Help
-
F
Are Digital Computers and Animal Nervous Systems Really That Different?
Is the analog output a voltage, current, or a signal? I'm kind of confused.- fredreload
- Thread
- Output
- Replies: 22
- Forum: Electrical Engineering
-
Y
Formula for voltage output produced by an alternator?
[FONT=Tahoma]Hello! I have a science investigatory project issued by my school. For my (actually our) project, we decided we will make a some sort of concept alternator powered by water collected from rain. Our goal is pretty small, to power up a small 5-volt bulb. Assuming the rotor rotates...- yrjosmiel73
- Thread
- Alternator Formula Output produced Voltage
- Replies: 6
- Forum: Electrical Engineering
-
Calculate output forces of machines
Based on a force inputed in a machine, how do you calculate the force outputed? I would have thought you could do this with a simple torque balance but this does not always appear to be the case. For example in the case of an accelerating bicycle, the force applied to the rear gear is Ft, but...- UMath1
- Thread
- Forces Machines Output
- Replies: 32
- Forum: Mechanical Engineering
-
S
Find the voltage gain, input and output resistance amplifier
I am having a difficult time solving the question in Step 2 of the attachment. The question is "Use the equivalent-circuit model of the uA 741 to find: The voltage gain Av=vo/v1, the input resistance R1, and the output resistance Ro of the amplifier circuit. Attempt at solution: I used the...- sugz
- Thread
- Amplifier Gain Input Output Resistance Voltage
- Replies: 7
- Forum: Engineering and Comp Sci Homework Help
-
N
Increasing water pressure without increasing pump output
I am curious as to whether a nozzle at the end of a pipe that is completely submerged in water and has a pressurized flow being pumped through it in a closed condition can increase the amount of flow and pressure of the water in a pipe fixed to the exit side of that nozzle if the nozzle uses the...- newideaman
- Thread
- Fluid dynamics Increasing Output Pressure Pump Suction Water Water pressure
- Replies: 2
- Forum: Mechanical Engineering
-
Determine the output voltage ripple
Homework Statement Homework EquationsThe Attempt at a Solution This is my load voltage output from my digital scope. From the digital scope , my output voltage is 25.0007V but how do I find the ripple voltage from the given data?- ToonBlue
- Thread
- Output Ripple Voltage
- Replies: 2
- Forum: Introductory Physics Homework Help
-
Why Mineral Insulated Heating Cables have power output limit?
Hello Why does Mineral Insulated heating cables have such limited power output per feet and maximum operating voltages? I thought it has to do with the dielectric strength of the MgO, that is used as an insulation in the coaxial cable, but the dielectric strength for MgO is higher than the...- amrmohammed
- Thread
- Cables Heating Limit Output Power Power output
- Replies: 23
- Forum: Electrical Engineering
-
S
How to Use a 12V Motor as a Generator for a Heating Element?
What output does a 12v motor give. I need to power a heating element that requires 12v, can I do this with a 12v motor? If not what size motor do I need? Thank you in advance for any help Sarah- SarahByrne
- Thread
- 12v Motor Output
- Replies: 6
- Forum: Electrical Engineering
-
L
Why would changing to a larger brake master cylinder decrease braking pressure?
Hi, I am in the process of restoring the brakes a 1974 Porsche 914 and upon reading up on a Porsche forum found a discussion about changing the original 17mm brake master cylinder with a 19mm one. A number of individuals indicated that doing so would reduce braking pressure and I was unclear as...- Lugnuts
- Thread
- Brake Brakes Cylinder Master Output
- Replies: 2
- Forum: Other Physics Topics
-
S
Power output of automobile at different engine rpm
I figure my 2.4 liter Volvo will burn about a liter of gasoline over an hour of idling (source: Natural Resources Canada). Since a liter of gasoline contains roughly 33.8 million joules (~9.4 kilowatt-hours) of energy, I figure that that means my car idles at a power output of around 9.4...- Steve Aplin
- Thread
- Automobile Engine Output Power Power calculation Power output Rpm
- Replies: 3
- Forum: General Engineering
-
P
How to reduce the current of a signal by an exact amount?
Hello all, The root problem is that I can't put all my analogue inputs onto one input card (each card has 4 inputs) on the project I'm working on. We have four sensors, they should all output 4-20mA. Two are source type outputs, supply voltage goes in, sensor current comes out, current is...- Purple_Dan
- Thread
- Analog Current Ground Input Output Reverse Sensor Signal Source
- Replies: 24
- Forum: Electrical Engineering
-
Understanding propagation loss: What does this output mean?
Hi there! I am currently building a simulation to model the propagation of radio waves in seawater in terms of its propagation loss. I have previously discussed the models I've looked at but have settled on a model which depends primarily on the propagation distance ##r##, the carrier wave...- H Smith 94
- Thread
- Attenuation Electromagnetism Loss Mean Modelling Output Propagation Radio communication Radio frequency Radio waves Seawater Simulation Waves
- Replies: 18
- Forum: Other Physics Topics
-
R
Relating Power output of a sound wave to the pressure....
... it's amplitude exerts. During cavitation a sound wave is applied to a liquid and breaks it apart and gas pockets are formed. The frequency and the amplitude of the sound wave effect the bubble/s. My question is, if I have the power output of the device then how would this relate to the... -
J
Emulating car battery output through home power?
I'm setting up an amplifier which is intended for use in a car, and I'm not using it in one. I'm trying to power it through a typical DC 250 volt wall outlet. What kind of transformer should I use? (I'm also trying to power a car stereo with it as well)- Jak Nikols
- Thread
- Batteries Battery Car Car battery Electricity Home Output Power Transformer
- Replies: 39
- Forum: Electrical Engineering
-
K
Fortran Fortran : generating different output files in a loop
implicit none character*4 head1,head2,ext character*10 fn1,fn2 integer i,kev head1='jack' head2='jill' ext='.dat' do i=1, 50000 kev=int((i-1)/50)+1000 if(mod(i,50).eq.0) then write(fn1,'(a,i4,a)') head1,kev,ext write(3,*) fn1 write(fn2,'(a,i4,a)') head2,kev,ext...- Kyong
- Thread
- files Format Fortran Loop Output
- Replies: 3
- Forum: Programming and Computer Science
-
Relation between RPM and Electric output
With the increase in RPM could the electric out put of a generator be increased.- Sai Kiran Aka
- Thread
- Electric Output Relation Rpm
- Replies: 2
- Forum: Electrical Engineering
-
A
What causes unbalanced output in an inverter?
[FONT=Arial]What is the basic reason of unbalance output of an inverter, even the output connection is open and the IGBT is ok. Can anybody tell me what is the problem? Co operation is always encouraged.- Arifur
- Thread
- Inverter Output
- Replies: 1
- Forum: Electrical Engineering
-
Upgrading a 12V Alternator to Produce a higher output Volts
Hi could anyone please help with this:- I have a 12V 90Ah automobile alternator. is there a way to increase the output volts beyond the 14/13.8v to say 192v?- Selvven
- Thread
- 12v Alternator Output Volts
- Replies: 26
- Forum: Electrical Engineering
-
Is the energy output of an engine constant?
I know that the power of an engine is equal to (rpm*torque)/ 9.54 (SI units). But does this mean that an engine when turned on is outputting the same amount of energy per unit time, every time ? . What happens when we press the gas pedal, does the power output increases? When i drive my car...- Thom_Silva
- Thread
- Constant Energy Engine Output Power Work
- Replies: 31
- Forum: Thermodynamics
-
M
Check my answer for power output question
Homework Statement a 0.25 kg piece of ice at -30°C is warmed by an electric heater and the following graph of temperature is produced. -use the information on the graph to determine the power output of the heater the graph shows that the ice went from -30degC to -10 degC in 150s Homework...- MaryBarnes
- Thread
- Output Power Power output
- Replies: 9
- Forum: Introductory Physics Homework Help
-
A
Is a 12V Tri-state Buffer Available for Programming PIC Microcontrollers?
Hello, I'm trying to build a hub to connect several circuits that have a PIC microcontroller and be able to select one of them and download the program to it. The circuit that I have in mind to select and program one PIC microcontroller is this...- Antonio Serrano
- Thread
- 12v Buffer Output
- Replies: 4
- Forum: General Engineering
-
P
Can pocket FM radio output at 50kHz?
I've recorded the output hiss from a small battery powered radio operating inside a metal tin. From related posts, I can say that the radio is effectively shielded from receiving any FM transmission, and the resultant hiss is thermal noise in the early stages of the receiver. I believe that...- Paul Uszak
- Thread
- Fm Output Radio Signal processing
- Replies: 29
- Forum: Electrical Engineering
-
C/C++ [C++] My first IT course with simple output
Hi, my C++ course has started since last week and I am learning basic input and output. In my simple project, I have a function that will return a double number like this double getLong(long long ll) { return ll/10.00; } The input is 12345 and the return value after the code is executed is...- Silicon Waffle
- Thread
- Course Output
- Replies: 9
- Forum: Programming and Computer Science
-
Double Pendulum in C (Trace Motion Real-Time + gif output)?
I have written a C program to trace out the motion of a double pendulum, but am having difficulties in getting gnuplot (controlled from my c program) to trace out the paths of the masses (example video below). Thus far I have created the program such that it produces a number of png images at...- billyp245
- Thread
- Animated Code Double pendulum Motion Output Pendulum Trace
- Replies: 2
- Forum: Programming and Computer Science
-
U
Laser output below, just above and way above threshold?
I've been reading up on lasers recently and learned that within the cavity while the laser light is amplified by the gain coefficient, it loses power due to transmission and absorption. Suppose the pumping radiation comes from a monochromatic source whose energy is not exactly equal to the...- unscientific
- Thread
- Atomic physics Laser Output Threshold
- Replies: 3
- Forum: Atomic and Condensed Matter
-
Entropy question for 2 input 1 output system
Hey all. I have a question regarding the solution to a question, both shown below (only part of the solution is shown). Specifically the line that states: H(Y|X) = H(Z|X). Why does this equality hold? Expanding and using the definition of entropy, I can see that for the above equality to hold...- perplexabot
- Thread
- Entropy Input Output System
- Replies: 1
- Forum: Electrical Engineering
-
M
Continuously draining tank (constant input\dependant output)
Homework Statement I've been asked to solve a problem where a bathtub is being filled at a constant rate, meanwhile water is draining out continuously. The bathtub fills with a constant flow rate of \frac{dI}{dt} and drains with a flow rate \frac{dO}{dt} which is directly proportional to √h...- Mike T
- Thread
- Output Tank
- Replies: 4
- Forum: Calculus and Beyond Homework Help
-
I
Am I confusing input & output impedance?
Homework Statement design a common-emitter amplifier with an output impedance of 4.7kOhms and again of-10 using a transistor with a beta=200 powered by a 12V DC supply. Homework Equations v=ir The Attempt at a Solution ------------------------------------------------------ rest of the...- iScience
- Thread
- Confusing Impedance Input Output
- Replies: 7
- Forum: Engineering and Comp Sci Homework Help
-
What is the problem with this output resistance....
In a common emitter amplifier while analysing its output impedance ..why we consider collector resistance (Rc) in parrallel with output impedance (Ro) of the amplifier...since as they appear in series ..as seen by the KVL equation(which involves Vcc=IcRc+Vce+IeRe)...- brainbaby
- Thread
- Output Resistance
- Replies: 15
- Forum: Electrical Engineering
-
C
PIR Motion Sensor with Analog Output
I'm working on a little arduino-like project that involves a motion detector with customizable sensitivity. The ambition here is that I could get a PIR sensor wired up that would give an analog-esque output depending on how much motion it detects. I know standard PIR sensors have a...- CyrilAmethyst
- Thread
- Analog Motion Output Sensor
- Replies: 7
- Forum: Electrical Engineering
-
A
Fortran Fortran 77: Recording the output
Hi, I am having a bit of trouble trying to record the output from my code and any help is highly appreciated. Attached is the code that needs to be looked into (changed extension to .txt from .f as PF wouldn't allow it) and a screenshot of output that I am trying to record. What I am trying...- adishpatel
- Thread
- Fortran Output
- Replies: 29
- Forum: Programming and Computer Science
-
S
Number of turns in coil to get an output of 8V
Hello! First of all excuse my English. I'm Swedish. I'm doing an exprement in which I utilize the energy from the rotation in a stroller wheel to charge a 5V battery . I plan to make a magnetic generator with a disc placed on a 10 " wheel, consisting of the 20 Neodymium magmeter on the radius...- SiriKTH
- Thread
- Coil Inductance Output
- Replies: 5
- Forum: Electrical Engineering
-
Generator output frequency and rpm
Hi, as I was reading on generators I noticed that apart from the homopolar machine(faraday disc) all other generators are basically AC , or if they are DC then the very current generating loop or part involves changing and time varying currents. They usually have poles on the rotor or stator...- Salvador
- Thread
- Frequency Generator Output Rpm
- Replies: 29
- Forum: Electrical Engineering
-
S
Will Two Water Pumps in Series Output 200 PSI?
Lets say I have two water pumps that are the same and each can output around 100 psi of water pressure. If I were to connect them in series meaning that the output of 1 goes to the input of the other will the total pressure output at the last water pump be around 200 psi? what if I connect them...- strk
- Thread
- Output Psi Pump Water
- Replies: 2
- Forum: Mechanical Engineering
-
The output of Op-Amp[LM324] has error as non-inverting Amp
Hi everybody I'm a newbie and working on LM324 to learn Op-Amp. this is my circuit: http://img4.uplood.fr/free/qx3o_20150425_172843.jpg One of the resistors is 217ohm and another 978ohm. then the gain should be 4.50691 as you can see. so far so good. I know this is for ideal Op-Amp. I applied...- booboo1
- Thread
- Amp Error Op amp Output
- Replies: 6
- Forum: Electrical Engineering
-
Building a 555 Astable Oscillator: Achieving 50KHz Output
So I built a 555 astable oscillator. I wanted to get 50 KHz on my output, which I have achieved, but the values of my components do not match the formula I have calculated. I have: R1 = 98 ohms R2 = 67 ohms Cap = 100nF So I have: 1.44/(98 + 2 67) 100nF Which should be 62KHz. Also can anyone...- helofrind
- Thread
- Building Oscillator Output
- Replies: 31
- Forum: Electrical Engineering
-
J
Exploring Industrial Gas Turbines: Heat Loss and Energy Output
Hey guys Don't know if this is posted in the right category. doing an technical report on industrial gas turbines. but i am kind of lost. Does anyone have any input to what we can write about? I'm thinking of any problems with the turbines that we can write about. What heat loss and how much...- Jackieo
- Thread
- Energy Gas Heat Heat loss Industrial Loss Output Turbines
- Replies: 4
- Forum: Mechanical Engineering
-
P
Testing the reduction of input to output ripple of MC7805
Homework Statement How does the RC-link help with adding ripple to the signal? What would happen if the capacitor was removed (short-circuited)? Homework EquationsThe Attempt at a Solution I believe that the role of the capacitor is to pass on the AC voltage. Initially the capacitor is charged...- peripatein
- Thread
- Input Output Reduction Ripple Testing
- Replies: 9
- Forum: Engineering and Comp Sci Homework Help
-
C
[] Output current of transistor
My teacher gave me this picture below. My question is why Io go through Rc but does not go through C2- cuongbui1702
- Thread
- Current Output Transistor
- Replies: 11
- Forum: Engineering and Comp Sci Homework Help
-
J
What is the difference between blood flow and cardiac output
according to this one source, cardiac output (vascular) = blood flow (http://legacy.owensboro.kctcs.edu/gcaplan/anat2/notes/APIINotes5%20cardiac_equations.htm) However, their equations do not match: Cardiac output (CO)= Stroke volume * Heart Rate Blood Flow = cross sec area of vessel times...- Jmiz
- Thread
- Blood Cardiac Difference Flow Output
- Replies: 4
- Forum: Biology and Medical
-
B
Comp Sci Output format of a matrix in Fortran 90
Hello, I'm new here and I'm also new in programming. I never did it before and now I have a problem with one of the programs in fortran 90 and I can't figure out how to solve it. Maybe some of you can help me. Many thanks in advance. 1. Homework Statement I need to plot the results of a...- Boltzmann
- Thread
- Format Fortran Fortran90 Fourier series Matrix Output Plot
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
J
Low pass filter: cutoff and peak output
Homework Statement (a) If R1 = 4.7kΩ, what value for C1 will give a cutoff frequency of 50kHz? (b) If the input voltage is described by the equation Vin = 3cos(2π(4000)t), what will the peak output voltage be?[/B] Homework Equations (a) fc = 1/(2πRC) (b) Vout/Vin = 1/√(1 + (2πfRC)2) The...- joel amos
- Thread
- Filter Low pass filter Output Peak
- Replies: 7
- Forum: Engineering and Comp Sci Homework Help
-
Dynamics assignment, power output of car
I'm currently studying Mechanical Engineering at Level 3 in the UK and I'm beginning my integrated masters in September. I've missed a large chunk of my studies this year due to a broken collarbone I sustained earlier in the year. Instead of getting any special dispensation I'm trying to work my...- JamesB93
- Thread
- Assignment Car Cars Dynamics Engine Homework Mechanical engineering Output Power Power output
- Replies: 7
- Forum: Engineering and Comp Sci Homework Help
-
Output waveforms with a clamped capacitor
Homework Statement For the circuits shown, each utilizing an ideal diode (or diodes), sketch the output for the input shown. Label the most positive and most negative output levels. Assume ##CR > T##. The input waveform is given by: I have re-drawn all of the circuits in my solution, which...- STEMucator
- Thread
- Capacitor Output Waveforms
- Replies: 23
- Forum: Engineering and Comp Sci Homework Help
-
M
Calculating Output Voltage from Single Photon Detected by H9500 PMT
Hello every one, I would like to find out the output signal voltage due to a single photon detected by H9500 PMT. I was able to calculate the charge collected on the anode due to a single photon but How do I get the voltage? I would appreciate any help with that Thank you- miss_physics
- Thread
- Output Photon Voltage
- Replies: 8
- Forum: Electrical Engineering
-
D
Scintillation detector's output
I'm looking at scintillation detectors and I'm quite confused to the output of the crystal. My notes just say emission output has intensity proportional to input energy. How though? I mean surely for the Photoelectric effect there is a huge spectrum of output energies depending upon shell...- Darren93
- Thread
- Output
- Replies: 3
- Forum: High Energy, Nuclear, Particle Physics
-
N
Designing function that draws specific output
Hey all, recently saw this video on the batman curve, designed by a high school teacher that draws the batman logo. He combined an ellipse, straight line graphs and some other sinusoidal wave then forced the functions to be imaginary at certain points to hide the unwanted bits. question, how...- NotASmurf
- Thread
- Designing Function Output Specific
- Replies: 4
- Forum: General Math
-
B
Troubleshooting Circuit with TL594: Output of 10kHz"
i have set up the circuit, but i do have some problem that i can't figure it out.. my frequency requirement is 20khz, i do follow the formula that the data sheet given, base on my oscilloscope, it shown 10khz.. capacitor voltage is 0.01 micro. resistor value is 5.5k ohms. when i connect the...- billy fok
- Thread
- Circuit Output Troubleshooting
- Replies: 16
- Forum: Electrical Engineering