-
matlab
基于natlab的遗传算法的源代码,可以用于遗传算法的优化仿真分析,在解决优化计算问题的时候非常重要。(a program of matlab for GA)
- 2012-04-21 21:20:32下载
- 积分:1
-
underdetermined bss in time-frequency
使用前请先将信号转换到时频域,最后将信号从时频域转换到时域(please transform the signal into time-frequency domain before using)
- 2018-06-08 17:16:54下载
- 积分:1
-
FIR
adaptation par filtre fir
- 2010-02-25 02:19:47下载
- 积分:1
-
Mutualcoherenceofagivenmatrix
Matlab源码
计算矩阵各列与其他各列的互相关系数,并按照概率分布利用直方图的形式展示出来。
该互相关系数的定义参考Michael Elad的《Sparse and Redundant Representations》p25 Definition2.3(Matlab code for mutual-coherence of a given matrix)
- 2013-07-26 11:10:56下载
- 积分:1
-
MPSK_QAM
MPSK和QAM仿真,AWGN信道,误码率与Es/N0的关系和理论关系式的对比。(MPSK or MQAM modulated signal s relationship between BER and Es/N0 in AWGN channel,compared with the ideal function given by theory.)
- 2013-11-13 10:30:18下载
- 积分:1
-
wavemarksvd
利用svd的一种水印方法。SVD即奇异值分解(Singular Value Decomposition)算法。
(A watermarking method using svd. Singular value decomposition SVD that (Singular Value Decomposition) algorithm.)
- 2009-09-18 10:42:33下载
- 积分:1
-
Underdetermined-Blind-Source-PSO
Underdetermined Blind Source PSO
- 2014-02-20 08:43:38下载
- 积分:1
-
matlab_contour_plot
说明: 详述了Matlab中contour画图的命令及技巧,针对出现的问题进行了说明和逐一演示。(Matlab detailed contour drawing of the orders and skills, for the problems described, and each presentation.)
- 2008-12-07 09:25:46下载
- 积分:1
-
PSATshuomingshu
matlab中的psat软件可以用于潮流计算,连续潮流计算,小扰动分析,分岔分析等等,这是三个版本的说明书(psat matlab software can be used in the flow calculation, continuous flow calculation, the small perturbation analysis, bifurcation analysis, etc., which are the three versions of the manual)
- 2014-01-05 14:44:03下载
- 积分:1
-
oscsend
发送一个开放声音控制(OSC)的信息通过UDP连接
oscsend(美,路径)
oscsend(美,路径,类型,arg1的,arg2的,...)
oscsedn(美,路径,类型,[参数])
ü= UDP的对象与打开的连接。
路径=路径字符串
=同类型的参数类型的字符串,
支持:
我=整数
f=浮动
商S =串
每组空(忽略相应的参数)
余=脉冲(忽略相应的参数)
T=真(忽略相应的参数)
F=假(忽略相应的参数)
乙=布尔(不是官方:将参数为T/在F型)
不支持:
b=一滴
参数=参数所指定的类型。
示例
ü=的UDP( 127.0.0.1 ,7488)
的FOPEN(美)
oscsend(ü, /测试 , ifsINBTF ,1,3.14, 您好 ,[],[],虚假,[],[])
fclose(美)
如需关于振荡信息http://opensoundcontrol.org/。(Sends a Open Sound Control (OSC) message through a UDP connection
oscsend(u,path)
oscsend(u,path,types,arg1,arg2,...)
oscsedn(u,path,types,[args])
u = UDP object with open connection.
path = path-string
types = string with types of arguments,
supported:
i = integer
f = float
s = string
N = Null (ignores corresponding argument)
I = Impulse (ignores corresponding argument)
T = True (ignores corresponding argument)
F = False (ignores corresponding argument)
B = boolean (not official: converts argument to T/F in the type)
not supported:
b = blob
args = arguments as specified by types.
EXAMPLE
u = udp( 127.0.0.1 ,7488)
fopen(u)
oscsend(u, /test , ifsINBTF , 1, 3.14, hello ,[],[],false,[],[])
fclose(u)
See http://opensoundcontrol.org/ for more information about OSC.)
- 2011-05-15 17:56:03下载
- 积分:1