I have a pretty basic understanding of electronics. I know that resistors resist the flow of electrons. Capacitors store energy in an electric field, inductors store energy in a magnetic field, diodes allow current to flow in one direction, transistors are used for amplification or as switches, etc. I also know how to analyze circuits like this with differential equations or phasors. However, I can’t ever put this into practical use. Like if I see a schematic I can kind of understand how it works, but I certainly couldn’t have come up with the design by myself. For my own edification I am trying to understand how data transmission works – both wired and wireless.
1. For instance, start with wired data transmission. Suppose I am transmitting a digital signal. I have a wire in California and another one 3,000 miles away in Florida. I am transmitting binary 101 at a frequency of 1 Hz to Florida. Does this accurately represent the potential of the wire at a given time?
Time = 0 sec - CA 000000000000000000000 FL (intially nothing being sent)
Time = 0.1 sec – CA 11111111111111111111 FL
Time = 0.9999 . . . 9 – CA 1111111111111111 FL (just before switching)
This is where I am confused. I am not sure if the potential of the line changes instantaneously
Time = 1 sec – CA 000000000000000000000 FL (entire wire instantaneously changes potential)
or
Time = 1 sec – CA 000000000000 . . 11111111 FL (signal propagates through wire at speed of light)
Where in the second instance there is some brief period of time where closer towards Florida the line is a logic 1 and closer to California the line is a logic 0. Part of me is leaning towards it being the second because the signal will travel at the speed of light there is some finite, albeit very small time, where the logic 0 hasn’t made it (3000 miles/670 616 629 mph * 3600 seconds/hour = ~16.1ms for the signal to travel from California to Florida) to Florida. But I have always heard that the potential of a conductor is constant.
Does that make any sense?
2. My next question relates to bandwidth. We all have heard about how fiber optics have allowed for much higher data transmission rates. Why, or more specifically, how? I know that some optical fibers allow for dense wavelength division multiplexing (basically frequency division multiplexing using colors of light), but why does this allow for more data to be sent? You can’t transmit the data any faster since through copper since you can already send it at the speed of light. You can’t send any more data since you can send multiple signals via frequency division multiplexing in both copper and fiber. It seems, to me, that the only difference between the two would be in the amount of loss or electromagnetic interference each transmission medium would have or what physical device in California is used to put the signal on the line. Can they put it on the fiber more quickly than on copper which would allow for more bandwidth?
3. I have cable and DSL internet coming into my home. So I can only have 1 wire coming into my house, the internet and cable share a line. I have a 10 Mhz splitter coming into my house to divide the two signals up and send one to my cable modem and the other to my TV. How does the splitter know which signal is which? I assume that digital signals are coming into the splitter, bifurcated, and then sent to two filters which I assume is just a low pass and a high pass filter each allowing a certain frequency spectrum through. But I don’t understand how this would work in real life.
4. I can’t seem to wrap my head around how antennas work for wireless transmission. Suppose I wanted to create an FM transmitter. Basically you would need a microphone to get the person’s voice. Some kind of amplifier to increase the voltage level. Then something to modulate the signal onto a carrier signal in the FM frequency band. Then this signal has to be transmitted through the air via an antenna. How would you get this to work? The way I understand it, any electrical current passing through a wire creates a magnetic field. Is an antenna basically a wire used to create a magnetic field that another antenna picks up, amplifies, and then plays through a speaker? Wouldn’t this have to be a pretty large current for any significant distance? Seems to me that there would be tons of electromagnetic interference with all the electronic devices around. How would the antenna shape or size effect this? I imagine you would need a lot of power to transmit audio from a radio station or from outer space.
I see schematics and they have inductors here and capacitors there, a transformer or two, etc. Besides the basics of capacitors help to keep voltage steady and reduce noise, inductors can keep current steady via the magnetic field, and transformers scale a voltage up or down with a corresponding effect on the current to keep power about the same, I have no idea when to do what.
I hope I used the correct terminology, and that this is at least somewhat coherent. Can anyone recommend a book with real life, practical examples that would explain a lot of this? I have taken several electrical engineering courses, but frankly, I can analyze the things using phasors, differential equations, or PSPICE, but I couldn’t do anything electrical in the real world to save my life. I am a software guy anyway so I guess it doesn’t really matter in the grand scheme of things, but I would still like to know.
Please let me know if you need clarification. My brain is pretty scattered sometimes, and I have problems articulating my thoughts.