-
KRIJIN
matlab用于散点插值的程序代码,为克里金插值算法,代码全,有很大的参考性(matlab program code for scattered point interpolation, kriging interpolation algorithm, code-wide, there is a lot of reference)
- 2013-05-17 11:32:57下载
- 积分:1
-
F16_fuzzy_theta
F16战斗机的飞行模糊控制器,在matlab环境下simulink中进行仿真(FUZZY CONTROL FOR F16 FIGHTER)
- 2020-07-03 14:20:01下载
- 积分:1
-
matlab
基于matlab的低通有源滤波器设计wp=30hz,ws=40hz,rp=0.5,rs=40,fs=100hz.
(Matlab-based low-pass active filter design wp = 30hz, ws = 40hz, rp = 0.5, rs = 40, fs = 100hz.)
- 2013-11-02 13:22:51下载
- 积分:1
-
SecVibratPSO
SecVibratPSO :用二阶振荡粒子群优化算法求解无约束优化问题
(SecVibratPSO: optimization algorithm for solving unconstrained optimization problems with second-order oscillating particle swarm)
- 2013-12-08 18:22:59下载
- 积分:1
-
MATLAB7.8imageprocess
matlab图像处理宝典 图像处理入门手册(matlab-image processing)
- 2015-04-21 21:25:23下载
- 积分:1
-
enegydetect1520
频谱感知 能量检测算法 SNR -15 -20对比输出结果(energy detection spectrum sensing)
- 2016-07-03 18:36:15下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1
-
eulertoquat
欧拉角表示法具有简便、几何意义明显等优点,同时姿态敏感器可以直接测出这些参数,能较方便地求解用这些姿态参数描述的姿态动力学方程。但采用欧拉角的姿态描述方法存在奇点问题,且需多次三角运算。而采用四元数表示方法则可以避免这些问题。(conversion between euler angle and quaternion method)
- 2010-12-18 23:59:27下载
- 积分:1
-
sphere_scattering
基于Mie理论的球形介质monte carlo模拟多次散射,包括:绝缘球的平面波散射和多层覆盖介质球的平面波散射。(This package contains the code that implements the field solutions as
a) a planewave is scattered by a dielectric sphere,
b) a planewave is scattered by a multi-layer concentric sphere.
)
- 2011-05-31 10:10:21下载
- 积分:1
-
PID_kongzhizhiguanjieshi
该文件是一个详细分析PID控制的文件。通过示波器,改变参数下,可以很形象的观察输出波形的变化,这样可以更加直观的学习PID控制,加深对它的理解(The file is a detailed analysis of PID control file. Through the oscilloscope, change the parameters, can be very image of the observed output waveform change, so that we can more intuitive learning PID control, deepen the understanding of it
)
- 2013-03-01 21:26:13下载
- 积分:1