-
speech
matlab 短时傅立叶变换的实现,用于学习,采用mesh画图(Matlab short-time Fourier transform to achieve for learning, the use of mesh drawing)
- 2021-03-31 14:39:09下载
- 积分:1
-
lms
现代信号处理,语音处理,matlab程序,LMS算法(matlab lms speech)
- 2013-12-03 11:09:13下载
- 积分:1
-
SecondProgramming
二次规划是最优化理论中非常重要的内容之一,该文件夹内是二次规划经典算法的matlab源码。(Quadratic programming optimization theory is a very important element of the folder is the classic quadratic programming algorithm matlab source code.)
- 2020-10-26 21:49:59下载
- 积分:1
-
fig
天线方向图仿真,分别以sinc 和gauss函数进行仿真(The antenna pattern simulation is simulated by sinc and Gauss functions respectively.)
- 2018-10-09 16:07:21下载
- 积分:1
-
seimic-graph
产生一个三分量地震图,有助于理解近场和远场的波场形态(Helps to understand the the wavefield morphology of the near-field and far-field to generate a three-component seismograms,)
- 2013-03-17 12:48:20下载
- 积分:1
-
3DTCDCHW
3双树复杂离散余弦谐波小波……JSIP20110300011_40382915(3A Dual Tree Complex Discrete Cosine Harmonic Wavelet ... JSIP20110300011_40382915)
- 2014-11-19 05:59:15下载
- 积分:1
-
1004.5429
有关可变码长的LDPC编码电路的设计与实现和一些相关的英文资料以及文献(LDPC)
- 2010-05-22 13:58:07下载
- 积分:1
-
SARBM3D_win32
BM3D的程序,基于最小均方误差准则。很好用(Date released 1/08/2012, version 0.1.
Functions for Matlab for the denoising of a SAR image corrupted
by multiplicative speckle noise with the technique described in
A Nonlocal SAR Image Denoising Algorithm Based on LLMMSE Wavelet Shrinkage )
- 2015-02-09 11:32:53下载
- 积分:1
-
multipath
matlab 多径信道 多径信道的仿真
(matlab multipath)
- 2011-05-09 17:01:01下载
- 积分:1
-
bisection
Step 1: Set i=1 FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2 FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then OUTPUT(p) STOP.
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p FA=FP else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,No=’, No) STOP.
- 2011-11-23 09:46:51下载
- 积分:1