Magnetic Tape Data Randomization for False VFO Detection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Current magnetic tape recording technologies face challenges in accurately detecting variable-frequency oscillator (VFO) patterns, leading to false detections which can result in unrecoverable data, especially with repeating data patterns like test data, and this often compromises storage format efficiency.

Innovation Solution

The implementation of data randomization using linear feedback shift registers with different preset values for each track to generate unique pseudorandom sequences, preventing false VFO detection while ensuring actual VFO patterns are correctly identified.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If a longer VFO pattern is used to avoid false detection, then false VFO detection is reduced, but the probability of missing actual VFO patterns increases and storage format efficiency decreases

Engineering Contradiction:
Improvefalse VFO detection rateVSAvoidactual VFO detection rate
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The VFO detection process is segmented into multiple independent detection windows across multiple tracks. Instead of using a single long pattern, the system divides detection into parallel segments (different tracks) that can be independently evaluated and combined through voting logic, resolving the contradiction between pattern length and detection accuracy.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

Multiple tracks serve the universal function of VFO pattern detection simultaneously. Each track acts as an independent detector, and their results are combined through voting logic, allowing the system to maintain high detection accuracy without requiring excessively long individual patterns.

Inventive Principle:
Principle #6Universality (Multi-functionality)

2Measurement precision

If a smaller VFO-detection window is used, then the probability of detecting false VFO patterns increases, but the detection window size adjustment creates a tradeoff with actual VFO pattern detection

Engineering Contradiction:
ImproveVFO pattern detection sensitivityVSAvoidfalse VFO detection rate
Core Design Contradiction:
Measurement precisionVSReliability

Solution Approach 1:

The system merges detection results from multiple independent tracks using voting logic. Each track uses a standard-sized detection window, and the combined result achieves high reliability by requiring consensus across multiple tracks, eliminating the need to adjust individual window sizes to avoid false detections.

Inventive Principle:
Principle #5Merging (Combining)

Solution Approach 2:

The voting logic provides feedback by evaluating detection results across multiple tracks and determining whether a true VFO pattern exists based on the collective evidence. This feedback mechanism allows the system to maintain standard detection window sizes while achieving high false detection resistance through the consensus process.

Inventive Principle:
Principle #23Feedback

3Reliability

If multiple tracks contain VFO patterns simultaneously to avoid false detection, then false VFO detection is reduced for independent data, but this approach fails when multiple tracks have the same or very similar data

Engineering Contradiction:
Improvefalse VFO detection rateVSAvoidhandling of similar data patterns
Core Design Contradiction:
ReliabilityVSAdaptability or versatility

Solution Approach 1:

The system applies local quality by initializing each track's randomizer with a unique preset value specific to that track. This ensures that even when tracks contain identical or similar data, each track generates a unique pseudorandom sequence, making false VFO patterns track-specific and detectable through the voting mechanism.

Inventive Principle:
Principle #3Local quality

Solution Approach 2:

The system changes the parameter of the randomizer initialization (preset value) for each track. This parameter change ensures that each track produces a distinct pseudorandom sequence, allowing the voting logic to correctly identify true VFO patterns while rejecting false patterns that may appear in similar data across multiple tracks.

Inventive Principle:
Principle #35Parameter changes

Data Source

PatentEP2715726B1Track-dependent data randomization mitigating false VFO detection
Publication Date: 2019.03.20 INTERNATIONAL BUSINESS MACHINE CORPORATION
  • EP2715726B1 patent drawingFigure 1
  • EP2715726B1 patent drawingFigure 2
  • EP2715726B1 patent drawingFigure 3

AI summary

A method for randomizing data to mitigate false VFO detection is described. In one embodiment, such a method includes simultaneously receiving multiple input data streams. Each input data stream is associated with a different track on a magnetic tape medium. The input data streams are simultaneously scrambled to produce multiple randomized data streams. The input data streams are scrambled such that different bit patterns are produced in the randomized data streams even where corresponding bit patterns in the input data streams are identical. The randomized data streams are simultaneously written to their associated data tracks on the magnetic tape medium. A corresponding apparatus is also described.