-
firls
matlab fir LPF least square error with zeroa weighted
- 2013-11-21 21:35:15下载
- 积分:1
-
loubui_v17
MIMO OFDM matlab仿真,是小学期课程设计的题目,用蒙特卡洛模拟的方法计算美式期权的价格以及基本描述。( MIMO OFDM matlab simulation, Is the topic of the elementary school stage curriculum design, Monte Carlo simulation method of calculating the American option price and basic description.)
- 2017-05-08 17:59:17下载
- 积分:1
-
LMS_adaptive_filter
LMS的自适应回声滤波器代码,应用于MATLAB软件~(LMS adaptive echo filter code, used in MATLAB software ~)
- 2009-03-23 16:00:20下载
- 积分:1
-
mghf_twobody
This is implementation of culver filter
- 2014-08-31 14:21:00下载
- 积分:1
-
single_server_queue
M/M/1 single-server queuing system simulation (using Event Scheduling Method Discrete Event Simulation System) to customers Da-mo arrival time interval and customer service time are negative exponential distribution, single-desk system, in accordance with the single-team queue, by FIFO mode services. N inspection services customers (n = 1000,2000,3000. 5000) the average customer captain, and the average queue time.
- 2013-02-10 15:59:24下载
- 积分:1
-
bingwangguocheng
双馈异步发电机并网过程及控制方法的改进,适用于dfig系统仿真(Doubly-fed and improve net process control methods and asynchronous generators for dfig System Simulation)
- 2014-02-26 20:11:17下载
- 积分:1
-
Artificial potential field
说明: 人工势场法的路径规划的避障,进行搜索优化,然后进行适应度函数的处理(Artificial potential field method is used to avoid obstacles in path planning, search and optimize, and then deal with the fitness function)
- 2019-12-18 17:07:16下载
- 积分:1
-
OperationsResearchmatlab
matlab运筹学相关学习课件,线性规划等其他内容(matlab operations research related to learning courseware, linear programming and other content)
- 2010-08-09 12:22:46下载
- 积分:1
-
MLPG
无网格法(mlpg),matlab代码,悬臂梁可用(The meshless method (MLPG), the matlab code, the cantilever beam can be used)
- 2014-10-18 21:05:13下载
- 积分:1
-
bin2hex
function total_length=text_length_num(file_cell)
total_length=0
for i=1:length(file_cell)
y1=char(file_cell(i))
for j=1:length(y1)
if(y1(j)== > )
got=j-3
end
end
y=
for k=1:got
y(k)=y1(k)
end
[a,b,c,d]=fileparts(y)
FileName=[b c]
fid=fopen(y)
total_length_char=0
while 1
tline = fgetl(fid)
if ~ischar(tline), break,
- 2010-07-30 09:38:27下载
- 积分:1