-
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
-
11
说明: 滤波器的使用,功能,详解,滤波器matla(filter filter )
- 2011-12-13 19:15:12下载
- 积分:1
-
Niheyuan
本程序基于matlab编写,利用最小二乘法来拟合圆形。(Matlab based on the preparation of this procedure, using the least square method to fit round.)
- 2009-06-29 20:58:01下载
- 积分:1
-
GM(1-2)
这个主要是这对工业区预测编的程序,考虑的是GM(1,2)这种方式,如果是GM(1,n)可以改动一下就可以了。(This mainly Industrial Zone forecast compiled program, consider the GM (1,2) In this way, if the GM (1, n) can be changed and click on it.)
- 2012-12-30 16:12:47下载
- 积分:1
-
HEED
HEED algorithm on Matlab
- 2014-08-19 07:55:28下载
- 积分:1
-
3kKJExxX
5个基本的求解VRP问题的matlab程序。(5 basic matlab program for solving VRP problems.)
- 2009-10-08 21:32:45下载
- 积分:1
-
face_detection
说明: 实现人脸检测的功能,对合适大小的图像,将其放在相应的matlab文件夹下即可自动进行人脸检测并定位。(For face detection function, the size of the image on the right, put it in the appropriate folder automatically matlab for face detection and localization.)
- 2010-04-21 11:10:32下载
- 积分:1
-
costas_loop
科斯塔斯环基于simulink的仿真 已封装(costas loop in simulink-based simulation
Encapsulation)
- 2012-03-26 15:25:51下载
- 积分:1
-
tanker
一艘油轮的仿真程序,可以通过此程序很好的仿真油轮船舶的动态特性,实时仿真曲线。(tank simulation)
- 2011-12-08 16:19:53下载
- 积分:1
-
homework2
A MATLAB M-file which automates this calculation and plots the resulting
torque-speed characteristic is shown below. It peIfonns the same steps as part a
to detennine the speed for each load current, and then calculates the induced
torque at that speed. Note that it reads the magnetization curve from a file called
f i g9 _ 9 . ma t. This file and the other magnetization curves in this chapter are
available for download from the book s World Wide Web site (see Preface for
details).
- 2012-11-29 05:23:43下载
- 积分:1