Search
Hi All, I have a query regarding the cable sizing and motor starting. I have a 200HP motor to feed Low voltage power @480V. The distance between the substation and the motor is 2000m. Voltage dro...
This problem investigates the behavior of the voltage across the capacitor in response to a step input: - I am asked to find the voltage Vc(t) without the use of differential equations or simula...
Talk to your board house. 4 mil slop for the soldermask around pads is excessive. Leaving 4 mils is fine for larger parts, but as you say, it doesn't work for fine pitch. The main reason for mak...
without the use of differential equations or simulation Then use Laplace transforms to derive the transfer function. Multiply it by 1/s to get the Laplace result when a step is applied then, u...
I don't find any of such cables, and the discussions on the web revolve around SATA being point-to-point and not designed for networked or shared storage. However, if one'd build a cable that is j...
Why can the channel capacity C of the additive white gaussion noise (AWGN) channel be denoted in different ways and how do they relate to each other? Examples: C = (1/2) * log2(1 + SNR) [bit?] ...
The other answers are excellent justification to the the industry standards imposed on CMOS logic. The historical migration to smaller lithography CMOS led to lower Cds values which led to faster ...
Adding to what Lundin said (+1): s is seconds, S is siemens (1/Ω). What we write here is inherently HTML. Greek characters like µ and Ω are defined as HTML entities, and can always be writte...
The spec 79V 0.5 ohm 5ms = 62.41 Joules . The TVS must be rated for a low temp. rise at this energy dump or higher. MOV's are limited by the number of discharges as the oxide wears out, but may be...
I've noticed there are a lot of tags referring to general physical quantities (e.g. current, voltage, frequency) I'm not sure if they are useful. For example, what usage would have the tag voltage...
Volt/Hz 176V / 60 ? Offtopic The motor appears to quite beefy from those specs, is it a traction motor? If it is a traction motor for a motor vehicle, driving it closed (FOC) loop will be nigh...
Actually I think this is a really good question. It's kind of more historical though I guess (and I don't know the historical answer either, but from building products perspective I think this is...
I used to live in the United States, and my microwave ovens' turntables turned at six rotations per minute (RPM). I now live in Israel, and my microwave oven's turntable rotates at five RPM. Annoye...
I have no record in electrical engineering; this is a total outsider question which might be grasped absurd. Wikipedia defines EMP as: An electromagnetic pulse (EMP), also sometimes called a tr...
module full_adder #(parameter WIDTH = 4) (input logic [WIDTH - 1: 0] a, b, input logic carry_in, output logic carry_out, output logic [WIDTH - 1: ...
Here is a video of the AN/PRM10, and here is a schematic (I believe the image can be zoomed): As most commercial grid dip meters produced in the past, this one possesses several functions in ad...
As an alternative to doing the math, as detailed in Andy's answer, you can use a graphical aid called a Smith chart: These were used routinely before computers to match transmitters to antennas. ...
$\color{purple}{\text{Are we there yet?}}$ No, it's not ready: - The embed image doesn't seem to work anymore on the EE part of the site and neither does it work here. It did yesterday because I a...
A work around has been found for this and I'm sure this will get a proper fix before long: - Go to the edit button for your answer (for example) and press it Notice that there is no live preview s...
I've been experimenting with LC filter circuits on the output of a SMPS I recently bought because it was too high for the circuit I'm making. After hooking up many different combinations, I found t...
It is well known that it is difficult to filter the noise generated by switching power supplies, and this difficulty increases as the PSU is supposed to deliver large currents. For example, in a us...
While the terminology is similar to that of microcontrollers, and of CPUs in general, the "register" term here is specific to energy meters. Essentially, this board is a very basic version of a sma...
They aren't specific to the project, but to the MCU. As long as you use the same MCU for multiple projects, they will be code compatible. Some hardware peripherals are even code compatible between ...
I'm curious about FPGAs and would eventually like to get into them sometime during the future, so I'd like to ask three broad questions to help orient myself: In what applications are FPGAs the m...
First, that's an archaic chip that requires a lot of circuitry around it to do anything useful. Why use this particular chip? Second, the datasheet gives you an example of how to use this part as ...