-
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
-
CODES
I have submitted 5 matlab codes which are self made related to PAPR reduction, gabor filter, histogram, loading etc
- 2015-02-18 17:57:24下载
- 积分:1
-
可以对已有的信号求其循环谱
可以对已有的信号求其循环谱,信号可以通用的。(The cyclic spectrum of the existing signal can be obtained, and the signal can be universal.)
- 2018-09-22 11:54:56下载
- 积分:1
-
based-on-MATLAB-M-file-QPSK-and-oqpsk-modulation
基于MATLAB中的M文件实现QPSK及QDPSK的调制,希望能帮助你学习(M-file MATLAB-based implementation of QPSK modulation and QDPSK)
- 2010-12-11 00:15:55下载
- 积分:1
-
newton_raphson
Newton-Raphson算法 介绍
在科学计算和财经工程领域,许多数值算法都是通用的(至少在理论上是),可广泛地用于解决一类问题。一个大家熟悉的例子就是Newton-Raphson例程,它可用来寻找方程 f(x)=0的数值解。标准的数学表达式f(x)表示f是变量x的函数,其通常的表达形式为f(x,a,b,...)=0,f被定义为多于一个变量的函数。在这种情况下,Newton-Raphson算法试图把x以外的变量固定并作为参数,而寻找关于变量x的数值解。
由于Newton-Raphson算法需要知道被求解函数的确切表达,其传统实现方法是直接将代码嵌入到客户应用程序中。这就使得算法的实现代码经过针对不同被求解函数的少量修改后在客户程序中反复出现。
同许多其它数学例程一样,Newton-Raphson算法的具体实现是应该与特定用户无关的。并且,重复编码在任何情况下都应该尽量避免。我们很自然地会想到把该类例程作为库函数来实现,以使客户程序可以直接调用它们。但是,这种实现方式必然会涉及到如何将用户自定义函数(Newton-Raphson 例程需要调用该函数)封装成可以作为参数传递的形式。
(err)
- 2008-06-16 10:38:48下载
- 积分:1
-
dijkstra
说明: dijkstra算法对于最短路问题的求解(Dijkstra shortest path algorithm for solving the problem)
- 2008-09-19 15:07:28下载
- 积分:1
-
work
说明: 非线性系统中混沌liu氏函数的matlab实现(Chaos liu' s function)
- 2010-04-16 09:01:11下载
- 积分:1
-
MatlabFPGA
说明: 在MATLAB中实现硬件FPGA (In MATLAB to achieve hardware FPGA)
- 2008-11-12 18:55:02下载
- 积分:1
-
enkf-matlab
matlab代码,里面有几种卡尔曼滤波实现方法,而且带有实例,可直接运行(This file is part of EnKF-Matlab. EnKF-Matlab is a free softwareEnKF-Matlab originally was a rather loose code that emerged over a number of
years in the course of experiments with Ensemble Kalman Filter (EnKF). )
- 2012-04-27 10:05:46下载
- 积分:1
-
SIMULINK
matlab中进行simulink仿真的应用(the matlab simulink simulation applications)
- 2013-09-10 17:10:04下载
- 积分:1