Acs Lab Manual
Acs Lab Manual
Acs Lab Manual
Table of contents
Sr.
Contents Page No
No
1 1. To calculate look angles from ES listed below to each of
geosynchronous satellite listed
• Azimuth Angle 2
• Elevation Angle
2. To calculate distance between ES & satellite
3. Determine if satellite is visible from Es and indicate if not
8 Case study 47
H.O.D – E&TC
EXPERIMENT NO: 01
TITLE OF EXPERIMENT :
4. To calculate look angles from ES listed below to each of
geosynchronous satellite listed
• Azimuth Angle
• Elevation Angle
5. To calculate distance between ES & satellite
6. Determine if satellite is visible from Es and indicate if not
1.1 Aim:
7. To calculate look angles from ES listed below to each of geosynchronous satellite
listed
• Azimuth Angle
• Elevation Angle
8. To calculate distance between ES & satellite
9. Determine if satellite is visible from Es and indicate if not
Earth Station
1. 44° 48' 59'' N
70° 42' 52'' W
2. 24° 52' 13'' S
113° 42' 13'' E
Satellites
1. 87° W
2. 127.5° W
3. 110° E
1.2 Theory:
1. Elevation Angle: It is the angle measured upward from the local horizontal plane
at ES to the Satellite path
Matlab Result-
Satellite 87° W 127.5° W 110° E
Visible YES YES YES
d
E1
Az
Theoretical Result-
Satellite 87° W 127.5° W 110° E
Visible YES YES YES
d
E1
Az
Matlab Result-
Satellite 87° W 127.5° W 110° E
Visible YES YES YES
d
E1
Az
Theoretical Result-
Satellite 87° W 127.5° W 110° E
Visible YES YES YES
d
E1
Az
Program:
clc;
clear all;
close all;
re = 6370;
rs = 42242;
% caculate gamma
gamma = acos (cos( Le ) * cos ( Ie - Is) );
if ( rs < [re/cos(gamma)] )
disp('Satellite is not visible from earth station ');
else
disp ('Satellite is visible from the earth station ');
% calculate 'd'
d = sqrt ( rs^2 + re^2 - 2*re*cos(gamma)) ;
disp('Distance between ES and satellite is :- ');
disp(d);
% calculate 's'
a = abs( Is - Ie );
c = abs(Le);
temp = ( a + c + gamma )*180 / 3.142;
s_deg = temp / 2;
s = s_deg*3.142 / 180;
% calculation of alpha
p = sin(s-gamma);
q = sin(s-c);
r = sin(s-a);
s = sin(s);
alpha_rad = 2 * atan( sqrt([p*q]/[r*s]));
alpha = alpha_rad*180 / 3.142;
else
AI = 180 - alpha;
end ;
else
if ( Is < Ie)
AI = 360 - alpha;
else
AI = alpha;
end ;
end ;
end;
Result:
Enter ES latitude [44 48 59]
Enter satellite longitude - [70 42 52]
Enter satellite longitude - [87 0 0]
Satellite is visible from the earth station
Distance between ES and satellite is:-
4.2719e+004
Elevation Angle is :-
50.6521
Azimuth Angle is :-
1.0699
Elevation Angle is :-
62.0882
Azimuth Angle is :-
221.9980
Elevation Angle is :-
33.1357
Azimuth Angle is :-
257.0115
Elevation Angle is :-
60.6201
Azimuth Angle is :-
351.2512
EXPERIMENT NO: 02
TITLE OF EXPERIMENT :
4. To study the characteristics of Horn Antenna & Parabolic Antenna
5. To plot its radiation pattern
6. To calculate its gain and beam-width
2.1 Aim:
1. To study the characteristics of Horn Antenna & Parabolic Antenna
2. To plot its radiation pattern
3. To calculate its gain and beam-width
2.2 Apparatus:
Gunn power supply, Gunn oscillator, Pin modulator, isolator variable attenuator, Detector mount,
VSWR meter, Radiation pattern, Transmitter horn, Matched loads, CRO, Horn Antenna & Turn
Table, Wave guide stands, Frequency meter, Cooling fan , BNC cable , Pick up horn , etc
2.3 Theory:
At microwaves, the power emitted from the transmitter must be radiated into the free space in
the form of electromagnetic waves, on the receiving end, electromagnetic waves must b intercepted and
fed into the transmission line running to the receiver. The component which radiates and intercepts is
course of the antenna. The antenna can be thought of as a matching network which couples the
transmission line to free space with minimum reflection am loss, in addition. The antenna can be shaped
to propagate the electromagnetic wave in a particular direction and to present, depending upon the
application a broad or narrow beam. Antennas are reciprocal. An antenna used with a transmitter has the
same characteristics am performance as it would have when used with a receiver. Thus the VSWR
looking into the terminals of an antenna is the same whether it is used as a transmitting antenna or as a
receive antenna. The gain, beam width and other characteristics are the same for both applications, an
antenna which radiates in all direction equally is called an isotropic radiator or source. HOW ever the
isotropic antenna is a convenient reference point , and thus the gain or directivity of ; real antenna is
expressed as the increase in power radiated in a given direction compared to the power radiated by the
fictitious isotropic antenna, assuming the same total power in both cases Obviously if an antenna has
directivity, the gain is a function of direction from the antenna .; matched transmitting antenna with a
gain of 20 db would put out a signal 20 db greater then signal from an isotropic source which is fed by
the same transmitter. The radiation pattern if two identical antennas are available, It is possible to
measure the gain of an antenna directly The two antennas are separated by a distance at least as great as one
meter, under these circumstances the gain of an individual antenna .assuming both antennas are identical, is
given by :
Gain (G) = 4Π ΠR PR/PT
λo
Where PR is the power received and PT is the power transmitted. R is of course the distance between the
two antennas indicated in figure 7 is sufficient accurate. In the above equation PR & PT can be measured
and gain can be computed. The quantities PR PT are not measured directly but instead their ratio is
determined, first the detection system i connected to the receiving antenna and a reference level is noted
on the output meter. Then the detection system is moved to the transmitter and connected at the output
of the calibrate attenuator. The attenuator is adjusted until the output meter reads the same reference
level the ratio PT to PR in decibels is the sum of the coupling of the directional coupler and the
attenuation of the calibrated attenuator.
2.4 Procedure:
• Adjust the repeller voltage to get maximum signal (power) voltage a the output
Feed this known (power) signal to the transmitting Horn antenna
• Keep the receiving Horn antenna at a distance of say about 1 mete and in the same
axis [say 0°]
• Now, measure the received (power) voltage at 0° or reference angle with the help
of a CRO
• Then, rotate the Horn antenna at 10°, 20°, ....... 90° in left and right hand side and
tabulate the reading from CRO
• Plot the graph on a polar sheet & find its beam-width
πR/λ
Gain (Practical) = 4π λo ⋅ √ Pr/ Pt
Where,
R = distance between Transmitter & Receiver
Pt= Transmitted power
Pr= Received Power
2.7 Result:
• The characteristics of given Horn Antenna [E-H plane] is studied
• The radiation pattern is plotted
• The calculated beam-width= ______°
• The gain of Horn Antenna = ______ dB
EXPERIMENT NO: 03
TITLE OF EXPERIMENT :
3. To Study the Satellite Communication System
4. To determine the Carrier to Noise ratio of Analogue Satellite Receiving
system at base band
3.1 Aim:
5. To Study the Satellite Communication System
6. To determine the Carrier to Noise ratio of Analogue Satellite Receiving system at
base band
3.2 Apparatus:
Satellite uplink transmitter, satellite downlink receiver and satellite link emulator,
Helix antennas Antenna stands with connecting cables, mic, video monitor, CCTV camera,
Function generator, CRO, spectrum analyzer, etc.
3.3 Procedure:
1. Setup the link as before. Press the frequency select switch of satellite emulator down link
channel several times so as to set the frequency display from 2.400, 2.427, 2.454, and
2.481 and then back to 2.400.
2. Now, switch off the carrier by switching of both Transmitter (TX) and satellite.
3. Receiver (Rx) will read only its noise floor at RSSI output which has a DC voltage output
in proportion to the received signal strength.
4. The chart at the back of the manual can be used to convert DC voltage to corresponding
RF signal level in dBm or dBuV.
5. Say, in absence of any carrier Rx reads 0.92 V which is equal to -96 dBm (refer chart).
6. Thus, -96 dBm is noise floor of Rx that means if carrier received by Rx is less than -96
dBm it will be unable to measure it.
7. Now, switch on Tx and satellite and say, the Rx reads 1.93 V which equals to -59 dBm of
carrier level being received.
8. Thus, C/N = carrier level / noise level. As both noise and carrier signal detected are
measured in dB, C/N can be calculated by taking the difference of two readings or C/N =
carrier level (in dB) - noise level (in dB).
9. Hence, C/N = -59-(-96) =37 dB.
10. Make sure the Rx is not saturated with carrier otherwise incorrect C/N will be read. This
can be done by increasing path loss at Rx and satellite and or taking Rx farther away from
satellite.
11. Measure the C/N readings for different levels of pathless.
12. Monitor the audio and video transmissions and correlate them to various levels of C/N.
Thus higher level of C/N results in better picture and sound quality.
13. If you are able to receive audio & video sent, clearly it means you are well above
threshold level of signal. Now, the effect of noise can be seen if you decrease the received
signal strength to a considerable level. This can be achieved by increasing the path loss.
14. This means the received signal is just above the noise floor of receiver. Although we are
using FM demodulator but because the received signal is barely above the noise floor you
can hardly receive any intelligent information. Thus, signal cannot be received below
noise floor of Rx.
3.4 Observations:
3.5 Result:
1. Satellite Communication System have been studied
2. Measured Carrier to Noise ratio of the given Satellite Receiving
3. System at base band is ______dB
3.6 Conclusion:
1. The difference between two readings of receiver noise level and carrier level is the C/N ratio
in dB. Actual reading will depend on a number of factors and will differ from to case to case.
Increasing the path loss and distance between antennas shall result in lower C/N ratios due to
lower levels of received carrier. Amount of noise received/generated remains constant.
2. More power at transmitter shall result in better picture quality and more C/N ratio. Lower
noise at receiver is essential for better picture. Higher gain antenna could be used to capture
more signals. Hence a helix antenna could result in higher C/N.
3. When noise is increased, sparkles start appearing on black or white portions of picture.
Further increasing the noise will make the picture lose its sync resulting in complete loss of
information.
EXPERIMENT NO: 04
Program No. 1
A regional Satellite Communication System using 4/6 GHz band has following
parameters.
Satellite
1. Transponder Gain variable between 85 to 100 dB
2. Transponder Bandwidth 36 MHz
3. Transponder peak output power 6.3 watt
4. Antenna Gain (Transmit) 20 dB
5. Antenna Gain (Receiver) 22 dB
6. Satellite Receiver noise temperature 100° K
Earth Station
1. Antenna Gain (Transmit) 61.3 dB
2. Antenna Gain (Receiver) 60.0 dB
3. Receiver Noise Temp 100° K
Four Identical earth stations share one transponder in an FDMA mode. The
allocated channel capacities and B.W are:
Station 1 and Station 2, 132 channels/ 10 MHz BW
Station 3 and station 4, 24 channels/ 5 MHz BW
Assume, in FDMA mode. Transponder is operated at 5 dB output back off to minimize
the IM noise.
Slant distance is such that
FSL Uplink 200 dB
FSL Downlink 196 dB
Program No. 2
A Satellite provides direct television broadcast service in USA with beam width
1° wide at 3 dB points. The uplink frequency is 30 GHz and down rank frequency is 42
GHz. The Satellite supports two transponders, with each capable of relay one television
channel.
Receiving station uses antenna of 0.8 meter diameter (Assume η= 0.60), an
antenna random (to prevent build up of snow) with loss of 1 dB when the surface is wet.
A LNA is directly mounted on antenna feed with noise figure of 7.0 dB at ambient
temperature of 17° C
The TV signal with video BW of 4.2 MHz is frequency modulated on uplink freq
and occupies the R.F. Bandwidth of 30 MHz
Program No. 3
Determine following:
1. Assuming Satellite Antennas to be having rectangular shape, dimension of
transmitting and receiving antennas in meters and gains of antennas in dB.
2. Determine the power flux density at the center of the coverage area, when
transponders are fully saturated. What is the flux density at the edge of the
coverage zone?
3. Determine the G/T of E.S. located at the edge of the coverage zone to achieve C/N
of 22 dB in 5 MHz bandwidth when transponder in fully saturated by single
carrier.
4. Determine the G/T of E.S. located at edge of the coverage zone to achieve C/N of
10 dB in the bandwidth of 50 kHz, when 20 carriers access the transponders with
equal power, simultaneously and transponder is used at 5.0 dB back- off at the
output.
5. Determine E.S. ‘EIRP’ to fully load the transponder up to saturation with single
carrier.
Program No. 4
Assume:
• Fading due to rain in Ku-band to be 4.0dB in each satellite hop
• Satellite transponder power to be uniformly distributed as per bandwidth
occupancy and 20 Watts maximum power for entire 50MHz bandwidth
occupancy
Solution of Program 1:
clc;
clear all;
close all;
disp('SATELLITE--');
gain = input('transponder gain (85 to 100db) =');
BW = input('transponder BW (hz)= ');
po = input('transponder peak output power(W) = ');
tx_gain = input('antenna gain (transmit)(db) =');
rx_gain = input('antenna gain (receiver)(db) = ');
rx_nt = input('sat. receiver noise temperature(K) =');
disp('EARTH STATION--');
ant_txgain = input('antenna gain (transmit)(db) =');
ant_rxgain = input('antenna gain (RECEIVER)(db) =');
ES_nt = input('receiver noise temp (K)=');
transponder_opw = 10 ^ (transponder_opdb/10);
disp('transponder output power in Watts =');
disp(transponder_opw);
t = 10*log10(ES_nt);
bw1 = 10*log10(ES12_BW);
bw3 = 10*log10(ES34_BW);
OUTPUT:
SATELLITE--
transponder gain (85 to 100db) =90
transponder BW (hz)= 36000000
transponder peak output power(W) = 6.3
antenna gain (transmit)(db) =20
antenna gain (receiver)(db) = 22
sat. receiver noise temperature(K) =100
EARTH STATION--
antenna gain (transmit)(db) =61.3
antenna gain (RECEIVER)(db) =60
receiver noise temp (K)=100
enter FSL uplink in db=200
enter FSL downlink in db=196
enter output back off (in db): 5
transponder output power in db =
2.9934
Solution of Program 2:
clc;
close all;
clear all;
uplinkfreq=30e9;
downlinkfreq=42e9;
diameter_rx_ant=0.8;
efficiency_rx_ant=0.6;
beamwidth=1;
NF=7;
To=290;
Latm=1;
Lrain=10;
L_ant_radome=1;
L_contour=3;
L_pointing_error=1.98;
wavelength_up=3e8/downlinkfreq;
ans=(pi*diameter_rx_ant)/wavelength_up;
ans=power(ans,2);
ans=efficiency_rx_ant*ans;
Gr=10*log10(ans);
ans=NF/10;
ans=power(10,ans);
T=To*(ans-1);
T=10*log10(T);
ans=Gr-T;
disp('G/T of receiving station is ');
disp(ans);
P_sat_tx=1;
P_sat_tx=10*log10(P_sat_tx);
IF_BW=30e6;
ans=33000/(beamwidth*beamwidth);
Gt=10*log10(ans);
ans=(4*pi*38000000)/wavelength_up;
ans=power(ans,2);
FSL=10*log10(ans);
k=-228.6;
IF_BW=10*log10(IF_BW);
ans=P_sat_tx+Gt+Gr-FSL-k-T-IF_BW;
disp('C/N of Rx without extra losses');
disp(ans);
ans=P_sat_tx+Gt+Gr-FSL-Latm-Lrain-L_ant_radome-L_contour-L_pointing_error-k-T-
IF_BW;
disp('C/N of Rx');
disp(ans);
ans=13-(Gt+Gr-FSL-Latm-Lrain-L_ant_radome-L_contour-L_pointing_error-k-T-
IF_BW);
ans=ans/10;
ans=power(10,ans);
disp('Minimum power output of transponder to provide satisfactory service of receiver');
disp(ans);
OUTPUT:
C/N of Rx
-16.4171
Solution of Program 3:
clc;
clear all;
close all;
freq_uplink=14.9*(10^9);
freq_downlink=11.3*(10^9);
zone_3db_d1=3.6;
zone_3db_d2=2.4;
ant_eff=0.65;
sat_pow=20;
trans_noise_temp=520;
trans_gain=125; %in db
trans_bw=5*(10^6);
R_km=39000; %in km
R_m=39000000;
pointing_acc_loss=0.5; %in db
%****************************************************
%**Dimensions of transmitting antenna**
wavelenght_down=[3*10^8]/freq_downlink;
dim_trans_1=75*wavelenght_down/zone_3db_d1
dim_trans_2=75*wavelenght_down/zone_3db_d2
dim_rec_1=75*wavelenght_up/zone_3db_d1
dim_rec_2=75*wavelenght_up/zone_3db_d2
%*************************************************
%power flux density
flux_den=sat_pow*Gt/(4*pi*R_m^2); %in watts/m2
flux_den_db=10*log10(flux_den)
bw1=5*(10^6);
bw1_db=10*log10(bw1);
path_loss=(4*pi*R_m/wavelenght_down)^2;
path_loss_db=10*log10(path_loss);
sat_pow_db=10*log10(sat_pow);
k=-228.6;
G_T1_db=c_n1-sat_pow_db-Gt_db+k+bw1_db+path_loss_db+3+0.5
G_T1_db=G_T1_db/10;
G_T1=10^G_T1_db
%**************************************************
c_n2=10 ; %indb
bw2=50*(10^3);
bw2_db=10*log10(bw2);
pt=sat_pow_db-5;
pt=pt/10;
pt=10^pt;
pt=pt/20;
pt_db=10*log10(pt);
k=-228.6;
G_T2_db=c_n2-pt_db-Gt_db+k+bw2_db+path_loss_db+3+0.5
G_T2_db=G_T2_db/10;
G_T2=10^G_T2_db
%*************************************************
i_p=sat_pow_db-trans_gain;
path_loss_up=(4*pi*R_m/wavelenght_up)^2;
path_loss_up_db=10*log10(path_loss_up);
EIRP=i_p-Gr_db+path_loss_up_db+0.5
Output:
dim_trans_1 = 0.5531
dim_trans_2 = 0.8296
dim_rec_1 = 0.4195
dim_rec_2 = 0.6292
Gt_db = 37.2573
Gr_db = 37.2573
flux_den_db = -112.5458
flux_edge = -115.5458
G_T1_db = 18.9467
G_T1 = 78.4642
G_T2_db = 4.9570
G_T2 = 3.1311
EIRP = 58.9798
Solution of Program 4:
clc;
close all;
clear all;
a2b_up=14.9e9;
a2b_down=11.3e9;
b2a_up=14.4e9;
b2a_down=10.8e9;
beamwidth=1.5;
ans=33000/2.25;
sat_ant_gain=10*log10(ans);
xponder_pow=10*log10(20);
xponder_noise_temp=10*log10(500);
lin_xponder_gain=120;
xponder_bw=50e6;
R=38000000;
wave=3e8/b2a_up;
FSLup=20*log10((4*pi*R)/wave);
ans=(pi*3)/wave;
ans=power(ans,2);
ans=0.6*ans;
Gt=10*log10(ans);
Pr=xponder_pow-120;
Pt=Pr-Gt-sat_ant_gain+FSLup+3+4;
Pt=Pt/10;
Pt=power(10,Pt);
disp('Transmiter power required to saturate the transponder.');
disp(Pt);
CbyN=18;
wave1=3e8/a2b_down;
FSLdown=20*log10((4*pi*R)/wave1);
ans=10*log10(50e6);
GbyT=CbyN-xponder_pow-sat_ant_gain+FSLdown+1.5+4-228.6+ans;
disp('G/T of terminal B to get C/N= 18dB');
disp(GbyT);
EbNo=10;
CbyN_ov=10*log10(2560000);
BW_VSAT=10*log10(96000);
wave2=3e8/a2b_up;
ans=(pi*7.5)/wave2;
ans=power(ans,2);
G=10*log10(ans);
CbyN_up=((10*log10(500))+G+sat_ant_gain-FSLup-4)-(-
228.6+(10*log10(500))+(10*log10(50e6)));
CbyNdown=CbyN_ov-CbyN_up;
ans=10*log10(96000);
G_T=CbyNdown-xponder_pow-sat_ant_gain+FSLdown+7-228.6+ans;
G_vsat=10*log10(500)+G_T;
G_vsat=G_vsat/10;
G_vsat=power (10,G_vsat);
ans=G_vsat*wave2*wave2;
p=power(pi,2);
ans=ans/p;
ans=ans/0.6;
ans=power(ans,0.5);
disp('Antenna Diameter...in meters');
disp(ans);
noise_bw=48000;
Brf=noise_bw*(1+0.5)+28000;
ans=xponder_bw/Brf;
disp('No. of Vsats that a hub can service at a time');
disp(ans);
OUTPUT:
EXPERIMENT NO: 05
5.2 Objective:
1. Study of the Multiplexing & De-multiplexing of two different signal using Laser Diode (At
1310 nm and 1550 nm) and Photo detector.
2. Observe the waveform at Multiplex output and DE- Multiplex output
5.3 Apparatus:
NWS _1310nm_LTK board + NWS_1310nm_TX-RX board. (Box -1)
NWS_1550nm_LTK board + NWS_1550nm_TX-RX board. (Box - 2)
Optical Multiplexer, De-multiplexer, ST to ST Coupler, Connecting Cable with Spin connector on
either side, CRO/DSO, Power Supply, etc.
5.4 Procedure:
1. Make the all jumper settings of Analog link on the NWS_1310nm_LTK &
NWS_1310nm_TX-RX (Box -1)
2. Make the all jumper settings of Digital link on the NWS_1550nm_LTK &
NWS_1310nm_TX-RX (Box -2)
3. Optical Mux and De-Mux provided with the kits are interchangeable. Each of them
consists of two single mode fiber cables connected at one end carrying separate
wavelengths and one single mode fiber cable at other end carrying multiplexed
wavelengths. These cables are terminated at one end by ST connectors. Cable marked as
1310 carries 1310 nm wavelength and that marked as 1550 carries 1550 nm wavelength due
to the internal arrangements with the MUX or De-Mux
4. Insert the ST connector of the Mux cable marked as 1310 in to the ST housing of the
1310nm LASER and ST connector of MUX cable marked as 1550 in to the ST housing of
the 1550nm LASER and lock it properly
5. Connect the ST coupler provided with the kit between the single cables of Mux & De-mux.
This will couple the Mux and De-Mux to each other
6. Insert the ST connector of the De-Mux cable marked as 1310 in to the ST housing of the
Photo detector (D1) on NWS_1310nm_TX-RX board. Similarly Insert the ST connector of
the De-Mux cable marked as 1550 in to the ST housing of the Photo detector (D1) on
NWS_1550nm_TX-RX board
7. Switch ON the power supply & press the switch SW 1 on each of the Box to power the
Laser drivers & Lasers with delay
8. Note that since 1310 nm Laser is configured to transmit analog signal and 1550 nm Laser is
configured to transmit digital signal, optical MUX will multiplex these two different signals
and transmit them simultaneously through single fiber cable at the output. The De-MUX
will de-multiplex these two wavelengths (Thus signals) in to separate channels at its
output
9. You can observe the recovered signals at the receiver output. You will recover both analog
as well as digital signals
10. This proves that by optical multiplexing two different wavelengths carrying different
signals (Information) we can increase the signal carrying capacity of the fiber cable to a
large extent
EXPERIMENT NO: 06
6.1 Aim: To prepare Optical Link Power Budget for Repeater less Optical
Fiber Link using MATLAB & Microsoft Excel
6.3 Remark:
6.4 Formulae:
Pi = Po + αƒ L + αj (L-1) + Dl + El + M + αcr
6.5 Calculations:
1. using MATLAB
2. using Microsoft Excel
EXPERIMENT NO: 07
7.1 Aim: To study working and characteristics of fiber optic displacement transducer
7.2 Apparatus: Optical Transmitter and Receiver Box, fiber cable, micrometer, digital
multimeter, LVDT Kit, etc
7.3 Theory:
Techniques by which the measurements are made can be broadly grouped in three
categories depending on (a) how the sensing is accomplished, (b) the physical extent of
the sensing, and (c) the role of the optical fiber in the sensing process.
distributed sensors. In the case of a point sensor, the transducer may be at the end of a
fiber the sole purpose of which is to bring a light beam to and from the transducer.
7.3.3.2 Detectors
While not much change has taken place in the semiconductor devices actually
used to convert photons into electrons, progress continues to be made in readout
techniques for the sensor signals. Of particular note is the use of optical fiber
interferometers to monitor other interferometer sensors.
7.4 Procedure:
1. Connect power cord to the transmitter box and Receiver Box, and then switch ON
the power supply.
2. Insert the fiber optic cable from transmitter to LVDT kit
3. Insert other fiber optic cable from LVDT to Receiver Box.
4. Attach DVM at the output of the Receiver
5. Move the LVDT using micrometer; i.e. assembly attached with the LVDT kit
6. Measure the DC output voltage and plot the graph of displacement vs. DC output
voltage
Detector
Klystron
Power
Supply
CRO
Analog Signal
1310nm
Laser Photo Detector
(D1)
1310nm
Multiplexer De-
Power Supply Multiplexer CRO
Laser 1550nm
(D2) Photo Detector
1550nm ST to ST
Coupler
Digital Signal
Signal I/P
1 2
Amp I/P
J6
MIC M/P
LASER CON
Analog Con
On NWS_1310nm_Tx_Rx board
MOD_CON 2
3
1 2 3 4
4
J2
EXT_IN
A/D SEL
1 2 3
1 2
J2
J6
ANALOG/DIGITAL SET
W
LASER CON
On NWS_1550nm_Tx_Rx board
Satellite
Link Emulator
Spectrum
Analyzer
Satellite
Satellite downlink Receiver
Uplink Transmitter
Video
Function CRO
CRO Monitor
Generator
Optical
Transmitter
Power
Supply LVDT Fiber Optic
Optical
Receiver
Optical
Transmitte
r
Power Micrometer
Supply Optical Fiber
Optical
Receiver Target
DVM
Micrometer Mount