-
matlab-4
数字信号处理清华大学出版社第二版
课本matlab源码(Digital Signal Processing, Tsinghua University Press, second edition of the textbook matlab source)
- 2011-04-18 21:10:29下载
- 积分:1
-
11
说明: 基于小波变换的图像融合技术,不过对于不同的图片可能需要有所改动(Image fusion based on wavelet transform technique, but for different images may need to be changed)
- 2010-05-06 21:09:26下载
- 积分:1
-
IFT-WATERSHED
这是一个MATLAB仿真文件,旨在对试验图像进行分水岭变换处理。(This is a MATLAB document, which seeks to test the watershed transform image processing.)
- 2007-04-29 15:40:47下载
- 积分:1
-
scd
逐步共线性诊断在成分分析方法降维精确性中的应用(Gradually the collinearity diagnosis analysis method application of reduced- dimension accuracy in composition
)
- 2013-09-20 17:02:57下载
- 积分: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
-
MATLAB-and-C-fem
MATLAB and C Programming for Trefftz Finite Element Methods
- 2011-12-01 09:29:58下载
- 积分:1
-
kalman_predict_correct
本例是使用kalman filter作为状态观测器,对直流无刷电机的状态进行观测。从结果可以看出,对状态估计的效果非常的好(This example is the use of kalman filter as an observer state, the state of brushless DC motors were observed. As can be seen the results of state estimation of the effect is very good)
- 2015-04-09 14:23:16下载
- 积分:1
-
jiebian_manyK
雷达抗干扰,雷达波形调频率捷变抗多目标干扰(Radar jamming, radar waveform modulation frequency-agile multi-target anti-interference)
- 2021-03-08 16:19:29下载
- 积分:1
-
vccontrol1
说明: 这个是矢量控制,对三相异步电动机,仿真结果是正确的(This is vector control. For three-phase asynchronous motor, the simulation result is correct)
- 2019-11-09 20:38:31下载
- 积分:1
-
cpsb
这个是车牌识别的程序.很简单,功能也简单!可以通过这个了解车牌识别的流程!(This is a License Plate Recognition procedure. Is very simple functions simple! Can identify through this understanding of the process of license plate!)
- 2009-05-10 11:29:37下载
- 积分:1