-
correlationdimension
一种实用的计算关联维数的算法,有着较好的性能。(a new guanlian suanfa)
- 2009-12-15 18:17:57下载
- 积分:1
-
test_kxkz
说明: 35GHz毫米波的二维横断面成像点目标仿真程序(Simulation program of point target in 2D cross section imaging)
- 2020-11-21 20:38:43下载
- 积分:1
-
imquery
This is a matlab based codings to identify the related images. from a data base. using chuns algorithm
- 2010-12-14 20:17:57下载
- 积分:1
-
kalmanfilter
说明: 一种改进的自适应滤波器的状态估计,效果非常之好,是用MATLAB编写的,直接在matlab下运行就可以看到完美的滤波效果,自适应算法是sage—husa算法,较传统的滤波器有很大提高(An improved adaptive filter state estimation, the effect is definitely a good thing, is to use MATLAB prepared directly in matlab run will be able to see the effect of a perfect filter, adaptive algorithm is sage-husa algorithm, a more traditional filter machine has greatly improved)
- 2020-12-10 20:59:20下载
- 积分:1
-
Riccati
自己编的闻邦椿书上的Riccati求转子临界转速,转子为单跨双转盘。有去除奇点,提取振型,收敛迭代为弦截法。有各向异性求取临界转速部分,不过结果可能不准确。(Riccati Wen Bangchun own series of books on demand critical speed rotor, the rotor is a single span double turntable. There are singular point removal, extraction modes, the convergence of iterations for the Secant method. Anisotropy strike critical speed section, but the results may be inaccurate.)
- 2015-12-21 12:07:31下载
- 积分:1
-
IMU_locating
对惯性传感器的数据进行处理,结合行人航迹推算方法得到路径(Inertial sensor data processing, combined with the pedestrian trajectory estimation method to get the path)
- 2018-01-15 18:32:14下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
Audio-analyze
语音提取和分析,运用LPC的方法对语音信号进行分析以及最终的合成。(Voice extraction and analysis using a method of LPC analysis of the voice signal as well as the final synthesis.)
- 2013-03-16 23:45:56下载
- 积分:1
-
reliabilitycal
matlab环境下求可靠性的程序,主要部分为求取最小路,采用容斥公式求可靠度
- 2010-05-13 21:41:18下载
- 积分:1
-
differentcalsiificationpalying
模式识别中各种分类算法演示Demonstrate a variety of classification algorithms in pattern recognition(Demonstrate a variety of classification algorithms in pattern recognition)
- 2010-05-31 15:09:25下载
- 积分:1