User Manual
Table Of Contents
- 1: Introduction/Overview
- 1.1 Documentation notes
- 1.2 Important safety note
- 1.3 Product introduction
- 1.4 General product handling and operation
- 1.4.1 Protection from water and dust ingress
- 1.4.2 Powering on/off and sleep mode
- 1.4.3 Attaching, detaching, and handling modules
- 1.4.4 Attaching the strap
- 1.4.5 About the touchscreen display
- 1.4.6 Selecting the active interface
- 1.4.7 Running a function or test
- 1.4.8 Repeating a function or test
- 1.4.9 Screen title bar buttons/icons
- 1.4.10 Capturing a screen image (screenshot)
- 1.4.11 Stopping a test
- 1.4.12 Saving results
- 1.4.13 Maximum test duration for continuous tests
- 1.4.14 Interpreting results
- 1.4.15 Important MoCA module compatibility note
- 1.5 Remote control of the unit
- 1.6 Licensed feature details
- 1.7 Maintenance
- 1.8 FTP information
- 1.9 Technical support
- 2: Wi-Fi Testing Menu
- 3: 10/100/1G Testing Menu
- 4: System Menu
- 4.1 Record Manager
- 4.2 Admin Port
- 4.3 Set Date and Time
- 4.4 Sync with PC
- 4.5 Version Info
- 4.6 Battery Status
- 4.7 Download IPTV Channel Guide
- 4.8 Cal Touchscreen
- 4.9 Licensed Options
- 4.10 Update Firmware
- 4.11 System/Module Settings
- 4.11.1 System/Module Settings > Base Unit
- 4.11.2 System/Module Settings > RF Video Module
- 4.11.3 System/Module Settings > ADSL/VDSL2 Module
- 4.11.4 System/Module Settings > Combined Module Default
- 4.11.5 System/Module Settings > MoCA Module
- 4.11.6 System/Module Settings > DOCSIS Module
- 4.11.7 System/Module Settings > CSM Module
- 4.11.8 System/Module Settings > MoCA-RF Module
- 4.11.9 System/Module Settings > Wi-Fi
- 4.12 Taskforce
- 4.13 Signature Capture
- 4.14 Language Selection
- 4.15 Help and Support
- 5: IP and Video Testing
- 5.1 IP Network Setup
- 5.2 Connection Info
- 5.3 Ping
- 5.4 Traceroute
- 5.5 Web Browser
- 5.6 Packet Loss Test
- 5.7 Throughput
- 5.8 Speedtest
- 5.9 IP Video testing
- 5.9.1 Video QoS (Quality of Service)
- 5.9.2 Change Channel
- 5.9.3 Channel Guide Settings
- 6: Specifications
Verizon Base Unit User Guide Rev B PRELIMINARY 3/20/2014 Tech-X Flex
®
(P5)
5-32
Intro
Wi-Fi
10/100
System
IP/Video
Specs
• I-frames (or “Intra pictures”) - I-frames are coded without reference to other pictures. That is, they
contain the full dataset required to render a video frame and do not interpolate based on references
to other frames. Therefore, they may employ compression to reduce spatial redundancy, but cannot
reduce temporal redundancy. I-frames are critically important for providing references to other frames
and serve as access points in the bitstream where decoding can begin. Because other frame types
do reduce temporal redundancy based on a dependence to the I-frames, the loss of I-frames in a
video stream has the most significant impact.
• P-frames (or “Predictive pictures”) - P-frames are interspersed between I-frames and allow a
combination of spatial and temporal redundancy. They can use internal spatial coding like I-frames,
but they can also derive data through references to previous I and P-frames. Through this
referencing, a P-frame can render the picture without a full pixel-by-pixel dataset, using redundant
information presented in preceding frames.
• B-frames (or “Bi-directional predictive pictures”) - B-frames are a further extension of the P-
frame predictive methodology, except that they may reference preceding and/or following I and/or P-
frames. The use of B-frames allows the highest degree of picture quality with the most efficient
compression. When a B-frame references a frame that comes after itself, the decoder must have
received the referenced frame before the B-frame can be decoded, making the frame order different
from the actual display order. Therefore, B-frames can cause a delay in the decoding process,
because the decoder must buffer the input while reordering the frames for display. Of the three, the
loss of a B-frame generally causes the least impact to picture quality.
At the data level, a frame is divided into slices which represent horizontal sections of the frame. Each
slice is further divided into macroblocks which represent rectangular sections of the slice. This
organizational structure is the reason that digital video exhibits “rectangular” errors when data becomes
corrupted, rather than the general fuzz and/or static caused by a poor analog signal. For example:
• If macroblock data is missing or corrupted, the video typically shows rectangles of missing picture on
the screen, amidst an otherwise clear picture. Likewise, if a whole slice can’t be rendered, a larger
rectangular portion is missing.
• If whole frame data is missing or corrupted, the video may freeze on certain pictures altogether,
rendering the last known frame while waiting for new frame data.
GOP types
For any video stream, a set of frames is called a group of pictures or GOP, with the specific sequence
known as the GOP structure. A common GOP structure would include one I-frame, followed by two B-
frames, then followed by one P-frame, and so on, represented as “IBBPBBP…" The following figure
represents a simplified diagram of frame reference and interpolation, using a typical GOP structure: