采样频率 Resources

Showing items tagged with "采样频率"

A bearing fault detection program implementing envelope demodulation technique to process vibration data and extract fault frequencies. The MATLAB code features configurable sampling frequency and data file selection, with detailed implementation of signal processing algorithms including Hilbert transform for envelope extraction and FFT-based frequency analysis. The package includes sample fault data with characteristic frequency of 107Hz for validation.

MATLAB 261 views Tagged

Function: This program simulates Weibull-distributed sea clutter for Chapter 4 of a research paper. Reference: Luo Junhui. "Application of MATLAB 7.0 in Digital Signal Processing". Electronic Industry Press, p174-176. Input parameters: Signal-to-Interference-plus-Noise Ratio (SINR), sampling frequency, scale parameter, and shape parameter. Output: Time-domain waveform and probability density plots of sea clutter. The implementation utilizes MATLAB's statistical functions for Weibull distribution generation and includes custom visualization code for analytical results.

MATLAB 195 views Tagged

In spectral analysis, the data length N and sampling frequency fs determine the frequency resolution df=fs/N. To enhance resolution, ZOOM-FFT is commonly employed. This article provides MATLAB code demonstrating how ZOOM-FFT refines spectral resolution through interpolation and resampling.

MATLAB 247 views Tagged

This project involves recording a 15-30 second voice sample, processing it through MATLAB using functions like wavread and sound, and conducting comprehensive signal analysis including time-domain waveform plotting, power spectrum calculation at 1-second intervals, FIR/IIR filter design with frequency response visualization, signal filtering implementation, and time-frequency analysis with 0.05-second resolution.

MATLAB 247 views Tagged