-
snow
matlab画的科赫雪花曲线,非分形算法,简单易懂(matlab painting Koch snowflake curve, an improper shape algorithm, easy to understand)
- 2009-12-04 20:54:18下载
- 积分:1
-
matlab
Matlab的很多资料,特别适合初学者,是我自己用心整理出来的(Matlab a lot of information, especially for beginners, is sorting out my own heart)
- 2010-08-04 10:47:14下载
- 积分:1
-
generateGmatrix
这是国标数字电视地面传输中生成矩阵的生成程序,只要按照MATLAB的格式输入国标附录1中的数据,就可以生成完整的G矩阵(This is the national standard of digital TV terrestrial transmission matrix generated in the generation process, as long as the input in accordance with the format of MATLAB Appendix 1 GB of data, we can generate the complete G matrix)
- 2008-05-15 09:52:57下载
- 积分:1
-
Mod_Mas
programme de simulation MAS
- 2011-07-16 19:44:46下载
- 积分:1
-
kalman-simulink
一个简单的卡尔曼滤波程序,以实现状态估计,并给出了仿真结果(a simple Kalman Filter)
- 2020-11-16 19:29:41下载
- 积分:1
-
laifui
处理信号的时频分析,D-S证据理论数据融合,AHP层次分析法计算判断矩阵的最大特征值。( When processing a signal frequency analysis, D-S evidence theory data fusion, Calculate the maximum eigenvalue judgment matrix of AHP.)
- 2016-05-20 15:56:00下载
- 积分:1
-
Photovoltaic_GridConnected_with_StatCom_ESS0
说明: 光伏并网逆变器的仿真以及参数的设定,采用传统配置(inverter Simulation of photovoltaic grid-connected inverters and parameter settings using traditional configurations)
- 2020-06-17 21:00:07下载
- 积分:1
-
IterativeClosestPointMethod
ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points.
Ordinary usage:
[R, T] = icp(model,data)
INPUT:
model - matrix with model points,
data - matrix with data points,
OUTPUT:
R - rotation matrix and
T - translation vector accordingly
so
newdata = R*data + T .
newdata are transformed data points to fit model
see help icp for more information
(ICP fit points in data to the points in model. Fit with respect to minimize the sum of square errors with the closest model points and data points.
Ordinary usage:
[R, T] = icp(model,data)
INPUT:
model- matrix with model points,
data- matrix with data points,
OUTPUT:
R- rotation matrix and
T- translation vector accordingly
so
newdata = R*data+ T .
newdata are transformed data points to fit model
see help icp for more information
)
- 2007-09-09 16:06:34下载
- 积分:1
-
CshixianMATLAB6.5zhongmwenjiandfangfa
介绍了matlab中的M文件用C语言来实现的方法(Matlab introduction of M documents in the C language to realize the method)
- 2007-09-17 22:34:10下载
- 积分:1
-
matlabfun
信源函数
randerr 产生比特误差样本
randint 产生均匀分布的随机整数矩阵
randsrc 根据给定的数字表产生随机矩阵
wgn 产生高斯白噪声
信号分析函数
biterr 计算比特误差数和比特误差率
eyediagram 绘制眼图
scatterplot 绘制分布图
symerr 计算符号误差数和符号误差率
信源编码
compand mu律/A律 压缩/扩张
dpcmdeco DPCM(差分脉冲编码调制)解码
dpcmenco DPCM编码
dpcmopt 优化DPCM参数
lloyds Lloyd法则优化量化器参数
quantiz 给出量化后的级和输出值
误差控制编码
bchpoly 给出二进制BCH码的性能参数和产生多项式
convenc 产生卷积码
cyclgen 产生循环码的奇偶校验阵和生成矩阵
cyclpoly 产生循环码的生成多项式
decode 分组码解码器
encode 分组码编码器
gen2par 将奇偶校验阵和生成矩阵互相转换
gfweight 计算线性分组码的最小距离
hammgen 产生汉明码的奇偶校验阵和生成矩阵
rsdecof 对Reed-Solomon编码的ASCII文件解码(#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <float.h>
#include <string.h>
#include <stdarg.h>
#include "svm.h"
)
- 2010-10-25 10:46:33下载
- 积分:1