登录
首页 » Matlab » a matlab code for lost bouyancy method for damage stability

a matlab code for lost bouyancy method for damage stability

于 2022-07-16 发布 文件大小:1.18 kB
0 72
下载积分: 2 下载次数: 2

代码说明:

本规范计算了双体船几何入轨船舶损伤稳性估算的损失浮力公式。该程序以确定性程序为基础,能给出船舶的几何参数,并能计算出损伤后的横倾。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • shibbsR
    将基于最大峰值和JADE盲分离算法相结合的一种盲分离算法.(Will be based on the maximum peak and the JADE algorithm for blind separation of a combination of blind source separation algorithm.)
    2007-11-29 11:16:13下载
    积分:1
  • matlab_point
    说明:  此软件可用来计算节点数,也可用来计算一些简单的算法,如果你对数据结构感兴趣,也可以用此软件解决数据结构的很多问题 (software can be used to calculate nodes, but also can be used to calculate some simple algorithm, If you are interested in the data structure can also use this software to solve many data structure problem)
    2006-01-08 17:03:03下载
    积分:1
  • matlab代码
    说明:  针对小波包去噪对含强白噪声的信号处理效果不理想问题,提出了基于互相关分析优化的VMD-小波包阈值去噪方法。该方法融合了VMD和小波包去噪的优势,通过VMD把含噪信号分解成若干个模态分量,根据互相关分析提出的临界相关系数从所有模态分量中搜寻极优模态分量,之后利用小波包阈值去噪对极优模态分量进行处理。实验结果表明,该方法对含强白噪声的信号去噪效果具有优势,能够保全信号的有效分量,克服了传统VMD去噪的盲目性,保证了去噪后信号的真实性。(Denoising by wavelet threshold transform)
    2021-04-05 17:59:03下载
    积分:1
  • Pulse-Code-Modulation
    脉冲编码调制(PCM,Pulse Code Modulation)是一种将模拟语音信号转换成数字信号的编码方式,从数学上来看,量化过程就是把一个连续幅度值的无限数集合映射成一个离散幅度值的有限数集合,编码就是用一组二进制数来表示这些映射后的有限数。 国际标准化的PCM采用折叠二进制码,符合长途电话质量。根据量化方法的不同,PCM 可分为均匀量化PCM 和对数PCM 两大类,对数PCM中,A律和μ律编码都已被定为国际标准。 本程序实现了A律、μ律以及均匀量化三种PCM,并带有GUI界面,方便使用。可以计算编码后的码率、运行时间以及最小均方误差。(Pulse Code Modulation (PCM, Pulse Code Modulation) is an analog voice signal into digital signal encoding, from the mathematical point of view, the process is to quantify the magnitude of the value of an infinite number of continuous mapping into a discrete set of the limited range of values number set, code is a set of binary digits, said after a limited number of these maps. By folding the International Standardization of PCM binary code, in line with long-distance telephone quality. According to the different quantitative methods, PCM can be divided into uniform quantization PCM PCM and the number of two categories, on the number of PCM, A law and μ-law code have been designated as international standards. A law implemented in this program, μ law and the uniform quantization of three PCM, with a GUI interface, easy to use. Encoded bit rate can be calculated, running time and minimum mean square error. )
    2011-02-05 23:10:39下载
    积分:1
  • 1234435
    用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation function [sys,x0,str,ts]=s_function(t,x,u,flag) switch flag, Initialization case 0, [sys,x0,str,ts]=mdlInitializeSizes Outputs case 3, sys=mdlOutputs(t,x,u) Unhandled flags case {2, 4, 9 } sys = [] Unexpected flags otherwise error([ Unhandled flag = ,num2str(flag)]) end mdlInitializeSizes function [sys,x0,str,ts]=mdlInitializeSizes sizes = simsizes sizes.NumContStates = 0 sizes.NumDiscStates = 0 sizes.NumOutputs = 3 sizes.NumInputs = 1 sizes.DirFeedthrough = 1 sizes.NumSampleTimes = 0 sys=simsizes(sizes) x0=[] str=[] ts=[] function sys=mdlOutputs(t,x,u) x11d=sin(pi*t/2) x21d=cos(pi*t) x31d=1 sys(1)=x11d sys(2)=x21d sys(3)=x31d )
    2012-10-19 11:43:12下载
    积分:1
  • ELM_PSO-master
    说明:  为了提升配网供电可靠性的预测精度!提出了基于主成分分析和粒子群优化极限学习机的配网供电可靠 性预测模型$ 从多方面分析影响供电可靠性的指标!利用主成分分析得到综合变量!实现对数据的降维$ 在此基 础上!构建人工神经网络并利用粒子群算法优化极限学习机的输入权值和阈值!完成对训练供电可靠性预测模型 的训练$ 以某大型电网的 ?L 个供电局样本 !% 种影响供电可靠性因素为例进行仿真分析!并将 E S R C E FQ C 4 G D算 法与 ! 种回归拟合算法对比!验证了该方法的有效性(It is clear that the learning speed of feedforward neural networks is in general far slower than required and it has been a major bottleneck in their applications for past decades. Two key reasons behind may be: (1) the slow gradient-based learning algorithms are extensively used to train neural networks, and (2) all the parameters of the networks are tuned iteratively by using such learning algorithms. Unlike these conventional implementations, this paper proposes a new learning algorithm called extreme learning machine (ELM) for single-hidden layer feedforward neural networks (SLFNs) which randomly chooses hidden nodes and analytically determines the output weights of SLFNs. In theory, this algorithm tends to provide good generalization performance at extremely fast learning speed. The experimental results based on a few artificial and real benchmark function approximation and classification problems including very large complex applications show that the new algorithm can p)
    2020-07-07 16:58:45下载
    积分:1
  • anneal
    这是一个模拟退火的matlab版的源程序(This is a simulated annealing version of the source code matlab)
    2011-04-26 11:06:39下载
    积分:1
  • Adaptive-DFE-for-GMSK-
    gmsk调制系统的DFE均衡算法,一篇外文论文,有参考价值(gmsk DFE equalization algorithm modulation system, a foreign language papers, there is reference value)
    2011-05-07 20:55:02下载
    积分:1
  • probabilistic_filter
    Kernel density based probability estimation and filtering for a signalProa
    2014-11-05 00:40:56下载
    积分:1
  • FXCSJS
    分形参数计算程序的分享;word 文档内涵程序matlab(The calculation program of the fractal parameter word document sharing the content of the program matlab)
    2015-02-06 15:15:16下载
    积分:1
  • 696518资源总数
  • 105685会员总数
  • 30今日下载