-
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
-
c-means-algorithm
C均值算法的实现,这是我正在学习的C均值算法的实习代码,分享给大家,不当之处,欢迎指正(C-means algorithm, which I am learning C-means algorithm internship code for everyone to share, inappropriate, please correct me)
- 2013-10-29 21:15:54下载
- 积分:1
-
antclustering
ant clustering and rgb
- 2010-07-01 16:55:16下载
- 积分:1
-
MP_FFTmain
基于傅里叶变换和匹配追踪的信号分解的一种新方法(Based on FFT and MP signal decomposition)
- 2010-07-17 11:18:05下载
- 积分:1
-
wavelettransformandMATLAB
详细讲解了小波变换原理,运用。matlab的小波工具箱等。对初学者有较大的帮助。(Elaborate on the principles of wavelet transform, apply. matlab wavelet toolbox and so on. For beginners, a greater help.)
- 2010-03-13 10:28:28下载
- 积分:1
-
fcm-brain
利用matlab软件编写模糊聚类算法,将脑叶图片不同像素点分离(Software written using matlab fuzzy clustering algorithm, the lobe separation of different pixel images)
- 2015-01-09 09:30:42下载
- 积分:1
-
DMC
动态矩阵控制算法的matlab研究,预测优化反馈的程序编写(Matlab study of dynamic matrix control algorithm, program optimization for predictive feedback)
- 2018-03-30 10:33:59下载
- 积分:1
-
LPFleida
Pf粒子滤波实现的目标跟踪程序,可实现针对非高斯噪声情况下的跟踪(Pf particle filter to achieve tracking procedures, can be non-Gaussian noise for tracking cases)
- 2010-07-19 10:17:42下载
- 积分:1
-
zhijie4bitlsb
基于LSB的直接4bit替换法,就是直接用秘密图像像素值的高4bit去替换载体图像像素值的低4bit。 (Direct 4bit substitution, that is, the direct use of the secret image pixel values of the high-4bit image pixel value to replace the carrier' s low 4bit.)
- 2009-11-19 13:42:52下载
- 积分:1
-
chap2_1
在过程控制中,按偏差的比例(P)、积分(I)和微分(D)进行控制的PID控制器(亦称PID调节器)是应用最为广泛的一种自动控制器。(In process control, according to the ratio of deviation (P), integral (I) and differential (D) to control the PID controller (also known as PID regulators) is the most widely used an automatic controller.)
- 2008-07-23 23:34:39下载
- 积分:1