-
thermal-3
thermal conductivity :Code for Temperature dependent of cross plane
(thermal conductivity :Code for Temperature dependent of cross plane )
- 2011-02-07 11:32:36下载
- 积分:1
-
phc-bandstructure
1d phc band structure with PWE method
- 2011-05-07 20:28:10下载
- 积分:1
-
Overlap-add-method
this is explains overlap save and add method in matlab
- 2011-10-14 03:04:21下载
- 积分:1
-
neural-network-toolbox
本文介绍在Matlab 环境下发电厂水位控制BP 模型的建模与仿真方法, 得出了预测模型的最优参数。仿真结果表明, MATLAB
神经网络工具箱可有效地用来解决复杂的非线性控制系统的优化设计问题。(This article describes the Matlab environment plant level control BP Model modeling and simulation methods, predictive models obtained optimal parameters. Simulation results show that, MATLAB
Neural Network Toolbox can be effectively used to solve complex nonlinear control system optimization design problems.)
- 2013-09-02 08:55: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
-
Untitled
完整的music算法 仿真能够出现波形 非常有研究作用(Complete music algorithm simulation waveform research)
- 2013-05-21 09:08:41下载
- 积分:1
-
Nonlinear_Matlab.m
非线性最小二乘法Matlab实现
f=x(1)*K^x(2)*L^x(3)-b
Cobb-Douglas生产函数(Matlab nonlinear least square method to achieve f = x (1)* K ^ x (2)* L ^ x (3)-b Cobb-Douglas production function)
- 2010-07-02 16:48:11下载
- 积分:1
-
wsn_matlab_leach
说明: matlab下优秀的leach仿真源代码,希望能给你的实验带来帮助(the code of the algorithm of leach in the matlab)
- 2010-04-10 19:52:13下载
- 积分:1
-
genetic-algorithm--for-TSP
基于TSP的遗传算法,采用多种遗传算法的多种方案求解经典的TSP问题(TSP-based genetic algorithm, using a variety of programs for a variety of genetic algorithm for solving a classic TSP problem)
- 2012-07-05 20:03:33下载
- 积分:1
-
lowpass_FIR
低通FIR滤波器的源码,简单有效。低通FIR滤波器的源码,简单有效。(Low-pass FIR filter source, simple and effective)
- 2010-06-18 17:08:09下载
- 积分:1