-
AM
说明: AM by matlab program
- 2013-03-28 19:29:54下载
- 积分:1
-
calculateuserposition
用MATLAB编写求解伪距定位方程的程序,对实际数据进行处理,解算出接收机的位置及钟差信息。提供8个通道的两组数据如下,X, Y, Z 为WGS-84坐标系下各通道所跟踪卫星的坐标,Range为与之对应的校正后的伪距测量值。(Using MATLAB pseudorange positioning equation solver, and the actual data processing, solution and calculate the position of the receiver clock error information. 8 provides the following two data channels, X, Y, Z coordinates of the WGS-84 coordinate system of each channel of the satellite tracking, Range for the pseudo-range measurements corresponding corrected.)
- 2014-02-24 21:09:45下载
- 积分:1
-
Gilbert-Strang4
gilber strang files Computational Science and Engineering
- 2013-11-10 20:14:02下载
- 积分:1
-
BFSK
BFSK的rayleigh信道传输中的误码率计算(BFSK of rayleigh channel transmission bit error rate calculation)
- 2015-03-02 10:21:08下载
- 积分:1
-
zhubuhuigui
回归分析中,检验自变量的重要性,将变量一个一个引入引入变量的条件是其偏回归平方和经检验时显著的,在引入新变量的同时,对已入选的变量逐个检验,将不显著的变量剔除。(The importance of the independent variables of regression analysis, test, introducing variable is introduced one by one into the condition of variable is the partial regression sum of squares in significantly after inspection, and at the same time of introducing new variables, for the selected variables one by one test, will not be significant variables.)
- 2015-04-24 20:12:41下载
- 积分:1
-
fc0
完全图哈密尔顿圈的遗传模拟退火算法matlab通用源程序(Complete graph Hamiltonian cycle common genetic simulated annealing algorithm matlab source)
- 2011-04-19 16:59:44下载
- 积分:1
-
Kruskal
假设给定一个加权连通图G,G的边集合为E,顶点个数为n,要求其一棵最小生成树T。(Suppose given a weighted connected graph G, G the edge set is E, the number of vertices is n, requiring a minimum spanning tree T.)
- 2011-07-20 20:00:42下载
- 积分: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
-
qpsubp
一般约束优化问题的二次规划子问题求解算法程序(general optimal problem(including equ and nonequ constrains: SQP algorithm)
- 2011-11-24 09:31:57下载
- 积分:1
-
RS
说明: matlab在通信原理中的应用,信道编码RS码仿真,希望大家能用得上!(matlab in Communication Theory in the application of channel coding RS code simulation, hope that we can useful!)
- 2008-04-12 21:17:13下载
- 积分:1