Welcome![Sign In][Sign Up]
Location:
Search - matlab audio filter

Search list

[Other resourceDSP_dg

Description: 这是本人用Matlab实现音频噪声滤除的试验,要求分析并选用适当滤波器-using Matlab audio noise filtering tests, requirements analysis and the choice of appropriate filter
Platform: | Size: 190757 | Author: dg | Hits:

[DSP programDSP_dg

Description: 这是本人用Matlab实现音频噪声滤除的试验,要求分析并选用适当滤波器-using Matlab audio noise filtering tests, requirements analysis and the choice of appropriate filter
Platform: | Size: 190464 | Author: dg | Hits:

[DSP programwavlab_bart

Description: 巴特沃思和契比雪夫滤波器,有wav文件以及输出的wav文件,使用带通滤波器,保留了300-3300Hz的音频,可以广泛使用在音频滤波方面-Butterworth and Chebyshev filter, wav files and output wav file, the use of band-pass filters, retained the 300-3300Hz audio can be widely used in audio filtering
Platform: | Size: 119808 | Author: zz | Hits:

[matlabFIRwavlab_bart1

Description: matlab开发的FIR滤波器,附音频,效果良好-matlab developed FIR filter, with audio, the effect of good
Platform: | Size: 301056 | Author: 安哲 | Hits:

[Audio programfilter

Description: 一个音频滤波器的C++类,可以实现低通,高通滤波,并可以指定频率,带宽和增益值-An audio filter C++ Category, you can realize low-pass, high pass filter, and can specify the frequency, bandwidth and gain value
Platform: | Size: 2048 | Author: cxcxcx | Hits:

[matlabPCM16bit_to_PCM8bit

Description: 利用matlab实现语音输入、8bit PCM音频截短、滤波输出。用于将大于8bit的PCM语音截短为8bit的PCM语音。-Matlab realize the use of voice input, 8bit PCM audio truncated, filter output. Will be greater than for the PCM voice 8bit to 8bit truncated the PCM voice.
Platform: | Size: 1497088 | Author: hexd | Hits:

[matlabADDAwatermarking

Description: 用MATLAB实现了该算法,并对所实现方法进行了验证,在步骤(3)中则给出了求出滤波器类型及参数的方案,并进行验证,在步骤(4)中通过MATLAB的AWGN函数等相关知识实现了AWGN信道的仿真。 本文首先介绍数字水印和音频水印的相关概念和发展概况,接着介绍了完成仿真工作所需的基础知识,之后提出DA/AD变换的仿真实现,-Using MATLAB realization of the algorithm, and the realization method of authentication, in step (3) in the given filter type and parameters to derive the program and verify, in step (4) through MATLAB-AWGN function and other relevant knowledge to achieve the AWGN channel simulation. This paper first introduces the digital watermarking and audio watermarking-related concepts and developments, and then introduced a complete simulation of the basic knowledge required, after the DA/AD conversion of the simulation,
Platform: | Size: 3072 | Author: byleimin | Hits:

[OtherDSP

Description: 先采集一单声道音频信号(.wav)并用WAVREAD文件采样读取,并对其进行频谱分析。分别用窗函数法和双线性变换法设计低通、高通、带通三种FIR滤波器和IIR滤波器。用M文件使信号通过滤波器并对输出信号进行时域和频域分析。-First acquisition of a mono audio signal (. Wav) files with sampling WAVREAD read, and their spectral analysis. Window function, respectively and the design of bilinear transform low-pass, high pass, band-pass FIR filters and IIR three filters. M document with the signal through the filter and the output signal in time domain and frequency domain analysis.
Platform: | Size: 197632 | Author: 宋立泉 | Hits:

[CommunicationDigitalEqualizer

Description: After the run of the "MyEqualizer.m" file a graphical user interface appear. By pressing the "Load" we can load audio signal (type .wmv). After we can model the frequency behavior of the FIR filter that is used to filter that signal. After we can listen the filtred audio signal by pressing the "Play " button. In the GUI M-file I m using three importanat function: [ ]=coeff() that generate cell contain the coefficient of the equalizer, equalizer_plot() who plot the frequency behavior of equalizer and the equalizer_play who filter and play the filtered audio signal.
Platform: | Size: 1456128 | Author: Nafiou | Hits:

[Communication-Mobile00648086

Description: 音频信号处理,主要完成对于音频信号的滤波,内含自己编写的低通、高通和带组数字滤波器源码-Audio signal processing, mainly to complete the filtering for audio signals, including the preparation of their own low-pass, high-pass digital filter and source code with group
Platform: | Size: 827392 | Author: mimi | Hits:

[matlabFILTER_REAL_TIME

Description: 实时滤波器,具有精美界面,可以开发自己的应用功能。-You can use 4 types of filters: - Butterworth - Chebyshev 1 - Chebyshev 2 - Elliptic You can use them as: - Lowpass - Highpass - Bandpass - Stopband Showing theirs features in frequency, phase and the z plane. After the desing phase you can apply the designed filter in real time to incoming audio signal from the microphone.
Platform: | Size: 305152 | Author: 反对撒 | Hits:

[matlabFIR_audiofilter

Description: 用Matlab实现的音频FIR滤波,提供音频文件实例,效果很好-Implemented using Matlab audio FIR filter, to provide examples of audio files with good results
Platform: | Size: 301056 | Author: Howard | Hits:

[matlabvoicefliter

Description: 基础的音频处理matlab程序,设计巴特沃斯低通数字滤波器实现滤波。-Matlab-based audio processing procedures, Butterworth low-pass digital filter designed to achieve the filtering.
Platform: | Size: 1024 | Author: LEOLEE | Hits:

[Speech/Voice recognition/combineFFT_lowpass

Description: 采用FFT和低通滤波器的两种语音除噪算法比较,MATLAB编程,附效果图-Using FFT and low pass filter audio noise canceling algorithm for the two compare, MATLAB programming, with a results map
Platform: | Size: 49152 | Author: 陈洪 | Hits:

[Software Engineering111

Description: 录制一段个人的语音信号,并对录制的信号进行采样;画出采样后语音信号的时域波形和频谱图;给定滤波器的性能指标,采用双线性变换法和窗函数法设计滤波器,并画出滤波器的频率响应;然后用自己设计的滤波器对采集的信号进行滤波,画出滤波后信号的时域波形和频谱,并对滤波前后的信号进行对比,分析信号的变化;回放语音信号;最后,设计一个信号处理系统界面。-Record a personal voice signal, and recording the signal is sampled draw sampled speech signal time-domain waveform and frequency spectrum for a given filter performance, the bilinear transformation and design of filter window functions and draw the frequency response filter then filter of their own design collection of the signal filtering, to draw the filtered signal in time domain waveforms and frequency spectrum, and filtering the signal before and after comparison, analysis of signal changes playback audio signals Finally, a signal processing system interface design.
Platform: | Size: 6144 | Author: liudan | Hits:

[DSP programmatlab

Description: audio filter,fft,dft,pole zero plot,gui,dsp signal operations
Platform: | Size: 94208 | Author: ashish | Hits:

[Audio programMatlab-Audio-Filter

Description: Matlab对语音信号进行频谱分析及滤波.-Matlab Audio Filter.
Platform: | Size: 2048 | Author: zhu | Hits:

[matlabInforme 5

Description: An equilizer using digital filter in matlab
Platform: | Size: 749568 | Author: ddds | Hits:

[matlabmatlab-dsp-语音信号处理

Description: 利用matlab将自己的录好的音频加入噪声后,在利用滤波器滤除噪声,回复原始音频(After using MATLAB to add its recorded audio to noise, the filter is used to filter the noise and restore the original audio.)
Platform: | Size: 1024 | Author: 研发狗 | Hits:

[matlabDesign of Wiener filter for 1-D audio signal

Description: Design of Wiener filter for 1-D signal. The matlab program has the Rooster's sound for analysis. You can check with other sounds as well.
Platform: | Size: 109454 | Author: ahimsafollower@gmail.com | Hits:
« 12 3 4 »

CodeBus www.codebus.net