-
Basic-Segmentation
Segmentation methodes en matlab
- 2010-05-26 22:30:30下载
- 积分:1
-
pvbattery
光伏电池模型 matlab simulink里搭建 功能良好(PV battery model)
- 2021-04-11 11:28:58下载
- 积分:1
-
youguan
2010年数学建模B题的油罐测量问题的matlab解决方案(B 2010, the theme of mathematical modeling problems matlab tank measuring solutions)
- 2011-02-10 12:07:57下载
- 积分:1
-
multipath_chann
OFDM系统仿真,多径传播信道程序,对移动通信环境进行仿真(OFDM system simulation, multi-path propagation channel program, the simulation of mobile communications environment)
- 2010-05-23 00:06:54下载
- 积分:1
-
matlab
A Guide to MATLAB for Beginners and Experienced Users - Hunt Lipsman & Rosenberg(A Guide to MATLAB for Beginners and Experienced Users- Hunt Lipsman & Rosenberg)
- 2013-09-13 20:06:03下载
- 积分:1
-
A123
说明: 三相电压不平衡度计算 simulink模型,可供参考 调试正确(The Simulink model for calculating unbalance of three-phase voltage can be used for reference and debugging correctly.)
- 2019-05-28 15:04:05下载
- 积分:1
-
The_dual-port_RAM-based_FPGA
基于FPGA的双口RAM实现及应用,对RAM有一个系统的介绍(The dual-port RAM-based FPGA Implementation and Application of RAM to have a systematic introduction)
- 2010-07-05 11:35:55下载
- 积分:1
-
PDCCH
PDCCH的链路仿真,需要的朋友可以参考一下。(PDCCH link simulation, the needs of friends can reference.)
- 2009-12-28 20:35:09下载
- 积分:1
-
bisection_new
Step 1: Set i=1
FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2
FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then
OUTPUT(p)
STOP.
prepared by Razana Alwee
24
Algorithm
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p
FA=FP
else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,
No=’, No)
- 2011-11-23 09:49:57下载
- 积分:1
-
sinc_smpl
任意采样率变换,使用sinc()函数作为理想插值系数,可以设置滤波器延迟(阶数)(Arbitrary sample rate conversion, the use of sinc () function as an ideal interpolation coefficients, the filter delay can be set manually inside the program(order Taps))
- 2011-12-01 11:37:46下载
- 积分:1