Actions
Dimetra EBTS RF Distribution » History » Revision 5
« Previous |
Revision 5/7
(diff)
| Next »
laforge, 02/19/2016 10:52 PM
add pics
- Table of contents
- RF Distribution System (CFX4041A)
RF Distribution System (CFX4041A)¶
This is a sophisticated combiner for the high-power output signals of the PA of up to 4 Base Radios.
In order to ensure optimal impedance matching, the combiner is mechanically tuned by electrical motors
which are controlled by some control logic.
- 4 high-power radio input ports (N socket on the front, one close to each motor)
- this is where the RF signal emitted by the PA of the BR enters
- 4 RF taps, one for each of the high-power radio inputs
- they are connected to the controller unit attached to the inside of the front lid
- 1 high-power radio output port (N socket)
- this output is connected to a power meter inside the same cabinet
- 4 stepper motor electrical connections
- connected to the controller unit attached to the inside of the front lid
- RS-232 serial line for control+monitoring
- this is a DB-9 port of the controller unit attached to the inside of the front lid
- interconnected to one of the Base Radios (typically BR1) inside the rack
- RF from the PA enters at the four combiner inputs
- combined RF output leaves through central output of the combiner, from where
- it is routed to the FR power meter
- whose output socket is routed to the transmit antenna (or a duplexer in case of a shared Rx/Tx antenna)
digraph G {
graph [ rankdir = LR ];
//{ rank=same; combiner; controller; };
br1_pa_out -> combiner
br2_pa_out -> combiner
br3_pa_out -> combiner
br4_pa_out -> combiner
combiner -> power_meter
power_meter -> tx_antenna
combiner -> controller [ dir=both color=red ]
power_meter -> controller [ color=red ]
power_meter [ shape=box ];
combiner [ shape=box ];
controller [ shape=box ];
}
Images
View into RF Distribution System after front lid is removed =
Image(tetra_rf_distribution_open.jpg, 75%)¶
Forward and reverse measurement inputs into controller¶
Updated by laforge about 7 years ago · 5 revisions