-
Flight-Control-System1
北航飞行控制系统第一次大作业,包括源代码和作业报告,都是经过调试,可以运行的,作业报告是按要求写的。(The First assignment of Flight Control System in Beihang University)
- 2020-07-03 14:00:01下载
- 积分:1
-
fuzzy-PID-controller
Genetic multi-stage fuzzy PID controller with a fuzzy switch
- 2013-11-13 15:05:35下载
- 积分:1
-
Laganiere-Robert---OpenCV-2-Computer-Vision-Appli
Laganiere Robert - OpenCV 2 Computer Vision Application Programming Cookbook - 2011
- 2014-01-28 15:01:04下载
- 积分:1
-
nenpan_v65
PLS部分最小二乘工具箱,基于K均值的PSO聚类算法,Pisarenko谐波分解算法。( PLS PLS toolbox, K-means clustering algorithm based on the PSO, Pisarenko harmonic decomposition algorithm.)
- 2017-02-04 15:36:45下载
- 积分:1
-
matlab
协作通信中AF 与 DF 的matlab仿真代码,,包括理论与仿真的对比分析(AF and DF in cooperative communication matlab simulation code, including the theory and Simulation of the comparative analysis)
- 2020-12-15 01:59:13下载
- 积分:1
-
dct
M=512 原图像长度
N=64
K=8
I=zeros(M,M)
J=zeros(N,N)
BLOCK=zeros(K,K)
显示原图像
I=imread( f:ceshiyuanshitu.bmp )
figure
imshow(I)
xlabel( 原始图像 )
显示水印图像
J=imread( f:ceshilogistic_nuaa64.bmp )
figure
imshow(J)
xlabel( 水印图像 )
嵌入水印
tem=1
for p=1:N
for q=1:N
x=(p-1)*K+1
y=(q-1)*K+1
BLOCK=I(x:x+K-1,y:y+K-1)
BLOCK=dct2(BLOCK)
if J(p,q)==0
a=-1
else
a=1
end
BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01)
BLOCK=idct2(BLOCK)
I(x:x+K-1,y:y+K-1)=BLOCK
end
end
显示嵌入水印后的图像
figure
imshow(I)
xlabel( 嵌入水印后的图像 )
imwrite(I, f:ceshiembedded.bmp )
- 2010-06-13 18:43:39下载
- 积分:1
-
harrismatch
该程序采用harris角点检测,使用ncc进行初匹配,双向重复搜索后得到特征匹配点。(The program uses harris corner detection, using ncc conducted early match, after a two-way repeated search feature to get the matching point.)
- 2014-02-19 11:23:22下载
- 积分:1
-
channel-model
这是一个经典的信道模型matlab程序,多径衰落,对于短波通信的仿真具有很好的参考价值(This is a classic channel model matlab program, multipath fading, for the simulation of HF communication has a good reference value)
- 2015-04-21 09:42:39下载
- 积分:1
-
clustering_toolbox
说明: matlab toolbox used for clustering perposes
- 2019-06-24 18:26:40下载
- 积分:1
-
low-noise
主要讲解的低噪比下跳频信号的调速估计问题,可以作为一定的参考(The main explanation of the low-noise ratio of the speed estimation of frequency hopping signals, can be used as a reference)
- 2010-05-06 13:32:04下载
- 积分:1