Signal में Independent और Dependent Variables का Transformation | हिंदी में समझें
Signal में Independent और Dependent Variables का Transformation | हिंदी में समझें
Introduction
Signal processing में हम अक्सर signals को modify करते हैं। इसके लिए हम उनके independent variable (जैसे समय t या index n) और dependent variable (signal value x(t) या x[n]) पर transformations apply करते हैं।
1. Transformation of Independent Variable
Independent variable signal की position/axis को दर्शाता है (जैसे समय t या discrete index n)।
Common Transformations:
- Time Shifting: x(t − t₀) या x[n − n₀]
- t₀ > 0 → Delay
- t₀ < 0 → Advance
- Time Scaling: x(at) या x[an]
- a > 1 → Compression (संकुचन)
- 0 < a < 1 → Expansion (विस्तार)
- Time Reversal (Folding): x(−t) या x[−n]
- Signal को mirror की तरह पलटना
Graphical Impact:
ये transformations signal की shape नहीं बदलते, लेकिन उसकी position या orientation बदल देते हैं।
2. Transformation of Dependent Variable
Dependent variable signal की amplitude को दर्शाता है — यानी signal की actual value।
Common Transformations:
- Amplitude Scaling: A·x(t) या A·x[n]
- A > 1 → amplitude बढ़ेगा
- 0 < A < 1 → amplitude घटेगा
- A < 0 → signal invert भी होगा
- Amplitude Shifting: x(t) + B या x[n] + B
- Signal की पूरी amplitude को ऊपर या नीचे shift करता है।
- Signal Inversion: −x(t) या −x[n]
- Signal को vertically flip कर देता है।
Summary Table:
| Transformation | Formula | Effect |
|---|---|---|
| Time Shifting | x(t − t₀) | Position बदलता है |
| Time Scaling | x(at) | Compress या Expand |
| Time Reversal | x(−t) | Mirror image बनाता है |
| Amplitude Scaling | A·x(t) | Amplitude change करता है |
| Amplitude Shifting | x(t) + B | Signal ऊपर/नीचे शिफ्ट होता है |
| Inversion | −x(t) | Flip in amplitude |
निष्कर्ष (Conclusion)
Signal transformations signal की analysis, simplification, और system response जानने के लिए अत्यंत जरूरी होते हैं। Independent variable की transformation signal के टाइम behavior को दर्शाती है, जबकि dependent variable की transformation signal की value को प्रभावित करती है।