Module 2.1
Course Overview
Course Code: PHYS 254
Topic: DMS Physics 2
Focus Area: Memory and Display in Ultrasound Systems
Memory in Ultrasound Systems
Function of Memory
- Stores images captured by ultrasound systems.
- Responsible for grayscale imaging.
- Enables features such as freeze frame, cine-loop, and image post-processing.Alternate Name
- Often referred to as a scan converter.Mechanism
- Modules or circuits designed to store ultrasound information.
- Helps build up the image before sending it to a display or recording device.
Types of Scan Conversion
Historical Perspective
- Originally an analog process.
- Current systems primarily use digital scan converters.Analog vs. Digital
- Analog:
- Continuous values (like a ramp).
- Prone to drift, less reproducible.
- Digital:
- Discrete numbers (like stairs).
- More stable, reproducible.
Analog Scan Converter
Basic Description
- Functions like a CRT (Cathode Ray Tube) but with a silicon wafer (dielectric matrix) replacing the phosphor face.
- Electrons emitted by a filament strike the silicon wafer, creating a charge proportional to the signal's amplitude.Advantages
- Allows for grayscale imaging.
- Acts as a buffer between image acquisition and display.Disadvantages
- Prone to drift.
- Lacks long-term memory capacity.
Digital Scan Converter
Overview
- Modern ultrasound systems use digital scan converters.
- More reliable and versatile, capable of connecting with various systems.
- Superior resolution compared to analog systems.Mathematics of Digital Conversion
- Typically uses a matrix format (e.g., 1024 x 768).
- Each pixel represents a digital number for echo amplitude; a 1024 x 768 matrix has 786,432 pixels.Matrix Arrangement
- Configured like a checkerboard, each square storing grayscale data based on returning echoes.Binary Code Operation
- Computers operate using binary code (1's and 0's).
- To achieve multiple shades of gray, multiple matrices are stacked, allowing each pixel location to represent several binary combinations.
Pixel Information and Bit Depth
Definition of Pixel
- Pixel (Picture Element): The smallest unit of display in a digital image.
- More pixels increase image resolution.Binary Terminology
- Bit: A single binary digit (1 or 0).
- Byte: A collection of 8 bits (e.g., 10010101).Bit Depth Concepts
- Word: A combination of bits, expressed as a unit.
- Word Length: Number of bits in a word.
- Bit Depth: Defines the number of shades of gray; typically specified for address locations.RAM vs. ROM
- RAM (Random Access Memory): Fast, rewritable, temporary, erased when powered off.
- ROM (Read Only Memory): Permanent memory, retains information for system functions.
Bit Depth and Grayscale Representation
Bit Depth Chart: Number of Bits vs. Shades
| Number of Bits | Number of Grays |
|----------------|-----------------|
| 1 | 2 |
| 2 | 4 |
| 3 | 8 |
| 4 | 16 |
| 5 | 32 |
| 6 | 64 |
| 7 | 128 |
| 8 | 256 |
| 9 | 512 |
| 10 | 1024 |Calculation of Shades
- Formula: , where n is the bit depth.
- Example: A bit depth of 4 means 4 stacked matrices result in shades of gray.
- Typical ultrasound machines commonly utilize an 8-bit depth.Bit Depth Variations
- With different bit depths, combinations of binary digits increase to represent more shades which enhances image quality.
- Challenges arise in calculating combinations for achieving higher bit depths.
Binary System Explained
Binary Basics
- Utilizes two digits (1 and 0) indicating whether a circuit is on or off.
- This system is stable and efficient for computer processing.
Binary to Decimal Conversions
Conversion Practice
- Convert binary values to their decimal equivalents using a prepared table for calculations.
- Binary Values for Practice:
- 1001
- 11001
- 10001
- 1010101
- 1111111
Monitor Resolution in Ultrasound Systems
Resolution Factors
- Resolution is determined by pixel count and size.
- Increased pixels improve resolution; smaller pixels fit better into screen space.
- The depth of field can also affect resolution.Resolution Specification Examples
| Matrix Size | Depth of Field | Resolution |
|--------------|-----------------|-------------|
| 1024 x 1024 | 20 cm | 0.2 mm/pixel|
| 1024 x 1024 | 10 cm | 0.1 mm/pixel|
| 512 x 512 | 20 cm | 0.4 mm/pixel|
| 512 x 512 | 10 cm | 0.2 mm/pixel|
Display Technologies in Ultrasound
Ultrasound Display Types
- Modern ultrasound systems employ LCD displays.
- Earlier systems utilized CRTs; oscilloscopes were used for A-Mode and B-Mode displays.CRT Functionality
- CRTs first saw usage with oscilloscopes, displaying A-mode, B-mode, and M-mode signals.
- CRTs accept video signals and can portray an extensive range of grays.
- CRT construction involves a cathode source of electrons that strike a phosphor plate.Color Display Mechanics
- Requires three electron guns to illuminate phosphor in red, green, or blue.
- Mixing these colors can create all the visible spectrum colors on screen.Raster Format for Beam Movement
- The pattern for beam movement from left to right using interlacing of odd and even lines.
- Output includes 525 horizontal lines produced at a 30 Hz frame rate.
- Each frame consists of two fields (odd and even) at 60 Hz to mitigate flicker.Comparison of CRT and Modern Monitors
- Computer monitors surpass CRTs by providing higher resolution due to more scan lines and smaller pixels.
- Example: CRTs use 525 lines while modern monitors have configurations like 1024 x 768 or higher, with progressive scanning and frame rates exceeding 60 Hz.