-
Biomechanical-Model-based
说明: 基于生物力学模型的可形变医学图像配准方法。可运行(Biomechanical Model based)
- 2011-03-20 14:12:40下载
- 积分:1
-
junheng
实现均衡的几个小程序,供学习通信原理的参考(Balanced a few small programs, for learning and communication principle reference)
- 2012-11-27 15:54:56下载
- 积分:1
-
Fuzzy_Logic
这个简单的GUI程序,介绍了模糊逻辑的运行原理。程序中只用了两个隶属函数,如果你对其有什么改进的,我很欢迎。(Please open FA1.fig file first in and press help button to get knowledge about this GUI.
In this I have used only two membership function, Trapmf, and Tirmf,
And I tried maximum to cover all the errors.Any improvement is heartly accepted.)
- 2009-04-02 19:37:21下载
- 积分:1
-
NFCDemo
NFC,读取NFCtag信息读取NFCtag信息读取NFCtag信息读取NFCtag信息(NFC,read NFCtag message.)
- 2014-08-28 12:18:38下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
BPSK
QPSK仿真,实现,matlab,m文件(QPSK simulation)
- 2011-05-11 12:18:20下载
- 积分:1
-
PSOTrain
模拟退火算法训练程序,结合了BP神经网络算法(The simulated annealing algorithm for the training program, combined with the BP neural network algorithm)
- 2020-08-26 22:18:16下载
- 积分:1
-
susancode
图像处理中SUSAN算子的MATLAB实现,配有测试图片。(image processing SUSAN operator of MATLAB, equipped with the testing picture.)
- 2007-03-02 18:45:45下载
- 积分:1
-
00737
无源定位各种体制与方法的总结和概述,并做了详细的对比,最后给出源代码及结论(Analyses of the geolocation accuracy that can be obtained
from shipborne sensors by use of time difference of arrival
(TDOA), scanphase, and angle of arrival (AOA) measurements )
- 2013-11-12 21:57:51下载
- 积分:1
-
07_04
Implement a differential encoder for the case M=8DPSK
- 2009-07-07 14:02:07下载
- 积分:1