-
quaternion
四元数乘法、求逆、共轭、求范数函数,并附有求解矢量旋转坐标的程序例子(Quaternion multiplication, inverse, conjugate, seeking norm function, together with procedures for solving the example of vector rotating coordinate)
- 2010-08-12 22:04:01下载
- 积分:1
-
matlab-codes
Finite element analysis with matlab codes
- 2011-12-10 08:49:49下载
- 积分:1
-
ncogs_software
短时傅里叶变换逆变换,采用MATLAB编的程序(Short term Fu Liye transform inverse transform)
- 2015-04-13 15:27:21下载
- 积分:1
-
LMD 源代码
说明: LMD_局部均值分解的源代码以及验证程序(LMD_ local mean decomposition source code and verification program)
- 2021-02-23 15:19:03下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1
-
che
说明: 一个简单的运动目标检测程序,适合初学者看的,环境matlab,,(A simple moving target detection procedure, suitable for beginners look at the environment matlab,,)
- 2009-08-27 15:22:57下载
- 积分:1
-
attachments-(1)
The file contains matlab code for ask,Bpsk,msk,Bfsk,QPSK
- 2014-01-06 16:19:34下载
- 积分:1
-
video-boundary-det
Video boundary detection
- 2011-01-24 13:27:11下载
- 积分:1
-
smoothing_reactor
自己编写的高压直流输电中平波电抗器的计算程序,在实际系统中做过验证,满足实际工程需要,只需要输入所需要的参数,自动计算平波电抗器的电感,并进行了优化处理(I have written HVDC Zhongping wave reactor calculation procedure done in the actual system validation, meet the actual project needs, only need to enter the required parameters, automatic calculation of smoothing reactor inductance and optimization of processing)
- 2013-10-17 20:01:17下载
- 积分:1
-
beamforing
均匀面阵和均匀线阵仿真案例,对于学习阵列信号处理有很大帮助(Uniform linear array and uniform linear array simulation case, for learning array signal processing is very helpful)
- 2016-11-10 11:44:45下载
- 积分:1