语音信号 Resources

Showing items tagged with "语音信号"

A comprehensive MATLAB-based filter analysis of speech signals, demonstrating practical implementation techniques including spectral analysis, time-domain processing, and frequency component extraction using built-in filter design functions - highly beneficial for learning digital signal processing applications.

MATLAB 249 views Tagged

This project involves recording a personal speech signal, performing sampling operations, and visualizing both time-domain waveforms and spectrograms. With specified filter performance metrics, we design filters using the window function method and bilinear transformation, then plot their frequency responses. The recorded signal is filtered using the custom-designed filter, and the filtered signal's time-domain waveform and spectrum are visualized. Finally, a comparative analysis between pre-filtered and post-filtered signals is conducted to examine signal changes.

MATLAB 298 views Tagged

Blind Source Separation (BSS) is a technique for recovering independent source signals from mixed observations without prior knowledge of the mixing process or source characteristics. This method proves particularly effective for extracting individual speech signals from multi-microphone recordings. This article provides detailed explanations of LMS and RLS algorithms with code implementation insights, conducts comparative performance analysis through simulations, and demonstrates practical speech signal separation using these approaches.

MATLAB 374 views Tagged