登录
首页 » matlab » fit_logistic

fit_logistic

于 2014-02-14 发布 文件大小:3KB
0 140
下载积分: 1 下载次数: 7

代码说明:

  Fit time series Q(t) to a logistic function. Inputs (vectors of same size): t (time) & Q Outputs: Qpre (logistic model fit to data) and three independent parameters: thalf, Qinf, and a, describing the logistic Q(t) = Qinf/(1 + exp(-a*(t-thalf))) Qinf is value as t --> infinity thalf is time of symmetric inflection point a is time decay constant Written by James Conder, Southern Illinois University, Oct. 2010

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

发表评论

0 个回复

  • adaptive-equalizer
    本文用于仿真自适应均衡器,信道冲激响应有三个(This paper used for simulation adaptive equalizer)
    2012-05-04 17:33:53下载
    积分:1
  • LGOH4
    运用格罗斯曼准定常气动力模型计算气动力,采用数值积分方法计算二元翼段的颤振临界速度。(Frequency domain method for solving aerodynamic coupling frequencies of wings)
    2020-12-18 17:19:10下载
    积分:1
  • proy2
    practice system operating
    2009-12-02 13:48:51下载
    积分:1
  • matlabhunhebiancheng
    Matlab是一个很好的大型数值计算软件。解释型的程序执行、即时的调试窗口、高效的矩阵运算、丰富的工具箱,使它成为了数值计算和科研工作的必备软件。虽然Matlab具有众多的优势,可是它的程序却很难完全摆脱Matlab环境运行,在界面功能上也效率低下,这些缺点我们在使用Matlab的同时,不免担忧自己的成果不能方便地对外发布。对Matlab的运行方式进行了分析,之后提出了Matlab和VC高级语言之间混合编程的方法,以及Matlab程序独立打包和如何提高Matlab程序的界面运行效率的方法。 更多还原 (Matlab is a nice large numerical software. Explain the type of program execution, real-time debug window and efficient matrix operations, rich toolbox, making it the numerical calculations and research work necessary software. Although Matlab has many advantages, but it is difficult to completely get rid of the program running Matlab environment, the interface functions inefficient, these shortcomings in the use of Matlab while we can not help but worry about their results can not easily be released. For Matlab operation mode are analyzed, and then propose a hybrid programming approach between Matlab and VC-level language, and Matlab program independent packaged and how to improve the operational efficiency of the Matlab interface procedures. More Restore)
    2013-12-14 16:07:36下载
    积分:1
  • 1
    matlab使用垂直Sobel算子,自动选择阈值 [VSFAT Threshold]=edge(f, sobel , vertical ) 边缘探测 figure,imshow(f),title( 原始图像 ), 显示原始图像 figure,imshow(VSFAT),title( 垂直图像边缘检测 ) 显示边缘探测图像 使用水平和垂直Sobel算子,自动选择阈值 SFST=edge(f, sobel ,2) figure,imshow(SFST),title( 水平和垂直图像边缘检测 ) 显示边缘探测图像 使用指定45度角 Sobel算子滤波器,指定阈值 s45=[-2 -1 0 -1 0 1 0 1 2] SFST45=imfilter(f,s45, replicate ) SFST45=SFST45>=2 figure,imshow(SFST45),title( 45度角图像边缘检测 ) 显示边缘探测图像 (matlab I=rgb2gray(I0) J0=double(I) [VSFAT Threshold]=edge(f, sobel , vertical ) figure,imshow(f),title figure,imshow(VSFAT),title)
    2013-12-18 15:42:14下载
    积分:1
  • nmfsc
    稀疏约束的非负矩阵分解Non-negative Matrix Factorization with Sparseness Constraints(Non-negative Matrix Factorization with Sparseness Constraints)
    2011-05-27 14:56:46下载
    积分:1
  • Numerical-analysis-with-Matlab
    This tutorial deals with the rootfinding, interpolation, numerical differentiation and integration and numerical solutions of the ordinary differential equations.
    2013-12-07 18:59:37下载
    积分:1
  • 1-fixed-lag-CRTS
    发散的一个新的Rauch-Tung-Striebel形式容积卡尔曼平滑了非线性状态空间模型采用求容积法为最优平滑转换(A new form of Rauch-Tung-Striebel volume divergence Kalman smoother nonlinear state space model using the volumetric method for seeking the optimal smooth transition)
    2015-01-06 21:28:04下载
    积分:1
  • SVD-for-singular-point
    类似于小波变换,使用奇异值分解理论检测信号的奇异点。(Similar to the wavelet transform, using the singular value decomposition theory of singularity detection signal.)
    2014-03-14 10:34:55下载
    积分:1
  • sd
    说明:  一阶sigma delta的matlab中simulink的仿真,z域(First-order sigma delta of matlab simulation in simulink, z domain)
    2010-04-20 21:11:40下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载