-
10matlabcodes
对于初学者还是不错的,可以下下来看看的说,慢慢学者就会了
(For beginners or good, you can take a look at the next down that scholars will be a slowly)
- 2009-03-08 16:09:52下载
- 积分:1
-
matlabppt
matlab程序设计教程,很好的入门ppt(matlab programming tutorial, a good entry-ppt)
- 2009-04-20 11:09:01下载
- 积分:1
-
code-capture-of-dsss-system
本文主要利用matlab编程工具对直接序列扩频通信的捕获过程进行仿真。仿真主要基于滑动相关法的有关理论,先讨论扩频仿真中起着重要作用的m序列的生成问题,尔后讨论调制信号的产生,然后在信号的捕获中分步讨论,先对捕获的流程进行简单的仿真,再依次加入噪声和多普勒频移后进行捕获仿真(In this paper, using matlab programming tools for direct sequence spread spectrum communication capture process simulation. Simulation of the sliding correlation method is based on the theory, first discuss the simulation plays an important role in spreading the m sequence generation problem, the modulation signal generation and later discussed, and the signal captured by stepping discussion processes the captured first simple simulation, and then followed by adding noise and Doppler frequency shift after the capture simulation)
- 2013-09-04 11:53:17下载
- 积分:1
-
Matlab-software
有关Matlab的软件开发详细讲解与例程展示(Matlab software developers explain in detail the routine show)
- 2012-11-16 18:06:29下载
- 积分:1
-
123
关于木材识别的一片论文,已经被推为优秀论文了,包含边缘检测的小知识(Recognition of a timber on paper, has pushed for the excellent papers, including edge detection Tips)
- 2016-07-26 20:28:16下载
- 积分:1
-
Mathematical_Modeling_Section_unconstrained_minimi
数学建模-第一节无约束最小化Mathematical Modeling - Section unconstrained minimization(Mathematical Modeling- Section unconstrained minimization Mathematical Modeling- Section unconstrained minimization)
- 2010-06-17 06:23:20下载
- 积分:1
-
PID_jieou
PID解耦,用于多变量解耦,是个很好的例子,希望对大家有用(PID decoupling, for multi-variable decoupling is a good example, in the hope it would be useful)
- 2010-06-28 09:03:35下载
- 积分:1
-
GetData
使用MATLAB编写的数据截取工具,跟随光标点击即可截取,方便使用。(Interception of data prepared using MATLAB. Follow the cursor and click to intercept. A user friendly tool.)
- 2010-01-24 21:39:12下载
- 积分:1
-
pso-with-limitation
带有速度限制和种群限制的粒子群优化算法程序。matlab编写。(Populations with speed limits and restrictions on particle swarm optimization algorithm. matlab prepared.)
- 2013-07-24 04:10:46下载
- 积分:1
-
NR_power-Flow
x0 = ones(2,2) Make a starting guess at the solution
options = optimset( Display , off ) Turn off Display
[x,Fval,exitflag] = fsolve(@myfun,x0,options)
The solution is
x =
-0.1291 0.8602
1.2903 1.1612
Fval =
1.0e-009 *
-0.1619 0.0776
0.1161 -0.0469
exitflag =
1
and the residual is close to zero.
sum(sum(Fval.*Fval))
ans =
4.7915e-020
- 2014-02-22 08:37:54下载
- 积分:1