Output Definition and 1000 Threads
-
D
How do Sinusoidal output comes out in the Wein-Bridge Oscillator
This question was asked to me in a VIVA. [b]What examiner asked. [b] How do Sinusoidal output comes out in the Wein-Bridge Oscillator. ... I tried to solve the problem using the control system. That is, by deriving the transfer function of the...- darkxponent
- Thread
- Oscillator Output Sinusoidal
- Replies: 48
- Forum: Electrical Engineering
-
P
How to Calculate the Output Voltage of a Photodiode?
Hello everyone! I'm trying to figure out how to calculate the output voltage of a photodiode in the photovoltaic mode. I want to generate about 5-10V using lasers and a series of photodiodes without using an op-amp (just Vout of the photodiode equvivalent circuit). If I could get any help...- phoneketchup
- Thread
- Output Photodiode Voltage
- Replies: 7
- Forum: Electrical Engineering
-
What is the input voltage for the second stage in a 2-stage amplifier?
Hello all. I am currently trying to find the gain of a 2 stage amp. According to some notes I have, it is: A = A1 x A2 x (rin2 / (rin2 + ro1)) Where A1 = gain of first stage A2 = gain of second stage rin2 = input resistance of second stage ro1 = output resistance of first stage Let p...- perplexabot
- Thread
- Amp Gain Output
- Replies: 1
- Forum: Electrical Engineering
-
N
Fortran Fortran output has lots of errors that I don't understand
I am trying to write a program that in Fortran 95 will integrate x^2 from 0 to 1. Easy right?? I'm getting errors, though, that I really don't understand. Here is my code: [FONT="Courier New"]program montecarlo2 implicit none real :: fmax,iseed,srand,xmax,x2,x,y !why do we need pi...- ngendler
- Thread
- Errors Fortran Output
- Replies: 2
- Forum: Programming and Computer Science
-
H
Differential Amplifier Common-mode Output Resistance
Homework Statement I am learning about differential amplifiers, and am having trouble determining the common-mode output resistance. In the text, we have the two sections "Differential-mode gain and input and output resistances" and "Common-mode gain and input resistance." Notice the lack of...- hisotaso
- Thread
- Amplifier Differential Output Resistance
- Replies: 4
- Forum: Engineering and Comp Sci Homework Help
-
S
Engineering Small-signal input and output resistances of the circuit
1. With the circuit provided determine the small-signal input and output resistances of the circuit. 2. I was either given or found all the following info for the circuit: VA = 110V β = 115 T = 300k quiescent base current is 12.0 microA R1 = 12 kOhms, R2 = 6 kOhms and Rc = 2 kOhms Ic =...- stevo2393
- Thread
- Circuit Input Output
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
J
The Algebra for Theory of Natural Output
When deriving the natural level of output i am confused as to how the leap is made in the last two lines. P = P(1+μ)F(1-Y/L,z) => 1 = (1+μ)F(1-Y/L,z) => Yn = h(μ,L,z) I understand how the mark-up, Total Labour and variable factors are the factors of the natural level but how does...- JoshMaths
- Thread
- Algebra Natural Output Theory
- Replies: 7
- Forum: Linear and Abstract Algebra
-
C
What is the relationship between generator output and RPM?
First of all, if you have a generator with an open circuit, and you are pedal powering it, where does the energy go? I would say it is lost as heat, but not sure what could heat up. The coils in the generator itself? Next, what happens if you short the output of a generator? Does it make it... -
A
Need help on finding a program that can output transient curves as txt
Hello! I'm currently working on a solenoid and trying to simulate the response of a ferrous rod in the coil. I've been using FEMM 4.2 for my magnetostatic simulations, and Pspice Schematics 9.1 for the circuit part. I was thinking of combining the two by using scripts to let FEMM run through...- Astrofan
- Thread
- Curves Output Program Transient
- Replies: 1
- Forum: Electrical Engineering
-
J
Resistor and power output varying with a distance x
Homework Statement Figure 29 shows a battery connected across a uniform resistor R0. A sliding contact can move across the resistor from x=0 at the left to x=10 cm at the right. Find an expression for the power dissipated in the resistor R as a function of x. Plot the function for ℰ=50 V...- Jonnyto
- Thread
- Output Power Power output Resistor
- Replies: 4
- Forum: Introductory Physics Homework Help
-
J
How do I calculate the power output of the lightbulb?
Homework Statement How do I find the answer for part C? 3) A battery with an Emf of 12 volts is hooked up to a 125 ohm resistor and an ammeter. The ammeter measures a current of 75 mA. a) Calculate the internal resistance of the battery and the actual voltage across the battery. b) Calculate...- jawhnay
- Thread
- Lightbulb Output Power Power output
- Replies: 15
- Forum: Introductory Physics Homework Help
-
L
Understanding MEMS Gyro Output: X & Y Axis Positioning
I have a basic question about MEMS gyros - Let's say a dual axis(X & Y) gyro IC is lying flat. Ideally the output reading would be zero. If I lift one end of the IC by some degrees, there would be change in output reading. Let's call this new reading. When the IC is held at this position...- likephysics
- Thread
- Axis Gyro Mems Output
- Replies: 1
- Forum: Electrical Engineering
-
B
Tips for Rear Drive Wheel Compatibility with Output Motor | Mini-Go Kart Design
Hey what's up guys, I am currently designing a mini-go kart type device. I was hoping someone with knowledge of these kinds of things could give me some tips. Materials in question: Rear Drive Wheels Problem: The wheels are intended to rotate with the output shaft of this motor...- bmed90
- Thread
- Motor Output Wheels
- Replies: 4
- Forum: General Engineering
-
S
How to avoid DC bias on output?
I designed the BJT amplifier below. After substituting in for the values of the actual resistances measured in lab, I reran the simulation. The hand calculation I derived for the gain was nearly spot on with what I was seeing in Multisim. Now, when in lab I get approximately the same value I...- sherrellbc
- Thread
- Bias Dc Output
- Replies: 10
- Forum: Electrical Engineering
-
H
Calculating Energy Loss (Kinetic Energy) and Output
Homework Statement Hey everyone, trying to finish up a report and having a problem with getting to the final answer. It is a final report on hydro kinetic energy. We are planning to install a hydro kinetic turbine under a bridge and calculate what the energy output would be in KW. I am...- Hearzy
- Thread
- Energy Energy loss Kinetic energy Loss Output
- Replies: 8
- Forum: Introductory Physics Homework Help
-
O
Nqueens problem, n will be input, output count of all possibles
Hi, I'm writing a program for nqueens where inputs will be n and possibly a few existing queens already placed on the board. So far I've come up with one method, but got stuck on the second one. (hoping second method is more efficient) 1st method: - tabulate possible outcome of (n*n...- otnaug
- Thread
- Count Input Output
- Replies: 5
- Forum: Engineering and Comp Sci Homework Help
-
R
Designing an op-amp given the output formula
Homework Statement Design an op-amp based circuit to produce the function Vout = 5*V1 - 4*V2 Homework Equations The Attempt at a Solution I have no idea how to approach this. I know there are two voltages on the two inputs, and that the feedback resistors should be going to the...- rasen58
- Thread
- Designing Formula Op-amp Output
- Replies: 5
- Forum: Engineering and Comp Sci Homework Help
-
D
Transfer Functions: Why Input Must Match Output in Control Systems
Why should the input follow the exact output in control systems (Transfer function). What if my system is an amplifier ? shouldn't that means that the output is the input * gain ? I can't understand the differences between dealing with a real system ( such as an amplifier) of dealing with a...- Daifa
- Thread
- Control Control systems Functions Input Match Output Systems
- Replies: 6
- Forum: Electrical Engineering
-
M
What affects the light intensity and light output geometry?
These are some of the factors I brainstormed that goes into the functionality of a spotlight: 1) Light output of the light source (measured in luminous flux, if I recall correctly) 2) The reflective potential of the reflectors surrounding the light source 3) The geometry of the reflectors...- Minhtran1092
- Thread
- Geometry Intensity Light Light intensity Output
- Replies: 1
- Forum: Optics
-
G
How to calculate solar panel hourly power output?
I'm trying to think of a way to calculate the power output of a solar panel by taking in information from hourly weather data from weather.com (e.g. sunny or cloudy?, temperature, etc.) and basic characteristics of the location and panels, but i cannot find or think of a way to do so. Basically...- gocool767
- Thread
- Output Power Power output Solar Solar panel
- Replies: 12
- Forum: General Engineering
-
A
Thermodynamic Efficiency and the maximum possible electric output
[b]1. A 2.5GWth nuclear power plant operates at a high temperature of 570°K. In the winter the average low temperature at which it dumps waste heat is 268°K; in the summer it’s 295°K. Determine the thermodynamic efficiency of the plant in each season, and then derive from it the maximum possible...- annie05
- Thread
- Efficiency Electric Maximum Output Thermodynamic
- Replies: 1
- Forum: Introductory Physics Homework Help
-
K
How to calculate power output in piezoelectric material?
Hi, I want to use piezoelectric material to harvest compression energy, i need to calculate the power output but i can't find enough information on the web to figure it out... First, I want to learn how to calculate the power output of piezoelectric material using d33 and g33 data...- kev139
- Thread
- Material Output Piezoelectric Power Power output
- Replies: 2
- Forum: Electromagnetism
-
S
Effects of temperature/pressure on power output
How much power would be produced when using an independently powered supply of 100 pound/min air at 3bar/40F air on a 6.2L GM LS V8. Excess air will be vented to atmosphere with relief valves to stabilize the air flow to the throttle valve. What are the factors need to be considered...- spiveycool
- Thread
- Effects Output Power Power output
- Replies: 1
- Forum: Mechanical Engineering
-
T
How do you control the output frequecy of full wave rectifier circuit?
what i mean is, if i want to make a certain rectifier circuit to some sort of load, how would i know which diodes and transistors/IGBT's/MOSFET's to use? for example, i have an AC source with 50 hertz and a load that requires 60 hertz, what would i use? can you show me calculations?- thebluser
- Thread
- Circuit Control Output Rectifier Wave
- Replies: 8
- Forum: Electrical Engineering
-
W
Manipulate Matrix Output (TI84+)
When I manipulate two matrices by taking one and multiplying by the inverse of the other to solve a system of linear equations, how do I save the values of the output? for example, the output i got for each variable was in decimal form, and i wanted to change each into fraction form.- whatlifeforme
- Thread
- Matrix Output
- Replies: 2
- Forum: Computing and Technology
-
H
Mathematica Mathematica: output an expression without evaluating it first
Greetings, I recently discovered Mathematica's Format function, and it has been of great use to me. However, there is one thing that I want to use it to do, that I have yet to be able to. I could do this easily, though, if there is some Mathematica function that works as follows... If I put a...- HJ Farnsworth
- Thread
- Expression Mathematica Output
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
Easy steps to groom TabCosmo output for PF post format
Different forums have slightly different formatting so if you implement an idea or discover something using Jorrie's online calculator and want to share the output table with the rest of us, these are some simple things to do to make the table clear and legible in PF setting. For example say... -
S
Ratiometric Analog Output interfaced with Arduino?
I'm trying to interface a pressure sensor (specifically, a Honeywell NSCSANN015PAUNV piezoresistive pressure sensor) with an Arduino Uno analog input, but I'm not having much luck. The output from the pressure sensor is a "ratiometric analog output" with a pin corresponding to V+out and a pin...- SolarPlexus
- Thread
- Analog Arduino Output
- Replies: 1
- Forum: Electrical Engineering
-
Medical What is My Power Output and How Does It Compare to Others My Age?
The weather got warm enough for me to go for a bike ride on Saturday on a favorite route. As summer and early fall are long behind me I am not in as good of shape as back then. Riding my bike up a particularly steep hill and trying not to push stupid hard I was a bit depressed at the state of my...- Spinnor
- Thread
- Measuring Output Power Power output
- Replies: 1
- Forum: Biology and Medical
-
H
How to Convert Lead Compensator Output to PWM for Hexacopter Height Control?
Homework Statement Hello, I'm not looking for an answer to my problem, just some hints. Any help would be greatly appreciated. I am required to control a hexacopter, so I'm designing a lead compensator to control the height, it should be able to counteract the pull of gravity. So far I have...- huntflex
- Thread
- Output
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help
-
C
Interpretation of Linear Variable Differential Transformer (LVDT) voltage output
Good day to all Physics Forums members, I am currently undertaking a project which involves the use of a Linear Variable Differential Transformer (LVDT) to measure the distance an object makes between two points. My setup is as follows: LVDT Type: Solartron DC50 with sensitivity of 6.158...- ca2n
- Thread
- Differential Interpretation Linear Output Transformer Variable Voltage
- Replies: 1
- Forum: Electrical Engineering
-
F
MHB Help me with profit maximizing level of output
I really do not understand what my instructor taught about profit maximizing and profit earned at maximum...so please tell me how to solve them. Thank you very much! [FONT=Arial] Happy Planet drinks price change as the quantity sold changes. In particular \(p=10-0.005x\). The total cost to...- foskel
- Thread
- Output
- Replies: 3
- Forum: General Math
-
P
Voltage output for ideal diode (solutions wrong?)
I'm looking at some solutions for a problem I found. This link is http://www.etcs.ipfw.edu/~lin/MET487/2011-SumII/Lectures/Hw3_Sols-MET487-Sum2011.PDF It's page 4 problem 3.1. Okay so V_in is given to be 10cos(2∏t), but their graph for V_in makes no sense to me and consequently, V_out...- pyroknife
- Thread
- Diode Output Voltage
- Replies: 5
- Forum: Introductory Physics Homework Help
-
R
Manipulate voltage output in transimpedance amp circuit
I have a circuit (attached) that is providing too much voltage into my FPGA. I attached the circuit. The output of the transimpedance amp is sending 4.2V to my FPGA which only needs 3V. I h ave reason to believe that the 4.2V input into the FPGA is causing some weird anomalies to occur while...- Robismyname
- Thread
- Amp Circuit Output Voltage
- Replies: 4
- Forum: Electrical Engineering
-
A
Fortran Using FORTRAN to Read & Output Text Data in Column & Row Format
Hey I have a text file with 2 blocks of Data Example Numbers 1: 1,2,3,4,5,6 7,8,9,10,11 ... Numbers 2: 92,93,94,95,96 97,98,99,100,101 ... How would i use FORTRAN to read the text file and output in a column and row format.. Example 1 92 2...- abhi1117
- Thread
- Column Data Format Fortran Output Row Text
- Replies: 1
- Forum: Programming and Computer Science
-
M
MATLAB Save Matlab Output: Easy Tips for Storing and Reusing Results
I have some results in Matlab which are mainly cell arrays and numbers. I want to save these results(either in a .txt file or anywhere else) so that I can use them later to make a table, draw a graph, etc... What is the best way to do that?- math8
- Thread
- Matlab Output
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
M
Dissertation help, wind turbine output
This is a question that i am struggling to find any answer to on the internet. Doing some research for my 4th year honours dissertation. I have a wind turbine capable of producing a certain output at say windspeed of 10mph. Meaning that the wind is moving towards the turbine at 10mph...- mwatso32
- Thread
- Dissertation Output Turbine Wind Wind turbine
- Replies: 5
- Forum: Engineering and Comp Sci Homework Help
-
T
Power output of a simple generator
How do I convert the RPMs of a simple turbine (e. g. a windmill) into the power it generates? Let's say that I want to know if a single windmill of a certain size can power a refrigerator. Assume that I already know how long the blades have to be to produce the RPMs, and I know the energy...- treplag
- Thread
- Generator Output Power Power output
- Replies: 5
- Forum: Electrical Engineering
-
P
Calculating the output impedance of a function generator
Hi everyone. I'm doing an experiment where I measure the capacitance of a capacitor. However I want to make sure that the output impedance of the function generator is low (to get accurate results). My circuit is attached. How do I calculate the impedance from the information provided? Help is...- physicsforme
- Thread
- Function Function generator Generator Impedance Output
- Replies: 10
- Forum: Mechanics
-
A
Puzzled about characteristic polynomial output from my calc
Hello everyone, first time poster, long time reader here! I'm an ex-math major and while I'm no longer pursuing a degree anymore in mathematics, I still continue onwards in my spare time trying to learn as much as I can about it because it's always been something I've enjoyed partaking in and...- AdamR
- Thread
- Characteristic Output Polynomial
- Replies: 5
- Forum: Linear and Abstract Algebra
-
T
Generators and Coils vs Output Volts/Amps
I know this is a bit of a newbie question but I want to learn something about generators. I want to build a simple hand cranked generator. Just a hobby. Making coils, and using magnets is the easy part but I don't understand the specifics around this. Can anyone tell me how to determine...- tomadom
- Thread
- Coils Generators Output
- Replies: 7
- Forum: Electrical Engineering
-
T
Electric fan air output counter
hey, so let's say i have an electric fan with something like 2, 1/4 in. blades, 60 rpm, and 10 cm diameter and i want to attach it to an object and turn it on so it would fly (like a quadrotor) before i try, i want to know if it is possible by knowing how much counter force can it make on the...- thebluser
- Thread
- Air Counter Electric Fan Output
- Replies: 1
- Forum: Electromagnetism
-
C
Why is this simple output so difficult to code in C
1 1 2 1 1 2 1 2 1 1 2 1 2 1 2 1 1 2 1 2 1 2 1 2 1 I am stumped on how to do this, is it really as easy as it looks?- camel-man
- Thread
- Code Output
- Replies: 9
- Forum: Programming and Computer Science
-
R
Design a logic gate for each different output
Homework Statement http://media.newschoolers.com/uploads/images/17/00/58/56/03/585603.png Homework Equations None The Attempt at a Solution I have tried just messing around with them, and I have tried to turn this table into a "boolean" expression. I have no idea how I would begin to solve...- richyw
- Thread
- Design Gate Logic Logic gate Output
- Replies: 12
- Forum: Engineering and Comp Sci Homework Help
-
Y
Engineering NAND Logic 4 input circuit with nonstandard output
Homework Statement I have a weird boolean algebra expression for which I need to build a circuit using solely the NAND gates. There are 4 inputs A,B,C,D. From the truth table (I do not know how else to approach this question other than constructing the truth table and then trying to fit the...- YAHA
- Thread
- Circuit Input Logic Output
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
P
Electrical Engineers: Need help with thermostat output options.
I'm working on a project were I will be using Heating Plug Element- http://www.omega.com/ppt/pptsc.asp?ref=CSS_CSH&Nav=head01 I want to be able to control temperatures up to 1000 F using something likes this: http://www.omega.com/Manuals/manualpdf/M4636.pdf I would like to be able to...- pedalspikes
- Thread
- Electrical Output
- Replies: 5
- Forum: Electrical Engineering
-
A
Improving Resolution of Sensor Output
I'm working on a sensor signal conditioning circuit. The sensor output has a 2.5V DC bias with a peak-to-peak voltage swing of about 50mV. The signal output is put through a demodulator and then filter (LPF) to obtain a DC voltage proportional to the out of the sensor. The problem is I need to...- akhurash
- Thread
- Output Resolution Sensor
- Replies: 5
- Forum: Electrical Engineering
-
T
Find the Differential Equation Relating Input Voltage and Output Voltage
Hey all, I'm stuck on a dynamic systems question, it's attached as a jpeg I started off by writing nodal equations for each node: Node 1: 1/R1(ei-eA)=C1D(eA-eo)+1/R2(eA-eB) Node 2:1/R2(eA-eB)=C2D(eB) I know that I have to isolate for ei and eo but I'm really confused with...- tesla93
- Thread
- Differential Differential equation Input Output Voltage
- Replies: 5
- Forum: Engineering and Comp Sci Homework Help
-
M
Inverting Amplifier maximum output voltage
Homework Statement I'm doing a physics lab that involves an inverting amplifier. I'm pretty crap when it comes to electronics. I've discovered that the output voltage won't go past 8Vrms. The amplifier is like the one here...- moonkey
- Thread
- Amplifier Maximum Output Voltage
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help
-
A
High-Quality Output Buffer for Battery-Powered Audio Circuit | Impedance: 50Ω
Hi guys, I'm currently designing a battery powered audio circuit. I've already finished all the signal processing stuff, and now I'm looking for a suitable output buffer to drive the speaker, which is about 50Ω impedance. Some of the requirements for the op amp buffer: - Single supply...- axemaster
- Thread
- Audio Buffer Output
- Replies: 15
- Forum: Electrical Engineering