-
Project1
改进节点法建立MNA方程 matlab算法,附有设计文档(Modified nodal equations matlab algorithm established by MNA)
- 2021-01-04 21:19:00下载
- 积分:1
-
Saving-mileage-Actmatlab
改程序用matlab程序编写了节约里程法程序,已编译成功,可直接运行(Change program with matlab programming method mileage savings program has compiled successfully, can be run directly)
- 2015-03-30 22:23:52下载
- 积分:1
-
Speech_Coding_Using_Sub-Bands
Subband based Speech Coding written in MATLAB
- 2009-06-08 20:39:00下载
- 积分:1
-
UART-Product-
As an industry-leading supplier of universal
asynchronous receiver/transmitters (UARTs),
Texas Instruments provides products designed
to improve system performance and meet the
needs of next-generation applications.
- 2013-12-24 21:11:59下载
- 积分:1
-
GA-and-CSA
基于遗传算法和免疫算法的的数据挖掘算法对比,用Matlab编写(Mining algorithm of genetic algorithm and immune algorithm based data, using Matlab prepared)
- 2015-04-02 20:43:57下载
- 积分:1
-
filter
M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi
Np=100 Ns=100
weightp=1 weights=100 通带和阻带的加权系数
WpN=linspace(0,Wp,Np)
WsN=linspace(Ws,pi-0.05,Ns)
Wm=[WpN WsN]
p=[ones(1,50),ones(1,50)/2]
d=[p,zeros(1,Ns)]
W=diag([weightp*ones(1,Np),weights*ones(1,Ns)])
C=cos(Wm*[0:J])
Q=diag(cos(Wm*0.5))
g=(W*Q*C)(W*d) g=g
h=(g(J:-1:2)+g(J+1:-1:3))/4
h=[g(J+1)/4 h g(1)*0.5+g(2)/4]
h=[h fliplr(h)] W=linspace(0,pi-0.1,512)
H=freqz(h,1,W)
plot(W/pi,20*log10(abs(H)))
(filter design)
- 2013-05-18 20:47:33下载
- 积分:1
-
FISHER
里面有两组数据,然后分为训练样本组和测试样本组,都采用fisher准则判定,再对结果惊醒分析(There are two sets of data, and then divided into groups of training samples and test samples group, have adopted guidelines for determining fisher, and then woke up on the results of the analysis)
- 2013-12-19 18:00:33下载
- 积分:1
-
sc_lattice_ofdm_papr
主要介绍了采用单载波技术降低OFDM系统PAPR的方法,仿真验证是可行的。(This code mainly describes the PAPR reduction method with SC-OFDM technique, and which ahs been verified by the simulations.)
- 2015-08-07 12:32:33下载
- 积分:1
-
Bo-coaxial-holographic
伽博同轴全息记录与再现。通过衍射计算完成光学同轴全息记录与再现过程的仿真,可以观察再现像的特点。(Bo coaxial holographic recording and playback.Completed through the calculation of the diffraction optical coaxial holographic recording and playback process simulation, can observe reproduce like characteristics.)
- 2020-12-06 17:09:22下载
- 积分:1
-
lscatter
Like Matlab s scatter command, lscatter produces a scatter plot. Unlike scatter, it allows you to also use a vector of labels that are used instead of the usual uniform markers.
lscatter(x,y,l)
generates a scatter plot where label{i} is placed at the coordinate (x(i),y(i)), for all i.
The program accommodates a large number of options which make it easy to taylor the output to your needs. The included example script should help you get started.
Please comment if you like it or find it useful.
- 2010-07-05 12:00:57下载
- 积分:1