-
graduationproject
echo suppression and noise cancellation
- 2011-10-02 22:53:23下载
- 积分:1
-
lec1
The p erceptro n algo rithm ceases to update the para meters only when all the training
images ar e classified corr e ctly (no mistakes, no update s). So, if the training images are
p ossible to clas sify co rrectly with a linear c la ss ifier, will the p erceptr on al gorithm find such
a classifier? Yes , it does, and it w ill co nverge to such a classifier in a finite numb er of
updates (mistakes ). We’ll sho w this in lectur e 2.
- 2013-12-02 14:35:38下载
- 积分:1
-
PSO
梯度下降法是最早最简单,也是最为常用的最优化方法。梯度下降法实现简单,当目标函数是凸函数时,梯度下降法的解是全局解。一般情况下,其解不保证是全局最优解,梯度下降法的速度也未必是最快的。梯度下降法的优化思想是用当前位置负梯度方向作为搜索方向,因为该方向为当前位置的最快下降方向,所以也被称为是”最速下降法“。最速下降法越接近目标值,步长越小,前进越慢。(The gradient descent method is the earliest and most simple and most commonly used optimization method. The gradient descent method is simple to realize. When the objective function is a convex function, the solution of the gradient descent method is a global solution. In general, the solution is not guaranteed to be the global optimal solution, and the gradient descent method is not necessarily the fastest. The optimization idea of gradient descent method is to use the current position negative gradient direction as the search direction, because the direction is the fastest descending direction of the current position, so it is also called the steepest descent method. The faster the slowest descent approach is closer to the target, the smaller the step, the slower the progress.)
- 2018-01-29 21:44:10下载
- 积分:1
-
LPF(FIR-Hamming)
采用Hamming窗实现的低通滤波器,可设置通带频率、截止频率以及带宽等滤波器特性参数。(The low-pass filter is realized by using Hamming window, can set the passband filter characteristic parameters such as frequency, the cut-off frequency and bandwidth.)
- 2014-10-23 20:34:22下载
- 积分:1
-
ASFA
本代码实现了人工鱼群算法(ASFA.m),并用该算法寻找Sphere函数的极小值(This is a ASFA .)
- 2014-02-21 10:22:20下载
- 积分:1
-
commonly-used-algorithm
commonly used algorithm
- 2013-01-04 17:22:03下载
- 积分:1
-
OFDM_lx
很实用的一个OFDM仿真程序,OFDM采用BPSK、QPSK、16QAM、64QAM4种调制方式。按照星座图,将每个子信道上的数据,映射到星座图点的复数表示,转换为同相Ich和正交分量Qch。(A very practical OFDM simulation program, OFDM the BPSK, QPSK, 16 qam, 64 qam4 kind of modulation method. According to the constellation diagram, each will be the data on the channel, the plural of constellation is mapped to a point, said into in-phase Ich and quadrature Qch.
)
- 2014-01-05 11:20:42下载
- 积分:1
-
excitation-control-system
Matlab-based optimal excitation control system design,可以使励磁系统优化(Matlab-based optimal excitation control system design)
- 2014-02-19 09:53:15下载
- 积分:1
-
EmFDTD-v1.2r1
说明: 外国人开发的电磁时域有限差分方法工具包
Electromagnetic Finite-Difference Time-Domain (EmFDTD)
is a basic two-dimensional FDTD code developed at the
School of Electrical Engineering, Sharif University of
Technology.
This code has been written based on the standard
Yee s FDTD algorithm. Applications include propagation,
scattering, and diffraction of electromagnetic waves
in homogeneous and non-homogeneous isotropic media
for in-plane propagating waves. Negative permittivites
or permeabilities as well as dispersion is not included.
Zero, Periodic, and Perfectly Matched Layer boundary
conditions may be selectively applied to the solution
domain.
The program is best suited for study of propagation and
diffraction of electromagnetic waves in Photonic Crystal
structures.
EmFDTD is written in MATLAB language and has been
tested under MATLAB 5.0 and higher versions.(Foreigners developed electromagnetic FDTD method Toolkit Electromagnetic Finite-Difference Time-Domain (EmFDTD) is a basic two-dimensional FDTD code developed at the School of Electrical Engineering, Sharif University of Technology. This code has been written based on the standard Yee s FDTD algorithm. Applications include propagation, scattering, and diffraction of electromagnetic wavesin homogeneous and non-homogeneous isotropic mediafor in-plane propagating waves. Negative permittivites or permeabilities as well as dispersion is not included.Zero, Periodic, and Perfectly Matched Layer boundaryconditions may be selectively applied to the solution domain.The program is best suited for study of propagation anddiffraction of electromagnetic waves in Photonic Crystalstructures.EmFDTD is written in MATLAB language and has beentested under MATLAB 5.0 and higher versions.)
- 2008-09-04 21:47:49下载
- 积分:1
-
classical_music_1
MUSIC算法[1]是一种基于矩阵特征空间分解的方法。从几何角度讲,信号处理的观测空间可以分解为信号子空间和噪声子空间,显然这两个空间是正交的。信号子空间由阵列接收到的数据协方差矩阵中与信号对应的特征向量组成,噪声子空间则由协方差矩阵中所有最小特征值(噪声方差)对应的特征向量组成。(MUSIC algorithm [1] is a feature space based on matrix decomposition method. From the geometric point of view, the signal processing can be decomposed observation space the signal subspace and the noise subspace, it is clear that the two spaces are orthogonal. Signal Subspace data received by the array covariance matrix and eigenvectors corresponding to the signal component, the noise subspace from the covariance matrix of all the smallest eigenvalue (noise variance) eigenvector components.)
- 2013-09-15 20:25:40下载
- 积分:1