1.
INTRODUCTION
Optical Spectrum Analyzers (OSAs) and Optical Time Domain Reflectometers (OTDRs) are two optical measurement systems widely used by the scientific community as well as in telecom applications. The former separate the optical signal into its constituent wavelengths, allowing the measurement of the spectral profile of the signal as a function of the wavelength, whereas the latter measure the power loss with the distance within optical fibers, enabling the detection of faults, splices, and bends in optical links.1
A wide variety of commercial solutions is currently available from different manufacturers, ranging from modest equipments to extremely sophisticate devices. Nevertheless, the compact designs exhibited by most of these commercial solutions are not suitable from a didactic point of view: they do not serve to show undergraduate students the underlying functional blocks that made up each measurement system and the relationships between them.
For this reason, we have coordinated the design and development of two didactic prototypes (an OSA and an OTDR), with their functional blocks clearly separated and labeled. Being the size and complexity of this problem appropriate enough for undergraduate students, we have entrusted several students with the task of implementing and building both prototypes for their undergraduate thesis project.
In this paper, we will explain, concisely, the structure of both prototypes, the specifications of the main components that constitute each prototype, and how these components are interrelated. These explanations will be supported by several block diagrams and photographs.
2.
OPTICAL SPECTRUM ANALYZER
One of the most remarkable features of our OSA prototype is that it has been specifically designed to handle optical signals obtained from highly multimode polymer optical fibers operating in the visible region and in part of the near-infrared region (400–850 nm). This OSA prototype consists of three main components, as shown in Fig. 1.
• Spectrometer: the optical part that separates the optical signal into its constituent wavelengths and converts it to an electrical signal.
• Control and processing unit: a general purpose Digital Signal Processor (DSP) with custom-made electrical circuits that controls the spectrometer and processes the electrical signal obtained from the latter.
• “OSAgui” Windows application: a graphical user interface that manages the DSP and displays the measurement results.
2.1.
Spectrometer
The main purpose of the spectrometer is to separate the optical signal into its constituent wavelengths. Figure 2 shows the design and final implementation of the spectrometer.
The main components of the spectrometer can also be separated into three main blocks:
• Input/Collimation: it leads the incoming optical signal to a Thorlabs F230SMA-A aspheric collimator.2 This aspheric lens ensures that the optical signal impinging on the following block consists only of parallel beams regardless of the light launching conditions at the optical input.
• Wavelength separator: the incoming optical signal from the aspheric collimator impinges on a Newport 10D20ER.1 concave mirror3 and then it is directed to a reflective holographic grating. This holographic grating, a NT43-225 model from Edmund Optics4 with a resolution of 2400 grooves per millimeter and suitable for the visible region, is the core component of the spectrometer: it separates the incident light into its constituent wavelength components, being each wavelength reflected into a different direction according to the grating equation5
a being the spacing of the grooves (i.e., a = 1/2400 mm), θi the angle of incidence, m the order number (m = 1 in this implementation), and θm the reflected angle at which the wavelength λ has its maximum.
A second Newport 10D20ER.1 concave mirror placed in front of the holographic grating ensures that only one of the reflected wavelengths (the one travelling in the same direction as that given by θm) will be directed to the detector. An RS Components 440-420 unipolar stepper motor6 changes the direction of the holographic grating relative to the second concave mirror, making it possible to select the wavelength directed to the detector. The position of the stepper motor is controlled by the control and processing unit, which also implements a microstepping technique based on pulse width modulation (PWM) in order to increase its angular resolution (which, in turn, leads to an improvement in the spectral resolution of 1 nm). The reference position of the stepper motor is provided by a Fairchild Semiconductor H21A2 optocoupler.7 It is placed on the stepper motor and it triggers a signal to the control and processing unit whenever the stepper motor turns to this reference position. This reference position is used to calibrate the spectrometer each time the prototype is started up.
• Detector: the detector consists in a Thorlabs PDA-55 Si photodetector.8 It converts the optical beam coming from the wavelength separator into an electrical signal. Finally, the converted electrical signal is sent to the control and processing unit.
Figure 3 shows the spectral properties of the performance of the main optical components involved in the spectrometer. These characteristics will be taken into account by the “OSAgui” Windows application in order to compensate for the differences in the electrical output as a function of the detected wavelength.
2.2.
Control and processing unit
The control and processing unit consists in a Digital Signal Processor (DSP), a TMS320F2812 model from Texas Instruments,9 and several dedicated signal conditioning circuits that adapt the different signals that enter or exit the DSP. Figures 4 and 5 show the block diagram and the photographs of the electronic circuits, as well as a general view of the final implementation.
The DSP has been programmed using the Code Composer Studio, an integrated development environment provided by the manufacturer. The structure of the software (shown in Fig. 4) is described as follows:
• Data acquisition unit: it is responsible for digitalizing the electrical output of the spectrometer (previously conditioned by the signal conditioning circuit) and for processing this digitalized signal. Depending on the strength of the electrical output, the data acquisition unit sends the appropriate control signals (via I/O signal generation unit) to the signal conditioning circuit to increase or reduce the gain accordingly.
• Communication unit: it links the DSP and the “OSAgui” Windows application installed on the PC together (the physical connection is made through the parallel port). It interprets the commands sent by the “OSAgui” Windows application (according to the requests made by the user) and sends the measurement results provided by the data acquisition unit to the “OSAgui” Windows application (so as to display them to the user).
• Position control unit: it is responsible for controlling the angular position of the stepper motor during the spectral sweep by sending the appropriate PWM signals.
• Calibration unit: it calibrates the spectrometer when the prototype is started up. For this purpose, the DSP changes sequentially the angular position of the stepper motor until the optocoupler triggers a signal; this angular position is assigned to the reference wavelength.
• Control unit: it controls and coordinates each one of the units, monitors the status of the DSP, and synchronizes in real time the different tasks that have to be carried out.
2.3.
“OSAgui” Windows application
The “OSAgui” Windows application is the interface between the user and the control and processing unit: on the one hand, it gathers the requests made by the user and sends the corresponding commands to the control and processing unit; on the other hand, it receives the measurement results from the control and processing unit, performs a further processing, and displays the final results to the user. “OSAgui” is a user-friendly application and it has been developed in Visual Basic 6.0. Figure 6 shows its logical structure and a screenshot displaying the power spectrum of a white light emitting source.
“OSAgui” is structured as follows:
• Communication layer: it performs the required operations to establish, maintain and stop the bidirectional communication with the DSP. It sends the pertinent commands to the DSP and receives the data containing the measurement results from the DSP.
• Arithmetic layer: it processes the data provided by the communication layer. Its main task is to compensate for the variation in the obtained spectral power with the wavelength (see subsection 2.1 and Fig. 3 for further details). If requested by the user, it also filters the compensated measurement results and performs a Fast Fourier Transform.10
• Data storage layer: it stores the data provided by the arithmetic layer in the hard disk and vice versa.
• Interface layer: it is the layer that interacts with the user. On the one hand, it prompts the user to enter the analysis parameters and other required data in the fields provided by the corresponding dialog box. On the other hand, it displays the obtained measurement results to the user.
• Control layer: it distributes the tasks to the corresponding layers and coordinates them, processes the data for its graphical representation by the interface layer, and monitors and handles every error and exception thrown during a certain operation.
3.
OPTICAL TIME DOMAIN REFLECTOMETER
The designed OTDR prototype is suitable to characterize 9/125 μm single-mode optical fibers operating in the second transmission window (1310 nm). This prototype has a maximum measuring range of 15 km, a distance resolution of 20 m, and an attenuation measurement resolution of 0.2 dB. Figure 7 summarizes the four main components that constitute the OTDR prototype:
• Optical unit: the optical part that injects optical pulses into the fiber under test and converts the backscattered optical power from this fiber to an electrical signal.11
• Electronic unit: a set of devices and custom-made electrical circuits that adapt the electrical signal provided by the optical unit and sample it to a discrete signal.
• Control and processing unit: a general purpose DSP that controls the optical and electronic units. It processes the sampled data provided by the electronic unit.
• “Otdr” Windows application: a graphical user interface that manages the DSP and displays the obtained results.
3.1.
Optical unit
The main components of the optical unit are the laser diode, the optical circulator, and the photodetector. The block diagram of Fig. 8(a) shows the layout of the optical unit. Additionally, Figs. 8(b)–(d) show photographs of each component.
• Laser diode: it consists in a Mitsubishi FU-427SLD-F1M54 module that operates at 1310 nm.12 The laser diode transforms the electrical pulses generated by the control and processing unit into optical pulses.
• Optical circulator: this is a polarization insensitive optical circulator from AC Photonics, which transfers the optical pulses from its first port to its second port (i.e., to the output of the OTDR) and the backscattered power from its second port to its third port (i.e., to the photodetector).13
• Photodetector: this is a very high speed Thorlabs D400FC InGaAs photodetector.14 It converts the backscattered power from the optical fiber under test into an electrical signal, which is sent to the electronic unit.
3.2.
Electronic unit
The electronic unit consists of two main components (Fig. 9):
• Signal conditioning circuit: this dedicated electronic circuit amplifies and makes suitable the electrical output from the photodetector before it is fed into the A/D converter. For such a purpose, it features a THS3001 high speed amplifier from Texas Instruments.15
• Analog-to-digital (A/D) converter: the main component is an ADS5410 integrated circuit, which is mounted on an ADS5410EVM evaluation module that provides all the necessary interconnection elements and sockets.16, 17 The A/D converter samples the adapted electrical signal from the signal conditioning circuit and sends it to the control and processing unit via 40-pin flat ribbon cable. The sampling rate is obtained from the clock sent by the control and processing unit through a coaxial RF cable.
3.3.
Control and processing unit
The control and processing unit is a Texas Instruments TMS320C6416 DSP.18 Figure 10 shows the logical structure of the software implemented in this DSP (using the Code Composer Studio environment):
• Data acquisition unit: it reads the digitalized data from the A/D converter and processes them according to the parameters given by the configuration unit (this digitalized data represents the backscattered power as a function of the distance, from now on, the OTDR trace). Due to high speed requirements, the data acquisition unit makes use of the Enhanced Direct-Memory-Access built-in controller (via Memory Expansion Connector).
• Communication unit: it links the DSP and the “Otdr” Windows application installed on the PC together. Its purpose is to receive the commands sent by the “Otdr” Windows application and to send the OTDR traces back to the Windows application. The physical connection is made through the USB port.
• Laser diode pulse generation unit: it sends the signal pulses to the optical unit by means of the General-Purpose Input/Output peripheral (via Peripheral Expansion Connector). The duration of the pulses is set according to the parameters given by the configuration and control unit.
• A/D converter and laser diode biassing unit: it controls through the Peripheral Expansion Connector the biassing of the A/D converter and the laser diode.
• A/D converter control unit: it generates the clock signal and sends it to the A/D converter through the Peripheral Expansion Connector.
• Configuration and control unit: it initializes the DSP, interprets the commands provided by the communication unit, and configures and coordinates the memory, the external peripherals, and the rest of the units with the appropriate parameters in order to carry out the reflectometry measurements.
3.4.
“Otdr” Windows application
The “Otdr” Windows application is the interface between the user and the control and processing unit. Its purpose is two-fold: to handle the requests from the user so as to send the appropriate instructions to the control and processing unit and to receive the measurement results from the latter in order to process them and display the OTDR trace, along with the detected events. The structure of this application, which has been developed in Visual C++ 6.0 using the Microsoft Foundation Class library, is shown in Fig. 11.
• Communication layer: it is responsible for the bidirectional communication between the “Otdr” Windows application and the DSP. On the one hand, it sends the pertinent commands to the DSP to carry out the measurements; on the other hand, it receives the OTDR trace from the DSP.
• DSP start-up layer: this layer dumps the DSP routines to the RAM of the DSP each time the prototype is switched on. This is accomplished by running a script from the Code Composer Studio.
• Arithmetic layer: first of all, it converts the trace provided by the communication layer to logarithmic units (for efficiency reasons the DSP only handles linear data). Afterwards, it filters the trace in order to increase the signal-to-noise ratio and, finally, scans the trace for events. 19
• Data storage layer: on the one hand, it stores/retrieves the trace in/from the hard disk; on the other hand, it performs the corresponding operations in order to export the measurement results to a spreadsheet, such as Microsoft Excel, or to MATLAB.
• Interface layer: it allows the user to enter the analysis parameters in a very intuitive way (using very simple dialog boxes, menus and toolboxes). It also displays the OTDR trace and information about the detected events (fiber losses, insertion losses, etc.) and it provides the user with tools such as markers that enable the analysis of single events.
In this application, each layer is responsible for the task it has been designed for. Accordingly, any error or exception is handled by the corresponding layer.
4.
CONCLUSIONS
We have described in detail the design, structure, and implementation of two optical measurement systems, an OSA and an OTDR. The modular design of both prototypes allows a straightforward identification of the constituent parts, as well as a clear separation of the different tasks they are involved in. These features make both prototypes suitable for educational purposes and allow easy upgrade to include new functionalities or to improve existing capabilities.
ACKNOWLEDGEMENTS
The authors would like to thank I. Blanco, I. Guereñu, R. Barreda, J. Roa, and J. M. Iglesias for their support and assistance with the development of the optical measurement systems.
This work was supported by the institutions Ministerio de Educación y Ciencia, Ministerio de Ciencia e Innovación, Universidad del País Vasco/Euskal Herriko Unibertsitatea, Gobierno Vasco/Eusko Jaurlaritza, Diputación Foral de Bizkaia/Bizkaiko Foru Aldundia, and the European Union 7th Research Framework Programme, under projects TEC2006-13273-C03-01, PSS-370000-2008-39, UE08/16, S-PE08CA01, DIPE08/24, and CE07/12-AISHA II, respectively.