-
sequencebalance
该函数将检测输入的序列是否是平衡的序列,以加以挑选,例如在扩频通信中的地址码就需要具有良好平衡性的gold序列(The function will detect whether the input sequence is a balanced sequence, in order to be selected, for example, in Spread Spectrum Communication address code on the need to have a good balance of the gold sequence)
- 2009-04-22 19:22:21下载
- 积分:1
-
Sampling
A Sampling Matlab Code
- 2011-02-03 14:41:06下载
- 积分:1
-
imagecontrastenhancement
image contrast enhancement
- 2010-05-11 21:15:53下载
- 积分:1
-
VDPequation
力的非线性表现随工作点在Streibeck曲线上所处的区段不同可以由范德波尔方程描述(Van Der Pol equation)
- 2012-04-19 16:56:49下载
- 积分:1
-
AQM_matrix_Stability
AQM网络仿真,编写matlab的.m文件(Copyright (c) 2009-2015, Yang Xiao
Copyright (c) 2009, John D Errico
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the distribution
* Neither the name of the Beijing Jiaotong University nor the names
of its contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
)
- 2013-09-11 19:29:29下载
- 积分:1
-
mse
最小均方算法(MSE),来自阵列信号处理课本中(Least mean square (MSE), from the array signal processing textbooks)
- 2011-04-27 10:16:23下载
- 积分: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
-
codes
基于累计量的奇异值-总体最小二乘法求AR参数 用奇异值-总体最小二乘法求AR参数 一般最小二乘法求AR参数 根据AR参数和自相关函数以及AR阶数用Cadzow谱估计子求出频谱密度(Based on the cumulative amount of singular value- total least squares method for AR parameter using singular value- total least squares method for AR parameter ordinary least squares method for AR parameter in accordance with AR parameters and the autocorrelation function, as well as the order of AR spectral estimation using Cadzow sub-spectrum density obtained)
- 2009-05-13 17:07:41下载
- 积分:1
-
ann
基于神经网络之中的BP算法的matlab仿真(Based on the BP neural network algorithm matlab simulation)
- 2009-07-08 18:54:57下载
- 积分:1
-
IM-0001-0017
processed medical image compression in matlab
- 2013-08-03 02:46:23下载
- 积分:1