-
2
说明: 基于小波变换的多尺度图像边缘检测matlab源代码(在Matlab7.0下运行)
(Based on wavelet transform multi-scale edge detection matlab source code (at run Matlab7.0))
- 2009-04-02 23:27:57下载
- 积分:1
-
leminescate
i can interface between mcu an pc with matlab programming
- 2012-11-16 22:08:14下载
- 积分:1
-
Project
网上最好的project书籍,对你学习使用project这个软件有很大的帮助。(The best project books online, you learn how to use the software project of great help.)
- 2009-11-09 00:09:19下载
- 积分:1
-
source_gen
wcdma标准,产生单载波matlab信号源,设定任意帧长(the wcdma standards, resulting in single-carrier Matlab source, set any frame size)
- 2012-03-24 15:40:39下载
- 积分:1
-
Alignment-and-Exposure-Fusion
Alignment and fusing a bracketed exposure
sequence into a high quality image without HDR
- 2012-04-14 14:46:42下载
- 积分: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
-
FCM_tool_box_Ver2[by_faruto]
画包络谱和幅值谱的matlab程序 希望对大家有用(Painted envelope spectrum and amplitude spectrum matlab program)
- 2020-11-24 11:39:33下载
- 积分:1
-
final_transient
Program de trsition induction motor
- 2013-12-17 04:33:38下载
- 积分:1
-
matlab_sourcecode_for_Axes
FPEXTRACTDEMO 指纹特征提取演示程序 一个完整的指纹特征提取程序。包括常用的所有算法...
选项:
- Centralize: 二值化图像,计算中心点
- Crop: 图像修剪
- Sectorize: 可视化扇形
- Normalize: 归一化输入图像
- Gabor filters: 可视化Gabor滤波器
- Convolute: 计算输入图像和Gabor滤波器的convolution
- Features: 特征可视化
- FingerCode: 在数据库中加入该指纹 - Check: 指纹匹配(Fingerprint Feature Extraction FPEXTRACTDEMO demo program a complete fingerprint feature extraction procedures. Including all the algorithms commonly used options ...:- Centralize: binary image, Center Point- Crop: image pruning- Sectorize: Visualization fan- Normalize: normalized input image- Gabor filters: Visualization Gabor Filter- Convolute: Calculation of the input image and Gabor filter convolution- Features: Characteristics of visualization- FingerCode: in the database to join the fingerprint- Check: Fingerprint matching)
- 2021-03-11 13:09:26下载
- 积分:1
-
5
说明: 继续上次传的简单遗传算法,本次加入啦变异部分。(Continue to the last mass of the simple genetic algorithm, mutation of this part of you to join.)
- 2009-04-22 00:17:36下载
- 积分:1