-
COMPARISON_OF_CODED_AND_UNCODED_VERTICAL_AND_HORIZ
這一篇論文的標題為「比較編碼和未編碼縱向和橫向層狀結構的MIMO-OFDM系統」是2007發表的(This is a paper entitled )
- 2007-10-15 01:24:46下载
- 积分:1
-
ofdmprogram
用matlab编写的基于的ofdm的调制信道模型(Prepared using matlab ofdm modulation based channel model)
- 2010-09-10 10:52:51下载
- 积分:1
-
Susan_filter
自己编写的一个Susan滤波算法,滤波效果很好,值得推荐(I have written a Susan filtering algorithm, the filtering effect is very good, worth recommending
)
- 2013-11-20 20:50:22下载
- 积分:1
-
颤振matlab程序说明书
该计算程序可以对无固定约束碰撞振动系统在激励力作用
下的系统响应进行计算,模拟系统动态响应,并自动判断颤振发生情
况,记录不同参数组合(阻尼比,质量比,恢复系数,间隙,频率比)
情况下系统的响应数据,输出发生颤振的参数组合数据。(The program can be used to study the impact force of a vibro impact system with no fixed constraint
The system response is calculated, the dynamic response of the system is simulated, and the occurrence of chatter is judged automatically
Different parameter combinations (damping ratio, mass ratio, recovery coefficient, clearance, frequency ratio) were recorded
In the case of the system response data, the output parameters of flutter data are output.)
- 2017-10-30 16:46:39下载
- 积分:1
-
wavedetect
这是一个比较有用的小程序,能对被水印出理过的图象进行检测,效果很明显.(This is a relatively small program useful, can be a watermark image over the rationale for testing, the effect is obvious.)
- 2007-12-22 14:56:45下载
- 积分:1
-
IJCS_33_1_9
说明: 發現蟻群優化的分類規則和快速改進約簡算法 (Classification Rule Discovery with Ant Colony Optimization and Improved Quick Reduct Algorithm )
- 2010-04-22 13:28:43下载
- 积分:1
-
xiaoboPc
小波变换已应用到工程的各个方面,但一般只是应用MATLAB的小波工具包来编程,有时需要自己编程实现,故这里给出了DB4小波变换的C实现(Wavelet transform has been applied to all aspects of the project, but generally only apply MATLAB wavelet toolkit for programming, sometimes need their own programming, so here is a DB4 wavelet transform C implementation)
- 2014-12-08 10:09:40下载
- 积分:1
-
RO-comput-in-optical-tweezer
comput the force in optical tweezer use matlab
- 2013-05-14 10:45:30下载
- 积分:1
-
nibianqi
说明: 逆变器模型。使用在PMSM中的三相交流逆变器(Inverter model. PMSM used in the three-phase AC inverter)
- 2011-03-16 14:29:00下载
- 积分:1
-
lsm-rbf
说明: 一种最小二乘法的RBF网络
----------------------------------
radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。(radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。)
- 2011-04-13 10:26:06下载
- 积分:1