-
In this paper, the GPS receiver to capture algorithms, and Matlab
本文研究了GPS接收机的捕获算法,并基于Matlab软件平台和射频前端在Pc上实现了GPS软件接收机样机。-In this paper, the GPS receiver to capture algorithms, and Matlab-based software platform and the RF front-end has been realized in the Pc software GPS receiver prototype.
- 2022-05-25 22:59:26下载
- 积分: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
-
Estimation_aer
是一个关于经济周期的matlab程序,数值模拟了一个异质性经济的波动模型,非常有用,可以在此基础上进行很多扩展(Is a matlab program on the economic cycle, numerical simulation of a heterogeneous model of economic fluctuations, very useful and a lot of this expansion on the basis of)
- 2011-06-14 17:18:19下载
- 积分:1
-
matlab-primer
Matelab Primer,原版英文资料,不错,感兴趣的同学可以下载看看(Matelab Primer, the original information in English, well, interested students can download to see)
- 2011-06-16 11:28:38下载
- 积分:1
-
Face-Recognition
这是流形学习算法LLE、ISOMAP在人脸识别中的应用,希望对大家有所帮助。(This is a manifold learning algorithms LLE, ISOMAP in face recognition, we want to help.)
- 2011-06-20 15:19:43下载
- 积分:1
-
itoolbox-ipls
ipls工具箱 matlab(Ipls toolbox MATLAB)
- 2018-05-27 16:19:48下载
- 积分:1
-
模拟ECG心电信号数据(matlab)
可以通过matlab对心电信号进行模拟,分别计算特征波并整合(ECG signals can be simulated by MATLAB, and the characteristic waves can be calculated and integrated.)
- 2021-03-20 15:39:18下载
- 积分:1
-
spectral_clustering_cogs118b-master
1. 按照式计算相似性矩阵
2. 排除自身的相似度
3. 按照式计算归一化矩阵
4. 按照式计算归一化拉普拉斯图矩阵L
5. 计算L的特征向量,将前个特征值最大的向量按列放置成一个矩阵,即依次为前个特征值最大的特征向量
6. 归一化X形成矩阵Y
7. 对矩阵Y按每行为一个数据点,进行k-means聚类,第行所属的类就是原来所属的类。(1. similarity matrix based on formula computation
2. rule out your own similarity.
3. normalized matrix based on formula computation
4. normalized formula Laplasse matrix L according to formula.
5. Calculate the eigenvectors of L. Place the vectors with the largest eigenvalues in columns into a matrix, that is, the eigenvectors with the largest eigenvalues in turn.
6. normalized X formation matrix Y
7. K-means clustering is applied to matrix Y according to one data point per behavior. The first row belongs to the original class.)
- 2018-11-16 09:14:48下载
- 积分:1
-
arxIdentify
实现ARX模型阶数的辨识。对给定的真实系统,逐步提高模型阶次,当模型包含真实系统的模型时,模型预测输出与真实系统的输出一致。(System Identification.)
- 2011-12-09 09:44:51下载
- 积分:1
-
lms
LMS滤波器示例程序,在TURBOC中运行可图形显示的C程序(lms filet test demo)
- 2015-04-02 10:21:56下载
- 积分:1