-
kl1p-0.4.2-sources-
基于C语言的压缩感知程序,目前大部分程序都是基于matlab的,这个代码可以作为参考。(C-based compressed sensing program, most programs are based on the current matlab, this code can be used as a reference.)
- 2014-11-17 19:01:08下载
- 积分:1
-
HeartbeatMonitor
这是关于安卓手机端通过蓝牙采集人心电信号,然后通过解码,滤波,心电信号显示的程序文件。(This is the end of Android phones via Bluetooth signals collected people, and then decoding, filtering, ECG display program files.)
- 2013-12-27 20:58:35下载
- 积分:1
-
shibei
matlab写的数字识别程序,功能基本完成Demo1(matlab write digital identification Demo1)
- 2014-02-07 16:45:54下载
- 积分:1
-
IMGREG-Matlab
基于相位相关性的图相配准,多用于检测,识别等领域,matlab的源代码。(Based on phase correlation matching prospective plans are used for detection, identification and other fields, matlab source code.)
- 2007-11-29 15:50:14下载
- 积分:1
-
au3
AU3脚本语言 基本语法学习 对于学习au3的或许有些帮助(AU3 script language to learn basic grammar, perhaps for some help learning au3)
- 2010-08-19 16:29:54下载
- 积分:1
-
capm-daima
CAPM代码,资本资产定价模型在Matlab中的实际应用。(Capital Asset Pricing Model with Missing Data)
- 2020-07-04 12:00:01下载
- 积分:1
-
程序
说明: 无人机路径规划,提出改进的A*算法,参考2019年研究生数学建模竞赛F题(UAV path planning, propose improved a * algorithm, refer to the f problem of 2019 graduate mathematical modeling competition)
- 2020-01-11 14:32:37下载
- 积分:1
-
baojiading
涉及平面拟合方法,利用最小二乘算法实现对三维平面的拟合,同时计算平面度和不确定度(Plane fitting method involves using the least-squares algorithm for fitting three-dimensional plane, while the calculation flatness and uncertainty)
- 2021-04-29 09:18:43下载
- 积分: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
-
Strccl
说明: 面向组织结构的访问控制模型Structure-oriented access control model(Structure-oriented access control model)
- 2011-03-27 18:03:47下载
- 积分:1