-
cacode_fs
GPS CA码的移位寄存器-程序--以及fs采样为离散点-。(GPS CA code shift register- procedures- as well as the fs sampling for the discrete points-.)
- 2010-01-24 10:06:01下载
- 积分: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
-
chukou
集装箱码头对堆场内出口集装箱进行的计算和模拟(container matlab)
- 2012-05-08 18:15:07下载
- 积分:1
-
temp_match_fn
the m-file is a function used for template matching in image processing. It is my first upload here. Hope useful
- 2011-07-28 07:09:11下载
- 积分:1
-
CRC_transmitter
CRC code
Transmitter stage.
- 2011-10-23 11:00:03下载
- 积分:1
-
junhenghua
直方图均衡化,适用于matlab对某一幅特定图像的增强处理(Histogram equalization, apply a matlab for a specific image enhancement processing)
- 2014-01-27 12:47:04下载
- 积分:1
-
f2
说明: BUCK 电路、 PID控制器、降压电路、PFC校正(Buck PID controller, PFC control strategy)
- 2019-05-13 21:55:33下载
- 积分:1
-
FPC_AS_v1.1.tar
a fixed point algorithm for solving nonlinear optimization problems which is essential for advanced image processing
- 2009-09-28 19:27:32下载
- 积分:1
-
si_matlab
随机序列产生程序,白噪声产生程序,M序列产生程序,二阶系统一次性完成最小二乘辨识程序,实际压力系统的最小二乘辨识程序,递推的最小二乘辨识程序,增广的最小二乘辨识程序(random sequence generation process, white noise procedures for selecting the M series, Second-order system to complete a one-time least-squares identification procedures, the actual pressure on the least squares system identification procedures, recursive least squares identification procedures and increase the least squares identification procedures)
- 2007-05-22 13:07:06下载
- 积分:1
-
measurement-system
研制了一套基于pulse多分析仪的声级计自动检定测试系统,主要介绍了系统的工作原理,实现方法及应用(the automatic measurement system of sound level meter is carried out,this system is built on the pulse multi-analyzer)
- 2015-01-24 09:19:07下载
- 积分:1