The Twisted-Pair Telephone Transmission Line

Total Page:16

File Type:pdf, Size:1020Kb

The Twisted-Pair Telephone Transmission Line High Frequency Design From November 2002 High Frequency Electronics Copyright © 2002, Summit Technical Media, LLC TRANSMISSION LINES The Twisted-Pair Telephone Transmission Line By Richard LAO Sumida America Technologies elephone line is a This article reviews the prin- balanced twisted- ciples of operation and Tpair transmission measurement methods for line, and like any electro- twisted pair (balanced) magnetic transmission transmission lines common- line, its characteristic ly used for xDSL and ether- impedance Z0 can be cal- net computer networking culated from manufactur- ers’ data and measured on an instrument such as the Agilent 4395A (formerly Hewlett-Packard HP4395A) net- Figure 1. Lumped element model of a trans- work analyzer. For lowest bit-error-rate mission line. (BER), central office and customer premise equipment should have analog front-end cir- cuitry that matches the telephone line • Category 3: BWMAX <16 MHz. Intended for impedance. This article contains a brief math- older networks and telephone systems in ematical derivation and and a computer pro- which performance over frequency is not gram to generate a graph of characteristic especially important. Used for voice, digital impedance as a function of frequency. voice, older ethernet 10Base-T and commer- Twisted-pair line for telephone and LAN cial customer premise wiring. The market applications is typically fashioned from #24 currently favors CAT5 installations instead. AWG or #26 AWG stranded copper wire and • Category 4: BWMAX <20 MHz. Not much will be in one of several “categories.” The used. Similar to CAT5 with only one-fifth Electronic Industries Association (EIA) and the bandwidth. the Telecommunications Industry Association • Category 5: BWMAX <100 MHz. Have tightly (TIA) define some North American standards twisted pairs for low crosstalk. Used for fast for unshielded twisted-pair cables and classify ethernet 100Base-T, 10Base-T. #22AWG or them into categories based upon deployment #24 AWG wire pairs. requirements. EIA/TIA-568A, for example, is a • Category 6: BWMAX <350 MHz. Under devel- commercial building telecommunications opment. wiring standard. • Category 7: BWMAX <600 MHz. Under development. • Category 1: BWMAX <1 MHz. No perfor- mance criteria. Good only for analog voice A Bit of Derivation communication, RS232, RS422 and ISDN, Recall a transmission line model composed but not for data. Used in POTS (Plain Old of discrete resistors, capacitors and inductors. Telephone System). A length x of transmission line can conceptu- • Category 2: BWMAX <1 MHz. Used in tele- ally be divided into a large (infinite) number of phone wiring. increments of length ∆x (dx) such that the 20 High Frequency Electronics High Frequency Design TRANSMISSION LINES series and shunt Rs, Ls and Cs are given as shown in Figure 1. G (=1/Rshunt) could have been given a resistor “Rshunt” label, but analytically it is often simpler to deal with reciprocal resistance values for shunt resistors. There are many old and new textbooks on electricity and magnetism in which transmission line derivations can be found [for Figure 2 · A balanced line model in three increments. example, References 6, 7, 8 and 9]. A real twisted pair telephone line has resistance, capacitance and inductance distributed equally between both wire members of the pair as shown above (Figure 2) in a segment of line approximated by three segments of length ∆x. For math- ematical modeling, however, the single-sided model of Figure 1 is easier to comprehend and analyze. An ideal transmission line would be lossless; that is, R = 0 and G = 0 (i.e., Rshunt = ∞), as represented in Figure 3. For such a line, the characteristic impedance is given by the familiar formula Figure 3 · Lumped element model of an ideal lossless line. L′ L Z = = (1) 0 C′ C value due to frequency dependent dielectric loss. Consequently, |Z0| measured at one frequency will not However, for a real transmission line, the characteris- necessarily be the same as |Z0| measured at another fre- tic impedance is quency. This deviation is especially notable at the audio frequencies (up to 100 kHz). As a rule of thumb, it is advisable to conduct characteristic impedance measure- RiL′ + ω ′ Z = (2) ments at frequencies greater than or equal to 100 kHz, 0 GiC′ + ω ′ where |Z0| begins to approach an asymptotic value. From Equation 2, we can calculate the complex valued Z0. where Introduce u as a temporary additional variable to avoid clutter and confusion in the derivation. Then, ′ = dR ′ = dL ′ = dC ′ = dG R ,,,L C G ′ + ω ′ ()′ + ωω′ ()′ + ′ dx dx dx dx ==2 RiL= RiLGiC uZ0 GiC′ + ω ′ GC′222+ω ′ are the longitudinal derivatives of resistance, inductance, (3) capacitance, and admittance along the line. Keep in mind ()RG′′+ω 2 L′CiLGRC′′ + ω ()′′− ′′ that Z is a complex valued function. The values of these = 0 GC′222+ω ′ parameters and their tolerances can be found tabulated in the catalogs of cable manufacturers, usually under the 2 designation “RLCG parameters.” Some engineers make ()RG′′+ωω2 LC′′ + 2 () LG′′− RC′′2 uu* == u 2 impedance magnitude measurements at 1 kHz and are 2 (4) puzzled why their measured values do not agree with ()GC′222+ω ′ manufacturers’ data. Each of the parameters R', L', C', and G' is frequency dependent. For example, R' will change in value due to skin effect, and G' will change in 22 High Frequency Electronics High Frequency Design TRANSMISSION LINES 2 ()RG′′+ωω2 LC′′ + 2 () LG′′− RC′′2 ∴=u (5) GC′222+ω ′ 2 4 ()RG′′+ωω2 LC′′ + 2 () LG′′− RC′′2 == Zu0 (6) GC′222+ω ′ We now can use Equation 6 to calculate the magnitude of Z0. Remember that Z0 is a complex quantity, Z0 = R0 + iX0 (7) Figure 4 · A plot of characteristic impedance versus fre- where R0 is the real part (resistance) of Z0 and X0 is the quency. imaginary part (reactance) of Z0. If X0 > 0, then the reac- tance is inductive, and if X0 < 0, then the reactance is capacitive. Computer Calculations A computer program (listing in Table 1), written in Frequency Dependence of Transmission Line TrueBASIC, calculates and tabulates values of |Z0| and Parameters plots them as a function of frequency. As frequency gets There are a number of continuous equations that can larger and larger, the value of |Z0| approaches an asymp- be used to express R', L', C', and G' as functions of fre- totic value. The source code is also useful as pseudo-code quency. Here, we use some equations and parameter val- for writing a Z0 program in any programming language. ues found in Reference [4] and consider #24 AWG twisted This impedance is that of a real transmission line; that is, pair copper wire. the transmission line has electrical leakage characterized by the conductance per unit length, G'. The program per- forms these functions: 1 Rf′()= (8) 11 + • Use Equations 8 through 11 to compute R', L', C' and G' 4 ′42+ 4 ′42+ RafRaf0cc0 ss at specific frequencies. • Substitute these values into Equation 6 to obtain the b magnitude of the characteristic impedance for various f LL′ + ∞′ frequencies. 0 fm Lf′()= (9) • Plot the magnitude of cable characteristic impedance as b f a function of frequency (as in Figure 4). 1 + fm Measuring Characteristic Impedance Z0 Use an impedance measuring instrument such as a − ′ = ′ + ′ ce Cf() C∞ Cf0 (10) Hewlett-Packard (Agilent) HP4395A network analyzer and HP43961A impedance test adapter. Manufacturer’s specification guarantees impedance measurement accu- ′ = ′ ge Gf() Gf0 (11) racy down to 100 kilohertz; however, lower frequencies can be included with reduced accuracy, especially to com- pare data with that in Figure 4 or to focus attention on Similar equations can be found in Reference [3], [5] the lower frequency range occupied by ADSL signals. For and in a number of other sources. example, we set the lower frequency to 10 kilohertz to 30 In the above equations we use primes to express kilohertz in our laboratory. For the purposes of this paper, derivatives. More often than not, in texts on electromag- however, set up the instrument to measure magnitude of netic theory, transmission lines and in other literature impedance from 100 kilohertz to 1 megahertz. Measure (and in References [3] and [4]), the primes are omitted open-circuit impedance, Z (with the other end of the line and the derivative sense is understood. open; that is, not connected to anything). Then measure 24 High Frequency Electronics High Frequency Design TRANSMISSION LINES the short-circuit impedance Z' (with ! The name of this TrueBASIC program is Z0.TRU. ! The purpose of this program is to compute the characteristic impedance, Z0, the other end of the line short-circuit- ! of a twisted pair wire line as a function of frequency. The resistance per ed). The characteristic impedance of ! unit length, capacitance per unit length, and inductance per unit length the line, Z0,is ! as a function of frequency are first computed. = ′ ! The values provided below in the initialization of this program Z0 ZZ (12) ! are found in Reference 4. ! r = dR/dx, l = dL/dx, c = dC/dx, g = dG/dx, etc. R', L', C', and G' all vary with fre- ! #24 AWG twisted pair copper wire for telecommunications. quency. Hence, Z0 also varies with frequency. However, Z (f) monotoni- LIBRARY "D:\TB Gold\tblibs\sglib.trc" 0 cally decreases and approaches an asymptote, Z . If only one or two fre- DIM x(2,1000), y(2,1000), legends$(2) 0 MAT READ legends$ quencies are available for measure- DATA A,B ment, choose frequencies greater option nolet than or equal to 100 kHz. Consider the following twisted- r0c = 174.55888 ! Ohms, resistance/km. pair cable: r0s = 1E20 ! infinity Berk-Tek telephone cable, part ac = 0.053073481 number 530462-TP, Category 3, PVC, as = 0 non-plenum, # 24AWG, 4 unshielded 5 twisted-pairs (UTP), Nominal charac- l0 = 617.29539E-6 ! Henries, inductance/km.
Recommended publications
  • Digital Subscriber Line (DSL) Technologies
    CHAPTER21 Chapter Goals • Identify and discuss different types of digital subscriber line (DSL) technologies. • Discuss the benefits of using xDSL technologies. • Explain how ASDL works. • Explain the basic concepts of signaling and modulation. • Discuss additional DSL technologies (SDSL, HDSL, HDSL-2, G.SHDSL, IDSL, and VDSL). Digital Subscriber Line Introduction Digital Subscriber Line (DSL) technology is a modem technology that uses existing twisted-pair telephone lines to transport high-bandwidth data, such as multimedia and video, to service subscribers. The term xDSL covers a number of similar yet competing forms of DSL technologies, including ADSL, SDSL, HDSL, HDSL-2, G.SHDL, IDSL, and VDSL. xDSL is drawing significant attention from implementers and service providers because it promises to deliver high-bandwidth data rates to dispersed locations with relatively small changes to the existing telco infrastructure. xDSL services are dedicated, point-to-point, public network access over twisted-pair copper wire on the local loop (last mile) between a network service provider’s (NSP) central office and the customer site, or on local loops created either intrabuilding or intracampus. Currently, most DSL deployments are ADSL, mainly delivered to residential customers. This chapter focus mainly on defining ADSL. Asymmetric Digital Subscriber Line Asymmetric Digital Subscriber Line (ADSL) technology is asymmetric. It allows more bandwidth downstream—from an NSP’s central office to the customer site—than upstream from the subscriber to the central office. This asymmetry, combined with always-on access (which eliminates call setup), makes ADSL ideal for Internet/intranet surfing, video-on-demand, and remote LAN access. Users of these applications typically download much more information than they send.
    [Show full text]
  • Catv Cabling System
    NYULMC AMBULATORY CARE CENTER – FIT-OUT PHASE 1 Perkins & Will Architects PC 222 E 41st ST, NYC Project: 032698.000 Issued for GMP March 15, 2017 SECTION 27 41 33 CATV CABLING PART 1 - GENERAL 1.1 SYSTEM DESCRIPTION A. Furnish and install a complete and fully operational Television Signal Distribution System capable of delivering up to 158 video channels (6 MHz NTSC Channels containing NTSC, ATSC and QAM modulated programs) and IP Video over an installed Category 6A unshielded twisted pair cable system. The System shall utilize a cable plant comprised of a TIA/EIA 568 compliant horizontal distribution cable system and a coaxial and/or single mode fiber backbone system. The System shall employ Active Automatic Gain Control Electronics to adjust the video signal levels to each TV and shall be capable of supporting up to 14,000 connected devices. The System shall support bi-directional RF transmission for backbone interconnections. Include amplifiers, power supplies, cables, outlets, attenuators, hubs, baluns, adaptors, transceivers, and other parts necessary for the reception and distribution of the local CATV signals. Back-feed existing campus system. (CAT 5e is acceptable to 117 channels) B. Distribute cable channels to TV outlets to permit simple connection of EIA standard Analog/Digital television receivers. C. Deliver at outlets monochrome and NTSC color television signals without introducing noticeable effect on picture and color fidelity or sound. Signal levels and performance shall meet or exceed the minimums specified in Part 76 of the FCC Rules and Regulations D. Provide reception quality at each outlet equal to or better than that received in the area with individual antennas.
    [Show full text]
  • HD Television on Cat 5/6 Cable Cable TV on Cat 5/6 Cable
    HD Television on Cat 5/6 Cable Cable TV on Cat 5/6 Cable Innovative Technology .... Exceptional Quality! The Lynx® Television Network Distributes up to 640 digital Increases flexibility for moves, adds channels on Cat 5 or Cat 6 cable and changes Excellent for cable TV, SMATV, or Improves reliability off-air television distribution Creates a technology bridge to Simplifies cabling requirements Internet TV and IPTV The Lynx Television Network simultaneously simplifies installation, standardizes the wiring, delivers up to 210 HDTV channels, 640 and reduces maintenance requirements. standard digital channels, or 134 analog channels on Cat 5 or Cat 6 cable. Frequency The Lynx Network increases system flexibility capabilities are 5 MHz to 860 MHz. because moves, adds, and changes are easy with Cat5/6 cable. A Lynx hub in the wiring closet converts an unbalanced coaxial signal into eight or A homerun wiring design improves reliability sixteen balanced signals transmitted on because there are no taps or splitters between twisted pair cables. At the point of use a the distribution hub and the TV. wallplate F or single port converter changes the signal back to coaxial form. The Lynx Network also provides a “technology bridge” to Internet TV and IPTV by setting up the cabling that these technologies use. A patented RF balun is the centerpiece of the Lynx design. A pair of send / receive baluns delivers a clean RF signal to each TV (on pair four). The baluns use an RF technology that delivers HD, digital, and analog channels on network cables without using any bandwidth Wallplate F Single port converter on the network itself.
    [Show full text]
  • Introduction to Digital Subscriber's Line (DSL) Chapter 2 Telephone
    Introduction to Digital Subscriber’s Line (DSL) Professor Fu Li, Ph.D., P.E. © Chapter 2 Telephone Infrastructure · Telephone line dates back to Bell in 1875 · Digital Transmission technology using complex algorithm based on DSP and VLSI to compensate impairments common to phone lines. · Phone line carries the single voice signal with 3.4 KHz bandwidth, DSL conveys 100 Compressed voice signals or a video signals. 1 · 15% phones require upgrade activities. · Phone company spent approximately 1 trillion US dollars to construct lines; · 700 millions are in service in 1997, 900 millions by 2001. · Most lines will support 1 Mb/s for DSL and many will support well above 1Mb/s data rate. Typical Voice Network 2 THE ACCESS NETWORK • DSL is really an access technology, and the associated DSL equipment is deployed in the local access network. • The access network consists of the local loops and associated equipment that connects the service user location to the central office. • This network typically consists of cable bundles carrying thousands of twisted-wire pairs to feeder distribution interfaces (FDIs). Two primary ways traditionally to deal with long loops: • 1.Use loading coils to modify the electrical characteristics of the local loop, allowing better quality voice-frequency transmission over extended distances (typically greater than 18,000 feet). • Loading coils are not compatible with the higher frequency attributes of DSL transmissions and they must be removed before DSL-based services can be provisioned. 3 Two primary ways traditionally to deal with long loops • 2. Set up remote terminals where the signals could be terminated at an intermediate point, aggregated and backhauled to the central office.
    [Show full text]
  • Digital Subscriber Lines and Cable Modems Digital Subscriber Lines and Cable Modems
    Digital Subscriber Lines and Cable Modems Digital Subscriber Lines and Cable Modems Paul Sabatino, [email protected] This paper details the impact of new advances in residential broadband networking, including ADSL, HDSL, VDSL, RADSL, cable modems. History as well as future trends of these technologies are also addressed. OtherReports on Recent Advances in Networking Back to Raj Jain's Home Page Table of Contents ● 1. Introduction ● 2. DSL Technologies ❍ 2.1 ADSL ■ 2.1.1 Competing Standards ■ 2.1.2 Trends ❍ 2.2 HDSL ❍ 2.3 SDSL ❍ 2.4 VDSL ❍ 2.5 RADSL ❍ 2.6 DSL Comparison Chart ● 3. Cable Modems ❍ 3.1 IEEE 802.14 ❍ 3.2 Model of Operation ● 4. Future Trends ❍ 4.1 Current Trials ● 5. Summary ● 6. Glossary ● 7. References http://www.cis.ohio-state.edu/~jain/cis788-97/rbb/index.htm (1 of 14) [2/7/2000 10:59:54 AM] Digital Subscriber Lines and Cable Modems 1. Introduction The widespread use of the Internet and especially the World Wide Web have opened up a need for high bandwidth network services that can be brought directly to subscriber's homes. These services would provide the needed bandwidth to surf the web at lightning fast speeds and allow new technologies such as video conferencing and video on demand. Currently, Digital Subscriber Line (DSL) and Cable modem technologies look to be the most cost effective and practical methods of delivering broadband network services to the masses. <-- Back to Table of Contents 2. DSL Technologies Digital Subscriber Line A Digital Subscriber Line makes use of the current copper infrastructure to supply broadband services.
    [Show full text]
  • Baluns & Common Mode Chokes
    Baluns & Common Mode Chokes Bill Leonard N0CU 5 August 2017 Topics – Part 1 • A Radio Frequency Interference (RFI) Problem • Some Basic Terms & Theory • Baluns & Chokes • What is a Balun • Types of Baluns • Balun Applications • Design & Performance Issues • Voltage Balun • Current Balun • What is a Common Mode Choke • How a Balun/Choke works Topics – Part 2 • Tripole • Risk of Installing a Balun • How to Reduce Common Mode currents • How to Build Current Baluns & Chokes • Transmission Line Transformers (TLT) • Examples of Current Chokes • Ferrite & Powdered Iron (Iron Powder) Suppliers Part 1 RFI Problem • Problem: • Audio started coming thru speakers of audio amp: • When transmitting > 50W SSB • 20M & 40m (I didn’t check any other bands) • No other electronics affected • Never had this problem before • Problem would come and go for no apparent reason RFI Problem – cont’d • Observations • Intermittent: problem was freq dependent • RF Power level dependent • Rotating the 20 M beam appeared to have no effect • No RFI with dummy load • AC line filter had no effect • Common Mode Choke on transmission line to house had no effect • Caps (180 pF) on speaker terminals on audio amp made problem worse • Caution: don’t use large caps (ie., 0.01 uF) with solid state amps => damage • Disconnecting 4 of 5 speakers from the audio amp eliminated problem • The two speakers with the longest cables were picking up RF • Both of these speakers needed to be connected to the amp to have the problem • Length of cable to each speaker ~30 ft (~1/4 wavelength on
    [Show full text]
  • CALRAD 70 Series - Telephone Accessories
    CALRAD 70 series - telephone accessories CALRAD’S NEW TELEPHONE HEADSETS HANDS FREE TELEPHONE HEADSETS Calrad’s telephone headsets help reduce phone fatigue and provides hands-free convenience for working on computer data entry, taking notes, and in fact do the work you need to do and talk on the phone at the same time. Adjustable volume control, telephone/headset selection switch, voice mute button. All units come with base unit, headset, and cables. 70-600 TELEPHONE LINE POWERED This unit works directly when connected to your telephone. Requires two AA batteries, not included. 70-601 BATTERY POWERED This unit works with most home type instruments. A selectable configuration switch is provided on the side of the unit for easy interfacing to your telephone equipment. This unit connects to your handset jack on the telephone. Two AA batteries not included. 70-602 BATTERY / DC POWERED This unit works with most business type instruments. A selectable configuration switch is provided on the side of the unit for easy interfacing to your telephone equipment. This unit easily connects to your handset jack on the telephone. A small opening on the front of the unit is provided so that a small phillips screwdriver can be used to adjust the microphone gain. Two AA batteries/AC adapter not included. AC adapter is 45-756-S. FLUSH MOUNT, SINGLE-JACK FLUSH MOUNT, MODULAR WALL PLATES DECORA STYLE For new construction or conversion to modular instruments. Screw terminals. MODULAR WALL PLATES 70-403 ..................................................4-Wire, Ivory Wall plates designed to accept 70-403-W ..........................................4-Wire, White modular plugs.
    [Show full text]
  • 900152-001-How to Make CAT-5 Twisted-Pair Network Cables
    April 2005 900152-001 - Rev 00 How to make category 5 twisted-pair network cables Introduction The purpose of this document is to show you how to make the two kinds Stranded wire patch cables are often specified for cable segments running of category 5 twisted-pair network cables that can be used to network one from a wall jack to a PC and for patch panels. They are more flexible than or more countertops together with a jukebox to form quick and simple solid core wire. However, the rational for using it is that the constant local area network (LAN). flexing of patch cables may wear-out solid core cable-break it. Also, stranded cable is susceptible to degradation from moisture infiltration, may use an alternate color code, and should not be used for cables longer LANs simplified than 3 Meters (about 10 feet). A LAN can be as simple as two units, each having a network interface card CAT 5 cable has four twisted (NIC) or network adapter and running network software, connected pairs of wire for a total of eight together with a crossover cable. The next step up would be a network individually insulated wires. consisting of (the hub performs the crossover function). Each pair is color coded with one wire having a solid color (blue, orange, green, or brown) twisted around a second wire with a white background and a stripe of the same color. The solid colors may have a white stripe in some cables. Cable colors are commonly described using the background color followed by the color of the stripe; e.g., white-orange is a cable with a white background and an orange stripe.
    [Show full text]
  • Transmission Lines — a Review and Explanation
    ECE 145A/218A Course Notes: Transmission Lines — a review and explanation An apology 1. We must quickly learn some foundational material on transmission lines. It is described in the book and in much of the literature in a highly mathematical way. DON'T GET LOST IN THE MATH! We want to use the Smith chart to cut through the boring math — but must understand it first to know how to use the chart. 2. We are hoping to generate insight and interest — not pages of equations. Goals: 1.Recognize various transmission line structures. 2.Define reflection and transmission coefficients and calculate propagation of voltages and currents on ideal transmission lines. 3.Learn to use S parameters and the Smith chart to analyze circuits. 4.Learn to design impedance matching networks that employ both lumped and transmission line (distributed) elements. 5.Able to model (Agilent ADS) and measure (network analyzer) nonideal lumped components and transmission line networks at high frequencies What is a transmission line? ECE 145A/218A Course Notes Transmission Lines 1 Coaxial : SIG GND sig "unbalanced" Microstrip: GND Sig 1 Twin-lead: Sig 2 "balanced" Sig 1 Twisted-pair: Sig 2 Coplanar strips: Coplanar waveguide: ECE 145A/218A Course Notes Transmission Lines 1 Common features: • a pair of conductors • geometry doesn't change with distance. A guided wave will propagate on these lines. An unbalanced line is characterized by: 1. Has a signal conductor and ground 2. Ground is at zero potential relative to distant objects True unbalanced line: Coaxial line Nearly unbalanced: Coplanar waveguide, microstrip Balanced Lines: 1.
    [Show full text]
  • Analysis and Performance of Antenna Baluns
    Analysis and Performance of Antenna Baluns Lotter Kock Thesis presented in partial fulfilment of the requirements for the degree of Master of Science in Electronic Engineering at the University of Stellenbosch Study Leader: Prof. K.D. Palmer April2005 Stellenbosch University http://scholar.sun.ac.za - Declaration - "I, the undersigned, hereby declare that the work contained in this thesis is my own original work and that I have not previously in its entirety or in part submitted it at any university for a degree." Stellenbosch University http://scholar.sun.ac.za Abstract Data transmission plays a cardinal role in today's society. The key element of such a system is the antenna which is the interface between the air and the electronics. To operate optimally, many antennas require baluns as an interface between the electronics and the antenna. This thesis presents the problem definition, analysis and performance characterization of baluns. Examples of existing baluns are designed, computed and measured. A comparison is made between the analyzed baluns' results and recommendations are made. 2 Stellenbosch University http://scholar.sun.ac.za Opsomming Data transmissie is van kardinale belang in vandag se samelewing. Antennas is die voegvlak tussen die lug en die elektronika en vorm dus die basis van die sisteme. Vir baie antennas word 'n balun, wat die elektronika aan die antenna koppel, benodig om optimaal te funktioneer. Die tesis omskryf die probleemstelling, analiese en 'n prestasie maatstaf vir baluns. Prakties word daar gekyk na huidige baluns se ontwerp, simulasie, en metings. Die resultate word krities vergelyk en aanbevelings word gemaak. 3 Stellenbosch University http://scholar.sun.ac.za Acknowledgements First and foremost, I would like to thank God for affording me this life.
    [Show full text]
  • Voip My House -- How to Quickly Distribute a Voip Phone Line to Your Entire House Voip My House How to Quickly Distribute a Voip Phone Line to Your Entire House
    VoIP My House -- How to quickly distribute a VoIP phone line to your entire house VoIP My House How to quickly distribute a VoIP phone line to your entire house - Unlimited calling to U.S. and over 60 other countries - $10/month for 6 months, then $28/month - Sign up and get a $50 e-gift card - Get full details TIP: Review this entire web page article before working on your house, especially the DSL warning [§20] and Disclaimer [§23]. 1. VoIP - the new way 10. Ringer Equivalence 20. DSL warning 2. POTS - the old way Number 21. The cost of 'always 3. VoIP advantages 11. Twisted Pairs on' 4. VoIP disadvantages 12. Structured Wiring 22. More Information 5. POTS network 13. Alarm systems 23. Disclaimer interface 14. Color coding standards 24. Feedback 6. POTS phone jack 15. Safest VoIP solution 7. VoIP phone jack 17. Phone line polarity 8. The VoIP solution 18. Splicing wires 9. An ounce of 19. Verizon sucks prevention 1. VoIP - Phone service the new way VoIP = Voice over IP (internet) Most of us have high speed Internet in our homes -- so why not use the Internet to connect your whole house directly to a new (and cheaper) phone company's network? Quite simply, that is what VoIP can do for you. VoIP: 'Voice over IP': Connecting to a newer phone company's network directly (via the Internet instead of by dedicated copper wire), providing you with a device which provides phone service (a dial tone). And yes, you can connect your whole house to VoIP [§8], and you can continue to use all of the phones that you are using right now.
    [Show full text]
  • PA881, PA884 & PA885 S/PDIF Digital Audio Baluns
    PA881, PA884 & PA885 S/PDIF Digital Audio Baluns S/PDIF SIGNAL ETS ETS Receiving PA881 OR PA881 OR Equipment SOURCE PA884 PA884 utp Typical Use(s) Diagram Coax 75 ohm Features/Advantages Description Applications • Converts S/PDIP digital The ETS S/PDIF-compliant products convert digital • Broadcast Control Rooms audio between balanced audio signals from Unshielded Twisted Pair (UTP) 100 ohm UTP and cable to coax. Used for temporary setups, as well as • Recording Studios unbalanced 75 ohm in permanent locations where coax is already in place, BNC it’s less costly than pulling fresh UTP. The PA881 and • Post-Production Facilities PA884 baluns provide viable and dependable • Isolated signals ease solutions. • Healthcare Facilities routing signals via video patch bays, eliminating These baluns perform precise impedance- matching • Theaters ground loops and signal balancing, enabling S/PDIP signals to be transmitted with greater signal integrity and longer • Special Performance • Compact, rugged case runs over coaxial cable than can be achieved with Venues UTP wiring. • Made in USA Note: Consumers with digital equipment in the • 100% tested home such as CD players, DVD players, receivers, etc. with digital inputs/outputs should use PA881. PA884 is designed for professional applications. Specifications Product Ordering Information Bandwidth 20 kHz to 60 MHz (1dB) PA881 SPDIF Balun, RCA jack to RJ45 jack, pins 5, 4 Connectors FBNC or RCA jack to RJ45 jack PA881S SPDIF Balun, RCA plug to screw terminal Insertion Loss < 0.15 dB PA884 SPDIF Balun, FBNC to RJ45 jack, pins 5,4 Minimum Signal 0.50 V PA885 SPDIF Balun, RCA plug to RJ45, pins 1, 2 Impedance Match 75 ohm to 100 ohm Comm Mode Reject.
    [Show full text]