Discrete-Time Signals & Systems का Frequency Domain Representation | हिंदी में समझें
Frequency Domain Representation क्या है?
Discrete-time signals और systems को सिर्फ time-domain में ही नहीं, बल्कि frequency-domain में भी analyze किया जा सकता है। Frequency domain में signal के अलग-अलग frequency components को समझा जाता है।
यह representation हमें यह समझने में मदद करता है कि signal में कौन-कौन सी frequencies मौजूद हैं और system उन पर कैसा effect डालता है।
Time vs Frequency Domain
Time Domain | Frequency Domain |
---|---|
Signal को time के अनुसार देखा जाता है | Signal को frequency components में breakdown किया जाता है |
Convolution होता है | Multiplication होता है |
दिखाता है signal की shape | दिखाता है frequency spectrum |
1. DTFT – Discrete-Time Fourier Transform
DTFT एक mathematical tool है जो discrete-time signal को frequency domain में transform करता है।
Formula:
X(ω) = Σ x[n] · e–jωn
Where:
- x[n] → input signal
- ω → frequency (radians/sample)
- X(ω) → frequency domain representation
Inverse DTFT:
x[n] = (1/2π) ∫ X(ω) · ejωn dω
2. Frequency Response of Discrete-Time LTI System
System का behavior frequency domain में frequency response H(ω) से represent किया जाता है।
H(ω) = DTFT{h[n]}, where h[n] is the impulse response
यह बताता है कि हर frequency component input का system में कितना amplification या attenuation होगा।
3. Properties of Frequency Domain
- Linearity: Frequency domain linear होता है
- Time-shifting: Time domain में delay, frequency domain में phase shift करता है
- Convolution: Time domain convolution = Frequency domain multiplication
- Modulation: Frequency shift करता है
4. Magnitude और Phase Spectrum
Frequency response H(ω) complex होता है:
- Magnitude |H(ω)|: बताता है कितनी amplitude pass होगी
- Phase ∠H(ω): बताता है कितनी phase shift होगी
5. Example:
मान लो signal x[n] = {1, 2, 3} है
तो इसका DTFT निकालकर X(ω) को graph पर plot किया जा सकता है
6. System Analysis using Frequency Domain
- Impulse response h[n] find करो
- DTFT लो → H(ω)
- Input signal x[n] का DTFT लो → X(ω)
- Output Y(ω) = H(ω) · X(ω)
- Inverse DTFT से y[n] निकालो
निष्कर्ष (Conclusion)
Frequency domain representation से discrete-time signals और systems को analyze करना बहुत आसान हो जाता है, खासकर filtering, modulation और spectral analysis जैसे applications में।
DTFT इस process का main tool है, जो signal को frequency components में बदलता है।
Related Post
- Discrete-Time Signals क्या होते हैं? | परिभाषा, उदाहरण और प्रकार
- Discrete-Time Systems क्या होते हैं? | परिभाषा, प्रकार और विशेषताएँ
- Discrete-Time Linear Time-Invariant (LTI) Systems का Analysis | हिंदी में समझें
- Difference Equation द्वारा Discrete-Time Systems का वर्णन | हिंदी में समझें
- Difference Equation का Solution | Discrete-Time System Analysis in Hindi
- Implementation of Discrete-Time Systems | हिंदी में समझें
- Discrete-Time Signals & Systems का Frequency Domain Representation | हिंदी में समझें
- The Direct Z-Transform | हिंदी में समझें
- Z-Transform की Properties | हिंदी में पूरी जानकारी
- Rational Z-Transform और Z-Transform का Inversion | हिंदी में समझें
- LTI Systems का Z-Domain में Analysis | हिंदी में समझें
- Discrete Fourier Series (DFS) क्या है? परिभाषा, समीकरण और गुण | हिंदी में
- Properties of Discrete Fourier Series (DFS) | हिंदी में सम्पूर्ण विवरण
- Discrete Fourier Transform (DFT) क्या है? | परिभाषा, समीकरण और उपयोग | हिंदी में
- Properties of DFT (Discrete Fourier Transform) | हिंदी में विस्तार से
- Two-Dimensional DFT (2D DFT) क्या है? | 2D Fourier Transform हिंदी में
- Circular Convolution क्या है? | परिभाषा, सूत्र और उदाहरण | हिंदी में
- FFT Algorithms क्या होते हैं? | Fast Fourier Transform in Hindi
- Decimation in Time Algorithm क्या होता है? | DIT FFT in Hindi
- Decimation in Frequency (DIF) FFT Algorithm क्या होता है?
- Decomposition for N (Composite Number) क्या होता है?