-
傅立叶变换自编源程序
说明: 自己编的付里叶变换,对学习者有很大帮助 (own series of the Fourier transform, to be of great help learners)
- 2005-12-16 09:19:11下载
- 积分:1
-
shepp
产生shepard tone,用matlab(Produce shepard tone, using matlab)
- 2014-11-14 12:04:00下载
- 积分:1
-
卫星星座编码 多普勒频移 GPS signal of matlab
包括卫星星座编程,ca码生成,多普勒频移实现,gps信号生成,干扰噪声生成(宽带噪声,窄带噪声,单频噪声)(Programming comprises satellite constellations, c a code generator, to achieve the Doppler shift, gps signal generator, generating interference noise (wideband noise, narrowband noise, single frequency noise))
- 2016-04-20 16:31:40下载
- 积分:1
-
Genetic_Algorithm
this is genetic algorithm source code for twolink flex manipulator
- 2010-11-30 23:56:00下载
- 积分:1
-
qpsk
使用matlab仿真QPSK,包括调制、解调,有详细的源代码,仅供参考(QPSKsimulation)
- 2009-12-12 15:42:52下载
- 积分:1
-
matlab_image_function
图像处理函数大全,包括图像增强、滤波、小波变换以及类型转换等。(Image processing function Daquan, including image enhancement, filtering, wavelet transform and type conversion.)
- 2013-03-04 15:09:22下载
- 积分:1
-
BPAWGA
说明: 基于遗传算法、小波分析和神经网络的混合优化算法(Hybrid optimization algorithm based on genetic algorithm, wavelet analysis and neural network)
- 2020-02-26 23:45:34下载
- 积分:1
-
VMD
说明: VMD算法,VMD是一种新的自适应信号处理方法,对非平稳、非线性信号具有良好处理效果(VMD algorithm, VMD is a new adaptive signal processing method, which has good processing effect on non-stationary and non-linear signals)
- 2020-06-23 14:19:03下载
- 积分:1
-
手动图像拼接
I1=double(imread("left.bmp"));
[h1 w1 d1]=size(I1);
I2=double(imread("right.bmp"));
[h2 w2 d2]=size(I2);
figure;subplot(1,2,1);image(I1/255);axis image;hold on;
title("first input image");
[X1 Y1]=ginput(2);%可以用[x,y] = ginput(n)这个函数,n为你想选的点的个数,鼠标点的那些点的横坐标和纵坐标就会保存到[x,y]中。然后再plot(x,y,"*")!应该可以满足你的要求了!
image(I2/255);axis image ;hold on;
title("second input image");
[X2 Y2]=ginput(2);
Z =[X2" Y2";Y2" -X2";1 1 0 0;0 0 1 1]";
- 2023-08-11 17:10:03下载
- 积分:1
-
PTRM
本程序为被动时间反转镜的信道多途压缩的仿真程序(Passive Time Reversal Mirror)
- 2016-01-06 21:02:48下载
- 积分:1