-
ding
选取windows系统自带的ding.wav信号作为分析对象,在Matlab软件平台下,利用函数wavread对音频信号进行采样,记住采样频率和采样点数,听一下原始声音sound(y, fs, bits)。
(2)音频信号的频谱分析,先画出音频信号的时域波形;然后对音频号进行快速傅里叶变换fft(y,N),N取32768,画出信号的频谱特性,加深对频谱特性的理解。
(3)根据频谱,反演时域特性,画出时域波形。寻找幅值最大的两个频率,此频率除以fft点数在乘以采样频率就是信号的主频,即可合成信号的时域图形,听一下声音。
(4)对原音频信号进行1024点的分段付立业分析meshgrid
(5)根据主要频线合成音频,并画出时域图形,试听合成效果。
(6)采用线性插值(linspace)和傅立业反变换(fliplr, ifft)分别合成音频,并画出时域图形,试听效果。
(err)
- 2009-01-13 16:23:47下载
- 积分:1
-
zmapping--high-pass-filter
试用zmapping函数实现的高通滤波器(Use zmapping function to achieve the high pass filter)
- 2012-04-20 17:28:34下载
- 积分:1
-
PV_srv4
photo voltaic cell modell can be used in matlab simulink
- 2011-09-27 23:11:30下载
- 积分:1
-
segmentation_code
有效实行数据分类和图像分割的源码, 非常适合学习实用(image and data segmentation)
- 2013-10-01 23:20:12下载
- 积分:1
-
Matlab(insert)
matlab里的经典算法,插值于拟合,含详细实现过程(matlab)
- 2008-05-03 02:28:46下载
- 积分:1
-
cl
说明: 用前推回代法求系统潮流,直接运行出结果,得出节点电压。(Directly with power generation method system trend, run out as a result, it is concluded that the node voltage.)
- 2014-09-23 08:48:11下载
- 积分:1
-
Frank-Wolfe算法 matlab程序
Frank-Wolfe算法 matlab程序(Frank-Wolfe (matlab))
- 2012-01-11 00:16:34下载
- 积分:1
-
BPSK_test1
BPSK调制方式
产生信号,希望那个对大家有所帮助(BPSK modulation signal, in the hope that all of you to help)
- 2009-06-06 18:47:34下载
- 积分:1
-
fsk
说明: 在matlab上面对4fsk调制解调进行仿真,中间使用升余弦滤波器作为发送和接收滤波器(In the face of 4fsk modem matlab simulation, the middle raised cosine filter used to send and receive filters as)
- 2010-04-10 09:38:26下载
- 积分:1
-
knnalgorithm
k最近邻算法,给出训练样本和测试样本,通过样本间欧氏距离或是绝对距离来寻找测试样本的k个近邻,并根据k个实例里多数所属的类将该测试样本归为该类。(k-nearest neighbor algorithm, given the training and testing samples by the Euclidean distance between the samples or the absolute distance to find the k nearest neighbors of the test sample and the test samples according to class k instances where the majority belongs classified as class .)
- 2015-03-27 16:21:54下载
- 积分:1