-
noise_reduction
设计音频降噪算法,并用MATLAB仿真实现。
1)读入一段音频后添加噪声,必须包括两种不同的噪声,信噪比:0dB~10dB;
2)分别采用滑动平均滤波器,直接频域滤波,以及谱分析后设计滤波器滤波三种方法实现,并对比效果。
3)给出各种方案的设计依据、代码、频响曲线,以及输入输出对比图。(Audio noise reduction algorithm design, and use MATLAB Simulation.
1) Read after adding noise into an audio, it must include two different kinds of noise, SNR: 0dB ~ 10dB
2) respectively moving average filter directly in the frequency domain filtering, and the filter is designed to achieve three methods filter after spectral analysis and contrast.
3) Give the design basis, code, frequency response curve, and input and output comparison chart of the various programs.)
- 2015-10-25 11:03:34下载
- 积分:1
-
TCM_8PSK_matlab
说明: 用Matlab编写的TCM+8PSK,并计算误比特率(TCM+8PSK,Matlab)
- 2020-12-19 21:49:09下载
- 积分:1
-
SERPAMTest
matlab数字幅度调制误码率 误符号率仿真(SER AND BER SIMULATION OF PAM )
- 2012-05-17 17:01:12下载
- 积分:1
-
Gram-Schmidt
Gram-Schmidt正交化程序,利用pascal函数来产生一个矩阵。(Gram-Schmidt is orthogonal program,Use of PASCAL function to produce a matrix.
)
- 2021-02-24 11:19:39下载
- 积分:1
-
kmeans
主要是基于聚类K均值的算法,用于将彩色图像转化为灰度图像。(Mainly based on K-means clustering algorithm for converting color images to grayscale.)
- 2015-04-22 20:21:17下载
- 积分:1
-
Newton-raphsom
这个m文件实现了Newton raphsom算法,从而解决分布式功率流问题。(M realized this document Newton raphsom algorithm, so as to solve the problem of distributed power flow.)
- 2009-01-26 10:07:07下载
- 积分:1
-
dd
matlab,实现永磁同步电机调速。pid控制(matlab pmsm pid controller)
- 2013-12-04 11:44:03下载
- 积分:1
-
svpwm
基于matlab的空间矢量调制技术的仿真(Simulation of space vector modulation technology based on MATLAB)
- 2018-11-08 20:21:35下载
- 积分:1
-
hfm
利用小波和霍夫曼对单声道文件进行压缩编码 并解码输出(The use of wavelet and Hoffman files for mono coding and decoding output)
- 2007-10-21 21:04:52下载
- 积分:1
-
adaboost_version1b
最经典AdaBoost实现,适合初学,有大量详细的注释,容易理解(This a classic AdaBoost implementation, in one single file with easy understandable code.
The function consist of two parts a simple weak classifier and a boosting part:
The weak classifier tries to find the best threshold in one of the data dimensions to separate the data into two classes-1 and 1
The boosting part calls the classifier iteratively, after every classification step it changes the weights of miss-classified examples. This creates a cascade of "weak classifiers" which behaves like a "strong classifier" 。)
- 2020-12-17 16:59:11下载
- 积分:1