Properties of DFT (Discrete Fourier Transform) | हिंदी में विस्तार से
Properties of DFT (Discrete Fourier Transform) | हिंदी में विस्तार से
DFT (Discrete Fourier Transform) की Properties
Discrete Fourier Transform (DFT) एक fundamental tool है जो time-domain signal को frequency-domain में बदलता है। इसकी कई mathematical properties होती हैं जो signal processing और system analysis में उपयोगी होती हैं।
मुख्य Properties of DFT:
-
1. Linearity:
यदि x₁[n] ⇄ X₁[k] और x₂[n] ⇄ X₂[k] हो, तो:
a·x₁[n] + b·x₂[n] ⇄ a·X₁[k] + b·X₂[k] -
2. Circular Shift:
x[(n - n₀) mod N] ⇄ X[k]·e-j2πkn₀/N
Time-domain में circular shift करने पर frequency-domain में phase shift होता है। -
3. Circular Convolution:
Two sequences का circular convolution time-domain में करने पर:
x₁[n] ⊛ x₂[n] ⇄ X₁[k]·X₂[k] -
4. Time Reversal:
x[-n mod N] ⇄ X[-k mod N] -
5. Frequency Shift:
x[n]·ej2πkn₀/N ⇄ X[(k - k₀) mod N] -
6. Conjugation:
यदि x[n] ⇄ X[k], तो x*[n] ⇄ X*[-k mod N] -
7. Parseval’s Theorem:
Signal की total energy time और frequency domain में same होती है:
Σn=0N-1 |x[n]|² = (1/N)·Σk=0N-1 |X[k]|² -
8. Duality:
यदि x[n] ⇄ X[k], तो X[n] ⇄ N·x[-k mod N]
निष्कर्ष (Conclusion)
DFT की ये properties signal analysis और system design को आसान बनाती हैं। यह सभी गुण DSP में FFT, convolution, और spectrum analysis जैसे concepts की understanding के लिए बहुत जरूरी हैं।
Related Articles
Windowing Techniques क्या हैं? Rectangular और अन्य Windows की पूरी जानकारी
Windowing Tec...
Read More →