搜索资源列表
duhamel
- duhamel积分的程序,是一个很经典的算法,可以计算任意荷载体系的动力响应。-duhamel integral procedure is a very classic algorithms, can calculate arbitrary load system dynamic response.
PID-GAs
- 遗传算法的PID调节 题目:已知 ,利用GA 寻优PID参数,其中K=1,T=2, ,二进制/实数编码,位数不限,M,Pc,Pm自选,性能指标 ,Q=100为仿真计算步长。-PID regulation of genetic algorithms Title: known, the use of PID parameters of GA optimization, in which K = 1, T = 2,, binary/real-coded, not limited to the me
radiocover
- 这个程序可以计算给定点处的小区信号范围覆盖。-is program computes a map of visibility from a selected point on a topography. It has been written to help the search for radio relay best location. Because it considers only direct line of sight, it gives a good estimation for
124
- 计算特征多项式的 m 序列的自相关系数。-Calculate the characteristic polynomial of the m sequence of autocorrelation coefficients.
hutu
- 应用MATLAB的M文件编程方法过行信号频域分析。分别用矩阵运算的方法计算方波的DFS,在60的时窗宽度上方波宽度分别为5与12。并且画出x(n)和DFS(x(n))的杆状图。-Application of MATLAB M-file programming off-line signal frequency domain analysis. Were calculated using matrix calculation of square wave of DFS, in the 60'
matlab
- MATLAB有限元计算的M文件,可用于各种单元的计算-MATLAB M-files FEM
principle-component-analysis--matlab
- 利用Matlab编程实现主成分分析, Cwstd.m——用总和标准化法标准化矩阵 Cwfac.m——计算相关系数矩阵;计算特征值和特征向量;对主成分进行排序;计算各特征值贡献率;挑选主成分(累计贡献率大于85 ),输出主成分个数;计算主成分载荷 Cwscore.m——计算各主成分得分、综合得分并排序 Cwprint.m——读入数据文件;调用以上三个函数并输出结果 -The use of principal component analysis Matlab programmi
《模式识别与智能计算》全书实例的源程序
- 为了方便读者学习本书的内容,特地将本书中各章节自编函数(见“《模式识别与智能计算》部分函数的源程序”文件夹)及书中较多行的命令(见“《模式识别与智能计算》全书实例的源程序”文件夹),都摘录于各章节中。使用时请将其转换成M文件格式,并且注意M文件中是英文状态,所以要特别注意word格式中的标点符号及提示符前面的空格是否是英文状态(在M文件中,如果字符不是英文状态,会出现波红色浪线的提示)。 如果文件中是函数,则根据matlab形式要求,将其写成函数形式,并保存在相应的路径上。(In order
jianzhengpinlv-m
- 利用matlab编程,理论计算长方体小空间的低频简正频率。(Using matlab programming, the theoretical calculation of rectangular low frequency room simple frequency.)
RS分析Matlab程序
- 首先将该程序命名为RSana.m保存,以供调用。 在matlab中导入所要分析的时间序列,保存为x。 然后在matlab命令行输入命令logRS=RSana(x,n,"Hurst")。其中x就是该时间序列,它本身就是向量数据;n为分析的时间周期,Hurst是分析方法。返回值logRS。 这里指对一个周期进行分析,返回返回值logRS是一个标量。如果要作log-log图,需要一个循环,分别对n=5:200进行计算logRS。(First, the program is n
calcVaR.m
- Monte carlo methods to calculate value at risk in matlab
m
- matlab土压力计算,不含水,主要计算软土层中的力,基坑深度小于48m(Matlab earth pressure calculation, without water content)
基于MATLAB的血管三维重建
- 编制通用 M程序包实现从数据采集到模型渲染的全程自 动计算. 最后应用给出的方法完成了对 100张序列切片图像的计算机三维重建.(The general M package is compiled to realize the whole process from data acquisition to model rendering Finally, the 3D reconstruction of 100 slice images is completed by using the me
M-niblack
- matlab的niblack实现,局部阈值分割与区域平均阈值计算(Niblack implementation of MATLAB, local threshold segmentation and region average threshold calculation.)
about matlab.m
- 根据四个偏振角度的偏振图像计算偏振斯托斯矢量。(The polarization stokes vector is calculated from four polarization angles.)
m-u0
- 计算钢筋混凝土梁弯矩曲率关系,并输出钢筋混凝土梁弯矩关系图(calucate the M-u relationship of reinforecd concrete structure)
M-Files
- 有限元计算在有限应变描述下基于3D应变的形状记忆合金本构模型的数值实现提交给智能材料和结构。(Finite element calculation)
2374235_Matlab-M-files-关键部件
- 内燃机关键部件计算,可以方便的进行校核计算,基于MATLAB(Calculation of key components of internal combustion engine)
Ds_AB3.m
- 采用matlab程序计算ab石墨烯电导率(calculation the ab conductivity of graphene calculation the ab conductivity of graphene)
strategy.m
- macd交易策略代码 % 子函数1:top_sharpes 选取夏普比率最高五只股票 % 子函数2:best_weights 确定最优权重 % 子函数3:my_macd 计算各股macd % 子函数4:backtest 识别买卖信号模拟交易,计算各股累计收益 % 主函数思路:1.设定训练期为1年,测试期为半年 % 2.动态选股:2.1 使用4个子函数计算第i个测试期的累计收益 % 2.2 将第i个测试期并入训练期 %