-
Gui
GUI Matlab from calculate a chain code, skeleton, area ,perimeter.
- 2010-02-13 23:39:26下载
- 积分:1
-
myfilter
说明: 一个简单的matlab程序,用于滤波,不需要太在意(a simple matlab filter program)
- 2011-03-17 12:40:23下载
- 积分:1
-
APVEIC3
压缩空气驱动发动机的稳态运转模型,通过添加示波器可以再运行后观察发动机多种状态参数曲线。(Compressed air-driven model of the steady-state operation of the engine, is observed by adding oscilloscope can then run the engine multiple states parametric curves.)
- 2013-04-02 13:28:14下载
- 积分:1
-
tensor_toolbox_2.5
2014最新的张量的工具包,工具包中包含了各种张量函数。(2014 new tensor toolbox, contains a newest variety of tensor function.)
- 2020-12-24 12:19:05下载
- 积分:1
-
huffman
霍夫曼变换,是一种可变长编码方式.Huffman树是二叉树的一种特殊转化形式。(huffman_core)
- 2010-09-20 16:26:53下载
- 积分:1
-
texture
texture in image processing
- 2010-03-07 04:29:36下载
- 积分: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
-
amtlab2323
基于matlab水合物预测软件包 编程代码,可以作为参考使用学习(Hydrate prediction package based on matlab programming code, you can use as a reference to learn)
- 2015-03-09 21:08:34下载
- 积分:1
-
somtraining
SOM training algorithm
- 2011-02-08 19:10:20下载
- 积分:1
-
model-edge--detection
模板匹配法实现边沿检测,包括点模块、线模块和边沿模块等,文件中包含源图片及其程序运行结果(edge detection)
- 2013-08-22 19:03:32下载
- 积分:1