搜索资源列表
系统辨识
- 用得到的已知输入输出数据,通过编好的渐消记忆增广最小二乘辨识软件辨识已知系统的阶次与估计其参数,验证所编软件的正确性-known to be useful input and output data, through the provision of good memories fading by the least square identification software widely known identification system and the order of the est
xlswrite
- 用matlab轻松实现excel格式的数据输出-Easy to use matlab data output excel format
dt
- 选择性读入并筛选数据,然后已ASCII码输出。Matlab程序。-Matlab program on loading and export database.
Huffman
- 该仿真程序采用2个码元联合编码的方式对信源数据进行Huffman编码,最后给出了联合编码和单个码元编码以及定长编码的对比分析,并将编码的二进制数据和解码的数据输出为文本文件hcode.txt及hdecode.txt。-matlab
som(Jal.You)
- SOM神经网络(自组织特征映射神经网络)是一种无导师神经网路。网络的拓扑结构是由一个输入层与一个输出层构成。输入层的节点数即为输入样本的维数,其中每一节点代表输入样本中的一个分量。输出层节点排列结构是二维阵列。输入层X中的每个节点均与输出层Y每个神经元节点通过一权值(权矢量为W)相连接,这样每个输出层节点均对应于一个连接权矢量。 自组织特征映射的基本原理是,当某类模式输入时,其输出层某一节点得到最大刺激而获胜,获胜节点周围的一些节点因侧向作用也受到较大刺激。这时网络进行一次学习操作,获胜节点
MATLAB
- 利用MATLAB 实现数据读入,对水准网平差进行处理,及数据输出等功能!-Using matlab implementing a data into the net, the standard of the poor and data processing, output and functional!
Untitled2
- 将矩阵中的数据输出到EXCEL表格,共四个通道~-The matrix of the data output to the EXCEL table, a total of four channels ~
temperature
- matlab 插值的应用实例,比较了多种插值方法的输出结果,结果包括图形和数据输出。 -An example of matlab interpolation application,including a comparison of several interpolation methods.The results include graphics as well as data output.
mp3read
- 可以将声音文件转化为数据输出,肯恩个里面有点小bug,稍微调试下-Sound files can be converted to a data output, Ken inside little bug a little debugging under
kafangcanshuguji
- 总体X服从非中心卡方分布,求两个参数的极大似然估计 输入:样本数据 输出:参数估计值n,v 内有详细说明-Overall X obey non-central chi-square distribution, find the two parameters MLE
ins-gps
- 惯性卫星组合导航 输入惯导,gps数据输出导航结果-INS/GPS integrated navigation
CA_TrafficFlowModel
- 利用元胞自动机算法实现交通流的数学模型构建和模拟,数据输出为.txt文件-Constructing a mathematical model of traffic flow and simulation with the use of cellular automata algorithms, data output as .txt files
MatlabAndExcel
- Matlab通过COM口对EXCEL表格进行操作,可以实现读取excel的内容并画出曲线,将数据输出至excel表格-Matlab through the COM port operate on EXCEL spreadsheets, can read the contents of excel and draw the curve, the data is output to excel table
大数据
- BP—ANN神经网络matlab源代码,主要用于数据预测,图像分类等,分为3层,输入层,输出和隐含层(BP - ANN neural network matlab source code, mainly used for data prediction, image classification and so on, divided into 3 layers, input layer, output and hidden layer)
experiment-3
- %产生2ASK、4ASK调制信号 %Len:码元长度,默认值为1000 %IsPlot:是否绘图,'1'表示绘图,否则不绘图 %IsOutput:是否将ASK调制数据输出到文本文件中,'1'表示输出,否则不输出(% produces 2ASK, 4ASK modulation signals %Len: symbol length, defaults to 1000 %IsPlot: do you want to draw,'1'represents drawing, otherwis
REST_V1.8_130615
- 用于fMRI图像统计学分析、图像显示、以及脑区定位和详细数据输出(For fMRI image statistical analysis, image display, as well as brain location and detailed data output)
基于MATLAB去噪后输出脉搏数据文本程序
- 本程序是利用matlab进行去噪后,对脉搏数据进行文本输出程序。(This procedure is the use of MATLAB denoising, pulse data for the text output process.)
sins
- 输入IMU惯导数据,输出经纬度坐标的matlab程序(A matlab program that inputs IMU inertial navigation data and outputs latitude and longitude coordinates)
compute_mapping
- 输入: 二维矩阵;输出:降维结果; 共包含34种降维方法,线性/非线性;局部/全局;监督/非监督(Input: 2-D matrix; output: dimension reduction result; contains 34 dimensionality reduction methods, linear / nonlinear; local / global; supervised / unsupervised.)
seismic anlysis
- 用于地震数据的处理,涉及segy文件的读取输出和相应的处理。