离散时间信号 Resources

Showing items tagged with "离散时间信号"

This project involves a simulation and demonstration system for digital signal processing based on the MATLAB platform. Digital signals refer to discrete signals, and this design features a rich GUI (Graphical User Interface) for human-computer interaction. The system comprises four main sections: convolution of discrete-time signals, Z-transform of basic functions (including unit step signals, impulse signals, ramp signals, sinusoidal/cosine signals, and exponential series signals), fundamental properties of Z-transform (linearity, time-shifting, z-domain scaling, and time-domain convolution), and basic properties of Fourier transform. This well-structured topic offers clear GUI design logic, organized chapters, and distinct hierarchical levels.

MATLAB 274 views Tagged

Utilizing the FFT command in MATLAB functions to compute the spectrum of discrete-time signals, enhancing understanding of Discrete Fourier Transform (DFT) for discrete signals and the application of the Fast Fourier Transform (FFT) algorithm. The implementation involves generating signal vectors, applying FFT with proper scaling, and plotting magnitude/phase spectra using functions like fft(), fftshift(), and abs().

MATLAB 287 views Tagged