-
bishelunwen
说明: 毕设论文--QPSK信号全数字化解调的研究与设计(Complete set paper- QPSK signal all-digital demodulation Research and Design)
- 2010-04-29 14:30:51下载
- 积分:1
-
Ali_ga_test
the Ali_g_test is a simulink file for dc motor is to be used with Ali_PID_ga m file.
- 2013-01-07 06:39:42下载
- 积分:1
-
matlab_statistic
matlab模型大全,金融统计/统计专业必备材料,包括非常完整的讲解及例题,如回归分析及各类参数分析等。(matlab model Guinness, financial statistics/statistical expertise necessary materials, including a very complete explanation and examples, such as regression analysis and analysis of various parameters.)
- 2013-11-17 22:42:11下载
- 积分:1
-
frcg
改进的共轭梯度法,具有很好的收敛效果,达到整体最有,在MATLAB中实现。(Improved conjugate gradient method, has a good convergence effect, to achieve the overall most realized in MATLAB.)
- 2013-12-17 00:34:34下载
- 积分:1
-
GBTF_Matlab_Code
一种用于Demosaic的方法,GBTF的matlab实现(Matlab code of a method of demosaicing, Namely GBTF)
- 2021-04-06 17:29:02下载
- 积分:1
-
BP神经网络交通预测
说明: bp神经网络预测程序,可用于与小波神经网络对比(BP Neural Network Prediction Program, which can be used to compare with Wavelet Neural Network)
- 2020-06-20 22:40: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
-
1
说明: 在matlab或者PSCAD中对桥差不平衡电流进行仿真计算,得到仿真结果与常规计算结果一致,此方法修改简单快捷。(In matlab or PSCAD to bridge the difference between the current imbalance in the simulation calculation, the simulation results are consistent with conventional calculations, this method is simple and quick modification.)
- 2015-05-22 09:59:55下载
- 积分:1
-
Edit68CMU_pack
人脸对齐基于论文《fps3000》中训练集构建时生产68个特征点的matlab脚本文件。提供交互窗口,按顺序点左眼右眼和嘴巴,即可自动生成68个点,再用鼠标对个别点进行人工修正。满意后保存即生成一个文本文件,存有68个点的坐标。(Face aligned on the paper fps3000 production when the training set to build 68 feature points matlab script file. Provide interactive window, press the right and the left dot sequence mouth, you can automatically generate 68 points, then the mouse on the individual points manually corrected. The satisfaction of saving a text file that is generated, there are the coordinates of 68 points.)
- 2021-04-15 19:08:54下载
- 积分:1
-
bb2data
二进制基带调制的文件,用matlab编写(Binary base-band modulation of the document, prepared by matlab)
- 2005-08-19 11:31:32下载
- 积分:1