Recent content by pumas
-
P
Medical What is the Purpose of the R/2 Resistor in Augmented Limb Lead Measurements?
Hello, To measure the augmented limb lead voltages aVr, aVl and aVf two resistors of value R are used on the (-) side and a resistance R/2 on the (+) side. Could anyone please explain me what is the purpose of the R/2 resistor. I attached a picture. Thank you- pumas
- Thread
- Lead
- Replies: 14
- Forum: Biology and Medical
-
P
How to search for duplicate values in an array of integers?
Thank you for your help :smile:- pumas
- Post #4
- Forum: Programming and Computer Science
-
P
How to search for duplicate values in an array of integers?
I'm trying to search for duplicate values in a array of integers in Java. The array of intergers is sorted. Could anyone give me an idea on how to get started. :confused:- pumas
- Thread
- Array Integers Search
- Replies: 3
- Forum: Programming and Computer Science
-
P
How is phasor analysis used in nonlinear systems?
Hello, What happens when phasor analysis is applied to nonlinear systems? could someone explain me how it would work? :confused: Thanks- pumas
- Thread
- Analysis Nonlinear Nonlinear systems Phasor Systems
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
P
Comp Sci Fixing ArrayOutOfBound Error in BinarySearch
Thanks for your help- pumas
- Post #3
- Forum: Engineering and Comp Sci Homework Help
-
P
Comp Sci Fixing ArrayOutOfBound Error in BinarySearch
I'm supposed to create a method that adds intergers to an array and keep it in sorted order. I'm supposed to search for the number in the array using binarySearch. I get an error that says arrayOutOfBound I don't know how to fix this. I have written the following code: elementData is the array...- pumas
- Thread
- Error
- Replies: 3
- Forum: Engineering and Comp Sci Homework Help
-
P
Java How can I add an integer to a sorted array using binary search in Java?
Thanks for your help- pumas
- Post #4
- Forum: Programming and Computer Science
-
P
Java How can I add an integer to a sorted array using binary search in Java?
Hello, I need to write a method that adds an interger to a sorted array of integers. I'm using the following code to search for an interger in the array private static int binarySearch(int[] list, int key, int low, int high) { while (low <=...- pumas
- Thread
- Array Java Sorting
- Replies: 9
- Forum: Programming and Computer Science
-
P
Understanding the Region of Operation for CMOS Transmission Gate: VDD vs Ground
Thanks for your help- pumas
- Post #3
- Forum: Engineering and Comp Sci Homework Help
-
P
Understanding the Region of Operation for CMOS Transmission Gate: VDD vs Ground
Hello, I'm supposed to determine the region of operation of both the n-channel and the p-channel MOSFET'S when the control voltage is at VDD(5V) and both I/O terminals are at VDD. Also I have to figure out the region of operation when the control voltage is at VDD but the I/O terminals are at...- pumas
- Thread
- Cmos Gate Transmission
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
P
Which Diode is Best for Charging and Maintaining Capacitor Charge?
Thanks for your help :smile:- pumas
- Post #3
- Forum: Engineering and Comp Sci Homework Help
-
P
Which Diode is Best for Charging and Maintaining Capacitor Charge?
Hello, In lab the reverse leakage current of 4 different diodes was measured. Then ranked from smallest to biggest. Then we are asked to decide which diode would be most suitable for charging up a capacitor and allowing the capacitor to keep its charge for the longest period of time? I...- pumas
- Thread
- Capacitor Diode
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help