-
shangzai
文件包含三个子文件:dec.m,test_dec.m,recon.m
dec.m文件使用MATLAB语言自己动手编写小波分解算法;
test_dec.m使用MATLAB语言测试dec.m文件中自己编写的小波Mallat分解算法正确性
recon.m使用MATLAB语言自己动手编写Mallat重构算法
函数使用MATLAB语言,没有调用MATLAB小波分解函数,而是自己动手编写的小波Mallat算法对含噪声的信号进行分解、重构;这对对小波分解的初学者,加深对小波分解有着引导作用。(File contains three subfolders: dec.m, test_dec.m, recon.mdec.m using MATLAB language to prepare yourself wavelet decomposition algorithm test_dec.m using MATLAB language testing dec.m document I have written Mallat wavelet decomposition algorithm correctly recon.m use of MATLAB language to prepare yourself Mallat reconstruction algorithm function using the MATLAB language, do not call the MATLAB wavelet decomposition function, but do-it-yourself prepared Mallat wavelet algorithm with noise signal decomposition, reconstruction This is the wavelet Decomposition of the beginners, have a better understanding of the guiding role of wavelet decomposition.)
- 2008-07-21 12:02:28下载
- 积分:1
-
mp
说明: 介绍了原子库形成及如何采用MP算法分解信号,如何用原子构造原始信号。(Describes the formation of atoms and how the library decomposition of the signal using MP algorithm, how to construct the original signal by atomic.)
- 2011-05-18 16:32:10下载
- 积分:1
-
waili
This is an example for understanding
- 2013-12-09 18:31:10下载
- 积分:1
-
wangmendel
one of the most important areas for
the application of Fuzzy Set Theory as developed
by Zadeh in 1965 are Fuzzy Rule-Based Sys-
tems (FRBSs).The ad hoc data-driven RB generation process
proposed by Wang and Mendel in [14] has been
widely known because of its simplicity and good
performance.
- 2010-07-07 13:10:53下载
- 积分:1
-
N_FINDR
说明: 高光谱图像的nfindr算法用于端元提取(gaoguangputuxiangdenfindrsuanfayongyuduanyuantiqu)
- 2020-06-17 00:40:02下载
- 积分:1
-
suofang
读入任意大小的图像,实现长和宽上的比例缩放,matlab 图像预处理处理中有用的小程序(imread a image and resize the size of the image)
- 2010-05-12 09:37:29下载
- 积分:1
-
modern-control-theory
华中科技大学现代控制理论Matlab问题华中科技大学现代控制理论 Matlab问题(Modern Control Theory, Huazhong University of Science and Technology, Huazhong University of Science Matlab problem Matlab problems of modern control theory)
- 2011-07-19 21:45:15下载
- 积分:1
-
LinkPredictionMatlab
链路预测程序,主程序,包含31个链路预测的函数代码(link prediction)
- 2016-04-22 08:21:01下载
- 积分:1
-
CREWESmatlabrelease
地震波信号处理,傅氏变换,震相读取,文件内有使用说明(seismic signal process,fft,phase check)
- 2021-03-15 08:59:22下载
- 积分:1
-
sol_fa2soundfcn20_May_2011
职能转换的纯文本唱名法记法矩阵或一个MIDI序列,代表的声音,或读取MIDI序列数据,并说明其转换为溶胶发符号。
图形用户界面是在一个唱名法编辑器的尝试,一个工作人员到唱名法的转换器。
而将工作职能溶胶fa2soundfcn文件夹在Matlabpath的。使用pathtool命令或设置路径...从文件菜单,并添加溶胶fa2soundfcn文件夹。
在M-代码计算从纯文本输入球场和持续时间,并生成用于扬声器作为信号
Ÿ Ÿ *罪=(2 * pi的*女*吨),0<吨<期限
或生成的MIDI数据序列做笔记
俯仰速度时间戳时间戳...
输出写入:
*扬声器使用SOUNDSC
* audioplayer对象使用AUDIOPLAYER
*波形声音文件,并使用WAVWRITE
* MIDI序列使用FWRITE
要生成唱名法记法,M码会从一个MIDI序列的说明使用从文件中读数据,将其转换唱名法符号和写入一个输出到一个文本文件(。txt)的使用FPRINTF
图形用户界面允许播放控制,文字编辑和独奏/静音选项。(The functions convert sol-fa notation in plain text to a matrix or to a MIDI sequence that represents the sound, or read the note data from a MIDI sequence and convert it to sol-fa notation.
The GUI is an attempt at a sol-fa editor and a staff-to-sol-fa converter.
Functions will work while the sol-fa2soundfcn folder is on the Matlabpath. Use the pathtool command or Set path... from the File menu, and add the sol-fa2soundfcn folder.
The m-code calculates pitches and durations from the plain text input and generates a signal for the speakers as
y = Y* sin(2* pi* f* t), 0 < t < duration
or generates note data for a MIDI sequence as
timestamp pitch velocity timestamp ...
The output is written to:
* speakers using SOUNDSC
* audioplayer object using AUDIOPLAYER
* WAVE Sound file using WAVWRITE
* MIDI sequence using FWRITE
To generate sol-fa notation, the m-code gets the note data from a MIDI sequence using FREAD, converts it to sol-fa symbol)
- 2011-05-21 13:16:55下载
- 积分:1