-
adaboost
adaboost原始算法,经典的两类问题分类算法(adaboost the original algorithm, the classic two types of classification algorithms on)
- 2012-07-19 17:36:33下载
- 积分:1
-
homework1_MLPNN
一个matlab程序,利用BP-MLPNN模型训练拟合函数,(A matlab program, using BP-MLPNN model training fitting function,)
- 2013-12-04 06:26:23下载
- 积分:1
-
fun
用matlab模拟光的衍射现象,并能很好的说明衍射类型与光的传播距离有关。(Matlab simulation using diffraction phenomenon of light and a very good description of diffraction and optical transmission of the type of distance-related.)
- 2009-04-08 08:44:49下载
- 积分:1
-
swcf
function matrix=asciiRead(fileName)
asciiRead: Read an ascii file into a matrix
Usage: matrix=asciiRead(fileName)
Roger Jang, 20041021
if nargin<1, selfdemo return end
fid=fopen(fileName, rb )
content=fread(fid, inf, char )
fclose(fid)
file=tempname
copyfile(fileName, file
- 2010-04-04 20:42:47下载
- 积分:1
-
3-2-1
OMP算法对一维噪声信号去噪,具体过程可参考M.Elad的matlab包,容易理解,思路清晰(OMP algorithm for one-dimensional noise signal de-noising, the specific process may refer M.Elad the matlab package, easy to understand, clear thinking)
- 2020-08-16 11:38:25下载
- 积分:1
-
PPM
说明: 用来仿真可见光通信中完整的PPM调制的功能,(Optical wireless communication)
- 2020-11-05 17:39:50下载
- 积分:1
-
block
基于特征块匹配的快速稳像算法,方法用块匹配方法对图像进行匹配,并进行稳像(Feature-based block matching algorithm for fast stabilization, methods using block-matching method to match the image, and conduct stabilization)
- 2010-06-26 10:40:03下载
- 积分: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
-
NR1
可以实现直角坐标系下的牛顿拉夫逊算法,适合于潮流计算(Cartesian coordinate system can achieve the Newton Raphson method, suitable for power flow calculation)
- 2010-05-31 15:23:07下载
- 积分:1
-
GetImageRGB
用MATLAB获取图片RGB并生成相应文件(Get image RGB and generates the appropriate file using MATLAB)
- 2012-04-28 15:16:47下载
- 积分:1