-
EULER_forward_ODE
[t, y]=EULER_forward_ODE(f, t0, y0, tend, Niter)
欧拉向前逼近法求解微分方程初值问题
f定义了函数f(t,y)的
t0时的初始值定义吨
Y0的定义y的初始值( [t, y]=EULER_forward_ODE(f, t0, y0, tend, Niter)
Euler forward approximation method to solve IVP ODEs
f defines the function f(t,y)
t0 defines initial value of t
y0 defines initial value of y)
- 2011-05-15 11:17:04下载
- 积分:1
-
air3
calculate the air properties(input the parameters are relative humidity and dry bulb, if you input the above parameter that you can get another air properties)
- 2015-04-15 13:32:33下载
- 积分:1
-
MAGNITUDE-AND-PHASE-RESPONSE-OF-HIGHPASS-AND-LOWP
MAGNITUDE AND PHASE RESPONSE OF HIGH AND LOWPASS FILTER
- 2013-12-28 01:07:48下载
- 积分:1
-
QPSK
基于MATLAB的QPSK的程序设计,应用于课程设计
(The QPSK based on MATLAB programming, applied to course design)
- 2010-06-22 16:21:18下载
- 积分:1
-
模糊C均值聚类的MATLAB实现,其中包含了10个MATLAB函数-fcm
模糊C均值聚类的MATLAB实现,其中包含了10个MATLAB函数(Fuzzy C- Means clustering MATLAB, which contains 10 MATLAB function)
- 2020-09-29 15:17:44下载
- 积分:1
-
code
处理lasso regression。
使用stochastic Markov property。(Algorithm for solving the Lasso problem:
0.5* (y- X*beta) *(y- X*beta)+ lambda* ||beta||_1
where ||beta||_1 is the L_1 norm i.e., ||beta||_1 = sum(abs( beta ))
We use the method proposed by Fu et. al based on single co-ordinate
descent. For more details see GP s notes or the following paper:
Penalized Regressions: The Bridge Versus the Lasso
Wenjiang J. FU, Journal of Computational and Graphical Statistics,
Volume 7, Number 3, Pages 397?416, 1998
)
- 2013-05-05 13:11:29下载
- 积分:1
-
zipf
可以用matlab来验证经典的zipf分布定律。(Can be used to verify the classic zipf matlab distribution law.)
- 2015-04-02 00:13:51下载
- 积分:1
-
ICAcrosstalkerror
我自己编的串音误差计算函数,对公式进行了一定化简,比本网站其他同类计算函数运算速度要快。用于盲源分离的质量评价,另外还包含ICA中有关性能评价指标的文章。(My own series of crosstalk error calculation function, to the formula for a certain simplification, other than this site similar calculation function operation faster. Quality Evaluation for blind source separation, also contains articles on the ICA performance uation index.)
- 2015-04-10 11:20:04下载
- 积分:1
-
complexity1
基于matlab的关于昏迷病人脑电波复杂度分析(Matlab based on the complexity of comatose brain wave analysis)
- 2015-04-14 11:04:32下载
- 积分:1
-
picuture_fun
说明: 从电脑中选择一个图片,本程序可对图片完成类型转换,几何运算,代数运算(平均法降噪和减数运算),傅里叶变换,图像增强(包括灰度值变换,直方图均衡化,邻域平均法和中值滤波波法),图像复原,图像分割等功能。(Choose a picture from the computer, this program can complete type conversion, geometric operation, algebraic operation (average noise reduction and reduction), Fourier transform, image enhancement (including gray value transformation, histogram equalization, neighborhood averaging and median filtering wave method), image restoration, image segmentation and other functions.)
- 2019-02-05 11:08:32下载
- 积分:1