The transfer tag has no wiki summary.
2
votes
2answers
101 views
Wireless transmission of energy through a layer of non-conductive material
Is it possible to effectively transmit energy by electromagnetical induction?
I have a plate of nonconductive material (5-10 mm) and I would like to transfer electrical energy from circuit on one side ...
1
vote
1answer
69 views
circuit for any second order system
What circuit, with a single input and a single output, has a transfer function that looks like this:
\$H(s)=\frac{\omega_n^2}{s^2+2\omega_n \zeta s+\omega_n^2}\$ (second order system)?
-2
votes
1answer
65 views
spidev_test.c analysis [closed]
I'm trying to connect a Raspberry Pi with a PIC32 through SPI. For RPi I'm using the spidev_test.c code (I'm modifying it to suit my needs) but... because I'm a novice in programming hardware, I'm ...
3
votes
4answers
240 views
Is it practically possible to transfer electrical power around the World by wires?
Assume that we installed plenty of solar cells in all continents; mainly in Asia, Africa and America. Can we transfer the electrical power harvested from them around the World through wires? So that ...
0
votes
2answers
112 views
Transfer function of frequency shifted signal
I have a system controled by the function \$i(t)\$ and described by
this time-domain equation,
$$l(t)=A+\frac{Pi(t)}{CK}-\frac{Pi(t)-CK(O-A)}{CK}e^{-Kt}$$
Taking the Laplace transform I get this,
...
1
vote
3answers
299 views
Transfer Function and Bode Plot from Poles and Zeroes
I've got the following bode plot from a black box:
I've calculated the zero to be 1055 and pole to be 67. Thus I'm using the transfer function \$H(s) = (s-1055)/(s-67)\$ but this gives a clearly ...
3
votes
1answer
283 views
Can you find the transfer function of two cascaded networks if you know their individual transfer functions?
If you have network N1 with transfer function H1 and network N2 with transfer function H2, is there a way to find the transfer function H3 for the network produced when cascading N1 and N2 (and ...