-
resampling
regarding resampling of images
- 2010-08-03 00:03:08下载
- 积分:1
-
PSO
粒子群算法简介,标准的粒子群算法,标准粒子群算法的实现,MATLAB代码(Introduction of the particle swarm algorithm, the standard particle swarm algorithm, the standard particle swarm algorithm to achieve the MATLAB code
)
- 2012-05-02 12:54:50下载
- 积分:1
-
LFM
线性调频信号相关仿真,模糊函数绘制,波形分析等等(Linear FM signal correlation simulation, fuzzy function mapping, waveform analysis, etc.)
- 2021-03-15 17:19:22下载
- 积分:1
-
FOASVR
FOASVR算法实现,用于支持向量机回归的实现(FOASVR algorithm implementation,used to apply the SVR)
- 2012-04-16 22:01:07下载
- 积分:1
-
matlab
using matlab for create interfce
- 2009-04-13 18:07:14下载
- 积分:1
-
GenerateDate
产生与故障相关的随机数,包括故障名称,列车编号,车厢类型等,可随意增加。(Generate random numbers associated with the fault, including the fault name, train number, car type, etc., can be increased.)
- 2014-11-30 16:02:06下载
- 积分:1
-
Project_Thesis_OFDM
Project thesis with included matlab codes of ICI Cancellation in OFDM systems.
- 2014-02-16 02:34:18下载
- 积分:1
-
ABC-K-means
基于改进人工蜂群算法的K均值聚类算法-喻金平-郑杰-梅宏标,matlab(K-means clustering algorithm based on improved artificial bee colony algorithm-Yu Jinping-Zheng Jie-Mei Hongbiao, matlab)
- 2020-11-26 09:19:31下载
- 积分:1
-
fujian_spwm
spwm 中频机组仿真,可以仿真整个过程,包括谐波干扰(spwm IF unit simulation, can simulate the whole process, including the harmonic interference)
- 2010-07-06 20:29:43下载
- 积分:1
-
pade
function [a,b] = pade(x,p,q)
PADE Model a signal using the Pade approximation method
----
Usage: [a,b] = pade(x,p,q)
The input sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles.
- 2012-04-18 09:52:53下载
- 积分:1