-
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
-
Spherical-harmonics
This is a simple function which caculates the spherical harmonic.The archive includes four M files ,and the file Comx_Sph.m is the main function.Given the degree l ,the index m and the variable x ,you can get the value of spherical harmonic.For more details ,you may read the programs.
- 2013-11-07 17:18:38下载
- 积分:1
-
algoritmos-de-ordenamiento
ALGORITH OF ORDERS IMPLEMENTED IN C++
- 2014-12-18 12:57:11下载
- 积分:1
-
车牌识别系统MATLAB源代码完整
说明: clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_Id(file);%得到file中的所有对象 Img = imread(file);%根据路径和文件名读取图片到Img [Plate, bw, Loc] = Pre_Process(Img); % 车牌区域预处理 result = Plate_Process(Plate, id); % 车牌区域二值化处理 % 寻找连续有文字的块,若长度大于某阈值,则认为该块有两个字符组成,需要分割 bw = Segmation(result); words = Main_Process(bw); % 主流程处理 Write_Mask(words, id); % 写出到模板库 str = Pattern_Recognition(words); % 识别(Mike is a student. He is my good friend. He is busy at the weekend. He is going to read a magazine this Saturday morning. He is going to go to the zoo this Saturday afternoon. He is going to buy a book this Sunday morning. He is going to learn Kungfu this Sunday afternoon. He is going to watch TV this Sunday evening.)
- 2017-08-13 02:35:37下载
- 积分:1
-
PAPR-Reduction2
This M Code simulate the effects of clipping and filtering on PAPR PAPR reduction in OFDM-based wireless standard.Also the performance of BER versus SNR of original OFDM signals with PAPR reduction based on clipping and filtering schemes over AWGN channel is evaluated.
The simplest and most widely used technique of PAPR reduction is to basically clip the part of signals that are outside the allowed region.Clipping methode introduces both in band distortion and out of band radiation into OFDM signals which degrades the performance including the BER and spectral efficiency.Filtering can reduce out of band radiation after clipping although it can not reduce in-band radiation distortion.However, clipping may cause some peak regrowth so that the signal after clipping and filtering will exceed the clipping level at some point.To reduce peak regrowth a repeated filtering and clipping operation can be used to obtain a desirable PAPR at a cost of computational complexity increase.
- 2011-05-19 20:47:15下载
- 积分:1
-
untitledxindehaha1234
用MATLAB进行仿真永磁直驱风力发电对网侧进行控制研究(Permanent magnet direct-drive wind power simulation)
- 2014-12-31 10:36:11下载
- 积分:1
-
SVM-KMExample
支持向量机SVM和核函数的matlab程序集(SVM matlab)
- 2010-08-30 16:52:28下载
- 积分:1
-
MFCC_DWT
基于频率到谱技术的离散小波变换的音频识别技术(Frequency to the spectral techniques based on discrete wavelet transform audio recognition technology)
- 2010-12-13 15:00:57下载
- 积分:1
-
2332
【matlab编程代做】水平集模型的图像分割 ([Do] matlab programming generation level set image segmentation model)
- 2015-01-20 21:30:16下载
- 积分:1
-
PLS-Toolbox
PLS and PCA algorithms tool
- 2011-12-27 13:35:19下载
- 积分:1