-
CS_OMP
压缩感知信号重建的正交匹配追赶算法(omp),与bp算法相比较有叫高的精度,但是付出了计算量的代价(Compressed sensing signal reconstruction algorithm Orthogonal matching catch (omp), compared with the bp algorithm are called high precision, but at a cost of computation)
- 2010-07-13 13:18:17下载
- 积分:1
-
NJCSTCFSN
说明: 用数值积分算法计算hankel变换,并采用连分式逼近(Hankel transform by continued fraction)
- 2010-04-12 16:24:50下载
- 积分:1
-
to
说明: 一般通信AM FM BPSK MSK信号的产生 与频谱仿真及通过滤波器仿真(General Communication AM FM BPSK MSK signal generation and spectrum simulation and emulation through the filter)
- 2010-04-16 16:28:15下载
- 积分:1
-
在TDOA定位系统中,运用平滑的的IMM算法对机动目标进行被动跟踪 ITDOOA Smoothn
在TDOA定位系统中,运用平滑的的IMM算法对机动目标进行被动跟踪
(TDOA positioning system, the use of smooth IMM algorithm for passive tracking of maneuvering targets)
- 2012-09-15 22:26:17下载
- 积分:1
-
DOA3
ESPRIT 算法MATLAB程序,形成方向图(ESPRIT algorithm based on MATLAB program to form patterns)
- 2015-04-14 18:07:07下载
- 积分:1
-
fdyanjiu
研究考虑多普勒频移fd情况的LFM调频目标回波特性(Study considers the case of Doppler shift fd target echo characteristics LFM FM)
- 2013-07-05 16:45:09下载
- 积分:1
-
ReadTwoLineElements
读取并处理tle,可以直接使用并对其进行二次开发,将txt文档转换成可处理的MATLAB数据。(Read and process tle, can be directly used and secondary development, TXT documents into processable MATLAB data.)
- 2019-04-29 08:48:27下载
- 积分:1
-
故障检测 免疫算法 源码
应用 MATLAB编写的 故障检测 的 免疫算法源程序。好用绝对!
clc;
clear all;
global popsize length min max N code;
N=12; % 每个染色体段数(十进制编码位数)
M=20; % 进化代数
popsize=20; %设置初始参数,群体大小
length=10; % length为每段基因的二进制编码位数
chromlength=N*length; %字符串长度(个体长度),染色体的二进制编码长度
pc=0.7; %设置交叉概率,本例中交叉概率是定值,若想设置变化的交叉概率可用表达式表示,或从写一个交叉概率函数,例如用神经网络训练得到的值作为交叉概率
pm=0.3; %设置变异概率,同理也可设置为变化的
bound={-100*ones(popsize,1),zeros(popsize,1)};min=bound{1};max=bound{2};
pop=initpop(popsize,chromlength);
- 2022-01-27 10:26:32下载
- 积分:1
-
自己编的尺度不变特征变换(SIFT)算法测试例程
基于chebyshev的水声信号分析,最小均方误差(MMSE)的算法,多姿态,多角度,有不同光照,粒子图像分割及匹配均为自行编制的子例程,利用matlab GUI实现的串口编程例子,重要参数的提取。
- 2023-03-17 16:25:04下载
- 积分:1
-
AR
说明: matlab环境下用AR谱估计算法实现AR模型谱估计(matlab environment AR spectrum estimation algorithm using AR model spectrum estimation implementation)
- 2009-04-06 17:16:52下载
- 积分:1