-
LunarCalendar
matlab编写的阴阳历转换程序,直接下载就可以用,编译运行已通过。(lunisolar calendar conversion program written in matlab, download you can use, compile and run has passed.)
- 2010-11-28 22:33:19下载
- 积分:1
-
ELM
训练集/测试集产生
load spectra_data.mat
随机产生训练集和测试集
temp = randperm(size(NIR,1))
训练集——50个样本
P_train = NIR(temp(1:50),:)
T_train = octane(temp(1:50),:)
测试集——10个样本
P_test = NIR(temp(51:end),:)
T_test = octane(temp(51:end),:)
N = size(P_test,2)
数据归一化
( Training set/test set generation load spectra_data.mat randomly generated training set and test set temp = randperm (size (NIR, 1)) training set- 50 samples P_train = NIR (temp (1:50) ,:)' T_train = octane (temp (1:50 ),:)' test set- 10 samples P_test = NIR (temp (51: end ),:)' T_test = octane (temp (51 : end ),:)' N = size (P_test, 2) Data Normalization)
- 2011-05-21 16:45:51下载
- 积分:1
-
NumberToTextFrench
Return a number in to french
- 2015-01-02 22:43:18下载
- 积分:1
-
noTHtransmitPAM
此函数用于产生脉冲超宽带系统的训练序列的波形。输出参数有三个:bits--发送的数据,stx--发送的信号,ref--参考信号
发送端调制方式为TH-PAM(The emerging ultra-wideband (UWB) system offers a great potential
for high data rate wireless multimedia applications of the home
entertainment and industry, as well as for low data rate sensor
networks involving low power devices~cite{paragraph1}. One of the
most acute challenges in realizing these potentials of the UWB
systems is the timing acquisition. Timing errors as small as
fractions of a nanosecond could seriously degrade the system
performance~cite{paragraph21}. The difficulty in UWB
synchronization arises from UWB signals being the ultrashort
low-duty-cycle pulses operating at very low power density.)
- 2010-06-15 11:28:02下载
- 积分:1
-
Two_stage
线性规划问题,用两阶段法求解。输入输出的类型均为有理数,每个有理数用两个长整形表示。(Linear programming problem, using a two-stage method to solve. The type of input and output are rational, every rational number indicated by two long plastic surgery.)
- 2009-11-09 00:27:42下载
- 积分:1
-
sdv
平稳性检测,关于matlab的平稳性检测源代码,时间序列多个代码(Stability testing, stability testing on matlab source code, time series, more than one code)
- 2013-07-31 08:36:25下载
- 积分:1
-
myq
可以实现十进制转换成任意字长的二进制。并又可以按照这个二进制转换成十进制。这个程序对于分析不同字长对于IIR数字滤波器和FIR滤波器的影响是非常有用的。(Decimal to convert any word length of the binary. And also in accordance with this binary to decimal conversion. This program is very useful for the analysis of the impact of different word length for the IIR digital filter and FIR filter.)
- 2012-06-21 22:55:24下载
- 积分:1
-
montecarlo
蒙特卡洛方法中随机数的产生和检验,乘同余法。(The Monte Carlo method, random number generation and testing, multiplication congruential method.)
- 2012-07-21 17:16:01下载
- 积分:1
-
chaos-toolbox-v2
混沌工具箱,混沌时间序列仿真以及各种算法的软件包(Chaos toolbox, chaotic time series simulation package as well as a variety of algorithms)
- 2012-11-14 20:31:19下载
- 积分:1
-
EX5
duda 模式分类 第五章 上机练习代码(原创,不是网内流传的官方工具箱,比较全,大部分已调试)对应课后题的题号(Pattern Classification 2nd CH5 code practice)
- 2015-03-22 19:43:19下载
- 积分:1