-
MATLABprogrammingCH01
這是一本MATLAB程式設計延伸技巧程式書本上的程式碼CH1(一次無法全部上傳會斷線)(This is an extension of MATLAB programming skills in program code books CH1)
- 2010-05-27 13:41:27下载
- 积分:1
-
Python-and-Matlab
详细说明了python及matlab的特点,及其各自特点,并将其联合,进行编程。(A detailed description of the characteristics of python and matlab, and their respective characteristics, and their joint, for programming.)
- 2014-11-10 13:14:20下载
- 积分:1
-
熵权法
熵权法matlab代码,直接在命令窗口输入数据即可进行计算。(Analytic Hierarchy Process Matlab Code)
- 2020-06-18 07:40:02下载
- 积分:1
-
qicheerziyoudu
汽车7自由度simulink仿真模型,详细描述了车辆起自由度模型的构成,在实际仿真中的用车(Automobile 7 degree of freedom simulation model of Simulink, a detailed description of the vehicle up degrees of freedom model constitute, in the actual simulation of car
)
- 2014-10-23 06:17:40下载
- 积分:1
-
EEE-212-lab-sheet
empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:21:13下载
- 积分:1
-
PDE
MATLAB PDE的一个例子 源程序
可以了解MATLAB在处理二阶偏微分方程时的一些有用思路(MATLAB PDE An example of MATLAB source code can be understood when dealing with second-order partial differential equations with some useful ideas)
- 2013-11-12 21:22:48下载
- 积分:1
-
ICA-wind-prediction
采用最先进的殖民竞争算法Imperialist competition algorithm优化BP神经网络的初始权值、阈值,进行风电功率预测,带数据和实例,ica为主程序(Using the most advanced colonial competitive algorithm Imperialist competition algorithm to optimize the initial weights of BP neural network, threshold, carry wind power prediction with data and examples, ica-based program)
- 2020-11-26 18:49:31下载
- 积分:1
-
SPWM
SPWM电压型逆变器的数学模型,可以直接产生波形(SPWM inverter mathematical model that can directly generate waveforms)
- 2010-05-25 18:39:10下载
- 积分:1
-
hierarchicalBoxplotsam
A modification to boxplot that shows the hierarchical relationships between the grouping variables
- 2013-08-18 03:27:04下载
- 积分:1
-
power_wind_dfig
永磁同步风机仿真实例,可用于实际工程算法和研究学习(Permanent magnet synchronous wind turbine simulation example, the algorithm can be used for practical engineering and research learning)
- 2013-03-19 16:52:53下载
- 积分:1