-
circonvt
matlab求两个数组的卷积的程序,两种方案实现(matlab array of convolution for the two procedures, the two plans to achieve)
- 2008-12-18 17:24:24下载
- 积分:1
-
technologyanalysis
根据股票数据,输出股票技术分析图,可以根据需要调整分析周期(According to stock data, the output of stock technical analysis chart can be adjusted according to analysis of the cycle)
- 2007-11-24 11:05:46下载
- 积分:1
-
SimulinkSimulationTutorial
作为MATLAB的一个重要组成部分,Simulink由于它所具有的上述的两大功能和特色,以及所提供的可视化仿真环境、快捷简便的操作方法,而使其成为目前最受欢迎的仿真软件。
本章主要介绍Simulink的基本功能和基本操作方法,并通过举例介绍如何利用Simulink进行系统建模和仿真。
(As an important component of MATLAB, Simulink because it has the two above-mentioned functions and features, as well as provide visual simulation environment, quick and easy methods of operation, which makes it the most popular simulation software. This chapter introduces the basic functions of Simulink and basic operation methods, and through examples of how to use Simulink for system modeling and simulation.)
- 2011-01-16 11:19:11下载
- 积分:1
-
Analysis-of-the-internal-wave
海洋内波压力波时间序列分析程序。用于分析海洋内波,去除高低平潮。(Ocean wave pressure wave in time series analysis program.Is applied to the analysis of ocean internal waves, get rid of the high and low tide.)
- 2013-08-25 13:22:46下载
- 积分:1
-
dplxy
关于MATLB中解决信号与系统中临时采样信号函数的完整的源代码(On signal and system temporary sampling signal function MATLB addressed with full source code)
- 2015-07-24 15:35:52下载
- 积分:1
-
m_iz4zk9
参考外国文献,通过MATLAB程序编写了以两个简单的jqaVXl映射构造一个双混沌互扰 EBJoQRn系统,提出了基于双混沌互扰系统的无线加密算法,具有防窃听的能力,调试无错误。(References to foreign literature, through MATLAB programming the jqaVXl with two simple mapping to construct a mutual interference EBJoQRn dual chaotic systems is proposed based on the wireless encryption algorithm dual chaotic mutual interference system has the ability of anti-wiretapping, debugging errors. )
- 2016-01-13 18:09:14下载
- 积分:1
-
FEMmatlab
Problem of plane-wave reflection by and transmission through an inhomogeneous dielectric slab. Solution through the finite element solution (FEM) and comparing it with
the exact solution and plot the results.
- 2012-03-23 06:25:25下载
- 积分:1
-
粒子群优化bp神经网络在锅炉燃烧优化中的应用posbpinsteameroptimization
实现了粒子群优化bp神经网络在锅炉燃烧优化中的应用,有详细的代码解释,仿真图例,运行时将程序名改为程序内的function命,运行即可(Particle swarm optimization bp neural network applications in boiler combustion optimization, detailed code interpreter simulation legend, change the name of the program to function within the program life runtime can run)
- 2020-07-05 19:38:59下载
- 积分:1
-
matlab
matlab 处理数理统计,跟浙江大学数理统计同步(matlab processing, mathematical statistics, mathematical statistics with the synchronization of Zhejiang University)
- 2011-01-21 16:02:06下载
- 积分:1
-
recursion
说明: 递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。
递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。(Recursion, is a function to achieve a very important part of many programs are more or less use the recursive function. Recursive mean that the function of its own call to themselves or subordinates in their own function calls a function to call their own. Recursion that can be achieved because the function of each execution in the stack has its own shape parameters and local variables of the copy, the copy and the implementation process has nothing to do other functions. This mechanism is the most modern programming language implementation subroutine structure of the foundation is to make recursion possible.)
- 2009-08-30 16:26:06下载
- 积分:1