-
SINS_Out2
惯导解算程序 matlab写的 很实用
惯导解算程序 matlab写的 很实用(INS solver matlab write very practical inertial navigation solution program is very practical matlab)
- 2013-01-13 20:47:42下载
- 积分:1
-
Root-MUSIC
一种求根music,高分辨谱估计算法,包含论文和代码(rooted music algorithm)
- 2014-08-16 14:12:55下载
- 积分:1
-
FFTZeroPadding
Matlab program that shows Dominant Frequency detection using FFT method
Use FT with zero-padding technique 10 times of FT resolution
- 2014-10-16 07:57:49下载
- 积分:1
-
ssim
经修改的SSIM代码,在MATLAB环境下运行。不能使用JPG格式的图片。(SSIM revised code, run in the MATLAB environment. You can not use JPG format images.)
- 2015-03-16 17:31:58下载
- 积分:1
-
matlab
通过特征矩阵,标签矩阵,将节点通过它们之间的相互联系,构成graph,并求取它的邻接矩阵(Through the characteristic matrix and label matrix, the nodes are connected with each other to form a graph, and its adjacency matrix is obtained.)
- 2021-03-29 17:09:10下载
- 积分:1
-
encode-decode
simple encode decode source code
- 2010-11-05 23:29:35下载
- 积分:1
-
A-new-filter-algorithm
以输入和输出信号的统计特性的估计为依据,采取特定算法自动地调整滤波器系数,使其达到最佳滤波特性的一种算法或装置。自适应滤波器可 自适应滤波器
以是连续域的或是离散域的。离散域自适应滤波器由一组抽头延迟线、可变加权系数和自动调整系数的机构组成。(The input and output signals of the statistical properties of the estimators for the basis, take the specific algorithm automatically adjusts the filter coefficients, so as to achieve the optimal filter characteristics of an algorithm or device. Adaptive filter adaptive filterIs continuous or discrete domain domain. Discrete domain adaptive filter is composed of a group of tapped delay line, a variable weighted coefficient and automatically adjust the coefficients of the mechanism.)
- 2012-04-15 18:50:02下载
- 积分:1
-
matlab
通过使用matlab进行模拟仿真,得到比较可靠的模拟数据与实验进行对比,方便日后类似的数据处理(Obtain reliable simulation data and experimental comparison, to facilitate future similar data processing by using matlab simulation)
- 2012-10-16 09:53:24下载
- 积分:1
-
Matlab-program-of-ant-colony
这是一个用蚁群算法解决最短路径问题的通用matlab程序,供大家参考使用(This is an ant algorithm to solve the shortest path problem common matlab program, for reference use)
- 2013-05-20 10:58:10下载
- 积分:1
-
bin2hex
function total_length=text_length_num(file_cell)
total_length=0
for i=1:length(file_cell)
y1=char(file_cell(i))
for j=1:length(y1)
if(y1(j)== > )
got=j-3
end
end
y=
for k=1:got
y(k)=y1(k)
end
[a,b,c,d]=fileparts(y)
FileName=[b c]
fid=fopen(y)
total_length_char=0
while 1
tline = fgetl(fid)
if ~ischar(tline), break,
- 2010-07-30 09:38:27下载
- 积分:1