-
mhx
是属于清华大学出的书 数字信号处理及电子课件光盘内容(MATLAB very important MATLAB very important)
- 2009-05-22 09:14:47下载
- 积分:1
-
simulationofchannelpaper
Mat Lab sample file for simulation
- 2009-05-23 20:40:47下载
- 积分:1
-
Meditation
求解混合整数线性/非线性规划的matlab源代码(Solving mixed integer linear/nonlinear programming of matlab source code)
- 2020-11-02 15:39:53下载
- 积分:1
-
mfiles
matlab6.5的源代码,包含了所有实例的源代码,请多多支持!!(matlab6.5 source code, contains all instances of the source code, a lot of support! !)
- 2011-06-21 20:57:49下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
WiMAX_System_Evaluation_Methodology_V2_1
tutorial that explain well the realisation of a wimax senario
- 2015-02-10 00:01:13下载
- 积分:1
-
bfsk
binary frequency division multiplixing
- 2015-03-20 23:58:05下载
- 积分:1
-
GPC
GPC(广义预测控制),是预测控制的一种算法。本算法采用三阶环节加纯滞后来仿真。(GPC (Generalized Predictive Control) is a predictive control algorithm. The algorithm uses the three-order plus time delay to simulate.)
- 2020-11-19 20:39:41下载
- 积分:1
-
New-Iterative-Method(DIY)
说明: 可实现,实用,迭代法(新创新),基于改进的迭代法图像分割算法(源码), 核心思想:先添加高斯噪声,然后新迭代分割算法,最后显示自动计算的阈值。
(Can realize, practical, the iterative method (new innovation), the iterative method based on improved image segmentation algorithm (source), core ideas: first add gaussian noise, then new iteration segmentation algorithmFinally,finally shows the threshold automatic calculation. )
- 2011-04-06 21:33:49下载
- 积分:1
-
10
说明: 《精通MTLAB最优化计算》第10章 线性规划
源码(" The most proficient MTLAB Optimization" Chapter 10 Linear Programming Source)
- 2011-04-18 21:49:24下载
- 积分:1