-
am-dem
说明: 上传一个实现AM调制解调的源代码(From AM modulation and demodulation of a realization of the source code)
- 2008-11-17 16:56:14下载
- 积分:1
-
Matlab-Optimization-tools
基于Matlab软件中的优化算法和优化工具,针对风力机翼型通用型线集成表达式建立了优化数学模型。以风力机翼型的最大升阻比为优化设计目标函数,翼型形状控制方程的系数为设计变量,翼型的厚度和弯度为约束条件,设
计得到了相对厚度为18%的风力机翼型,并对其性能进行了计算分析。研究结果拓宽了风力机叶片翼型的设计思路和设计方法。(Based the Matlab software optimization algorithm and optimization tools for the integrated expression of the general profile of the wind turbine airfoil optimization model. Wind turbine airfoil maximum lift-drag ratio for the optimal design objective function coefficients of the equation of the airfoil shape control as design variables, airfoil thickness and curvature constraints, the design has been the relative thickness of 18 of wind turbine airfoil , and its performance is calculated and analyzed. The findings broaden the wind turbine blade airfoil design ideas and design methods.)
- 2020-12-18 21:39:10下载
- 积分:1
-
SteepestDescentMethod
最速下降梯度法matlab程序
最速下降梯度法matlab程序
(Steepest Descent Method
)
- 2009-10-08 13:11:17下载
- 积分:1
-
HarrisJiaoDianJianCe
Harris的角点检测算法的MATLAB程序实现(Harris corner detection algorithm of the MATLAB program)
- 2009-04-07 09:19:35下载
- 积分:1
-
SecondordeTVbasedmodels
A second-order cone programming based solver for MATLAB
- 2009-11-30 20:53:13下载
- 积分:1
-
buck_tran
使用matlab的simulink工具箱仿真buck变换器(The simulink toolbox using matlab simulation buck converter)
- 2010-01-04 21:31:36下载
- 积分:1
-
photometricStereo
matlab code for photometric stereo
- 2010-12-30 03:14:44下载
- 积分:1
-
系统辨识
说明: 系统辨识中的各种辨识算法:如最小二乘法、递推最小二乘法、广义最小二乘、变遗忘因子递推算法等。(System Identification of identification algorithm : if the least-squares method, recursive least squares method, generalized least squares, changing the forgotten factor algorithm.)
- 2021-01-19 11:28:42下载
- 积分:1
-
duanshipingjunguolinglv
只是一个关于短时平均过零率的matlab代码(Just a short-time average zero-crossing rate on the matlab code)
- 2013-07-18 16:11:27下载
- 积分:1
-
pade
function [a,b] = pade(x,p,q)
PADE Model a signal using the Pade approximation method
----
Usage: [a,b] = pade(x,p,q)
The input sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles.
- 2012-04-18 09:52:53下载
- 积分:1