Cat 5 Digital Audio: Transmit/Receive 12 Channels @ 48KHz

  • Thread starter Thread starter jordanstreet
  • Start date Start date
  • Tags Tags
    Audio Digital
AI Thread Summary
The discussion focuses on transmitting and receiving 12 channels of 24-bit audio at 48KHz over distances of 100 to 300 feet using Cat 5 cable. The user, Jordan, seeks guidance on achieving the required bandwidth of 13.824 MHz, noting that RS-485 specifications may limit performance at longer distances. A response suggests using 100Base-T transceivers on a doubly terminated bus to meet bandwidth needs effectively. Jordan considers implementing a PHY IC for the physical layer and inquires about using an asynchronous protocol for communication due to the lack of a synchronous clock. The conversation emphasizes practical solutions for high-channel audio transmission over extended distances.
jordanstreet
Messages
7
Reaction score
0
Hey guys I'm hoping someone can point me in the right direction here. My goal is to receive 12 and transmit 4 channels of 24 bit audio @ 48KHz over 100ft to 300ft. I would guess that at this distance I need differential signals. The Cat 5 cable would then have the following twisted pairs

1) Vcc and Gnd
2) Clk + and -
3) Transmit + and -
4) Receive + and -

Given the receive of 12 channels being the limiting case: 12 * 24 * 48000 = 13.824 MHz would appear to be the bandwidth requirement of this situation. The RS-485 spec states that the max bandwidth @ 40ft is only 10 MHz.

I know this sort of thing is possible as I've seen it all the time in digital snakes, etc. Any help would be greatly appreciated!

Thanks!
Jordan
 
Engineering news on Phys.org
jordanstreet said:
Hey guys I'm hoping someone can point me in the right direction here. My goal is to receive 12 and transmit 4 channels of 24 bit audio @ 48KHz over 100ft to 300ft. I would guess that at this distance I need differential signals. The Cat 5 cable would then have the following twisted pairs

1) Vcc and Gnd
2) Clk + and -
3) Transmit + and -
4) Receive + and -

Given the receive of 12 channels being the limiting case: 12 * 24 * 48000 = 13.824 MHz would appear to be the bandwidth requirement of this situation. The RS-485 spec states that the max bandwidth @ 40ft is only 10 MHz.

I know this sort of thing is possible as I've seen it all the time in digital snakes, etc. Any help would be greatly appreciated!

Thanks!
Jordan

RS-485 is a multi-drop network spec. Use 100Base-T transceivers on a point-to-point doubly terminated bus. That will give you plenty of bandwidth.

http://en.wikipedia.org/wiki/100BASE-T#Copper

:smile:
 
Hey berkeman, thank you for the speedy reply!

I took a look at that and it looks very promising. By doubly terminated, do you mean a resistor equal to the characteristic impedance at both the send and receive on each line to eliminate reflection?

It looks as though one option would be to implement the physical layer using an existing PHY IC, and then communicate from my microprocessor or fpga to the PHY through MII. Since there is no synchronous clock between devices on the 100mbit network it appears as though I would need to use some sort of asynchronous protocol between devices. Any thoughts how that might be accomplished?

Thank you again for the assistance!
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Back
Top