-
gsc
频域gsc, 频gsc, 域gsc, 你值得拥有(gsc frequency gsc,you desired it thank you,)
- 2018-02-27 09:47:06下载
- 积分:1
-
NSGAⅡ
利用NSGAⅡ算法处理多目标优化问题,测试函数包括ZDT1,2,3; DTLZ1,2,3。包含测试函数的真实前沿面数据。(NSGA II algorithm is used to deal with multi-objective optimization problems. The test functions include ZDT1,2,3 and DTLZ1,2,3. Contains the real frontier data of the test function.)
- 2021-03-24 22:49:14下载
- 积分:1
-
ex8-2
在matlab的小波分析中标,设计一个包含若干不连续点的一维信号,利用小波变换的模极大提取它的阶梯型边界点。(Matlab wavelet analysis in the successful design that contains a number of discrete points of one-dimensional signals, using wavelet transform modulus maxima extraction of its ladder-type boundary points.)
- 2007-08-04 17:17:08下载
- 积分:1
-
graph
图像处理中,采用均值滤波的方法对所选取的图像在MATLAB环境中进行处理
(Image processing, using the method of average filtering of the selected image in the MATLAB environment to deal with)
- 2009-04-09 09:55:52下载
- 积分:1
-
yue
潮流计算程序,本程序是基于牛顿拉夫逊算法的潮流计算子程序-powerload(Flow calculation program, this program is based on the trend of the Newton Raphson algorithm subroutine-powerload of)
- 2013-04-27 23:03:57下载
- 积分:1
-
Global_Optimization_Toolbox30_win32
this is a book about how to use optimization toolbox
- 2014-01-09 21:45:32下载
- 积分:1
-
fangxiangtu
阵列方向图的matlab仿真,方向图的画法是阵列信号处理学习的最基本的能力,(Array pattern of matlab simulation, pattern of the array signal processing, painting is the most basic learning ability,)
- 2011-07-02 16:01:12下载
- 积分:1
-
filter
说明: 用MATLAB实现频域平滑滤波以及图像去噪代码6. 计算频率域图像的幅值并进行对数变换,利用’imshow’ 显示频率域图
像;
7. 在频率图像上去除滤波半径以外的数据(置0);
8. 计算频率域图像的幅值并进行对数变换,利用’imshow’ 显示处理过的
频域图像数据;
(6. Calculate the frequency domain image of the amplitude and logarithmic transformation, using imshow show the frequency domain map
Like
7. Removal of the image filtering in frequency than the radius of data (set 0)
8. Calculate the frequency domain image of the amplitude and logarithmic transformation, using imshow show-treated
Frequency domain image data )
- 2010-05-04 19:14:26下载
- 积分:1
-
wavelet-transform-
信号由三个频率分别为0.01,0.1,0.2的正弦信号组成。
(1)作信号的连续小波变换。
(2)自己选择小波基数,对信号进行多尺度分解,将每一个正弦信号分开。
(3)重建原信号。
(Signal from the three frequencies were 0.01,0.1,0.2 sinusoidal signals.
(1) continuous wavelet transform for signal.
(2) choose the wavelet base, multi-scale decomposition of signals, a sinusoidal signal of each separate.
(3) reconstruction of the original signal.)
- 2012-01-12 10:23:02下载
- 积分:1
-
lms
最小均方算法lms在波束形成中的应用 LMS算法步骤: 1,、设置变量和参量: X(n)为输入向量,或称为训练样本 W(n)为权值向量 b(n)为偏差 d(n)为期望输出 y(n)为实际输出 η为学习速率 n为迭代次数 2、初始化,赋给w(0)各一个较小的随机非零值,令n=0 3、对于一组输入样本x(n)和对应的期望输出d,计算 e(n)=d(n)-X^T(n)W(n) W(n+1)=W(n)+ηX(n)e(n) 4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行。(Lms least mean square algorithm applied in Beamforming
)
- 2011-04-28 23:25:35下载
- 积分:1