-
Scientific_Computing
一本科学计算的书籍,是有MATLAB的创始人写的(A scientific computing books, is written by the founder of MATLAB)
- 2009-01-05 14:54:36下载
- 积分:1
-
matlab1
matlab实现几种基本的通信仿真技术
(to achieve basic communication matlab simulation of several)
- 2010-07-28 16:27:50下载
- 积分:1
-
fit_maxwell_pdf
fit_maxwell_pdf - Non Linear Least Squares fit of the maxwellian distribution.
given the samples of the histogram of the samples, finds the
distribution parameter that fits the histogram samples.
fits data to the probability of the form:
p(r) = sqrt(2/pi)*(a^(-3/2))*(r^2)*exp(-(r^2)/(2*a))
with parameter: a
format: result = fit_maxwell_pdf( x,y,W,hAx )
input: y - vector, samples of the histogram to be fitted
x - vector, position of the samples of the histogram (i.e. y = f(x,a))
W - matrix or scalar, a square weighting matrix of the size NxN where
N = length(y), or 0 to indicate no weighting is needed.
hAx - handle of an axis, on which the fitted distribution is plotted
if h is given empty, a figure is created.
output: result - structure with the fields
a - fitted parameter
VAR - variance of the estimation
type- weighted LS or not weighted LS
iter- number of iteration for the solution
- 2011-02-09 19:02:55下载
- 积分:1
-
Get_LSBM_Stego
LSBM_STEGO IS A FILE DESIGN TO EMBED THE MESSAGE WHICH IS NOT LIKELY TO BE DISCOVER BY OTHERS INTO THE COVER
- 2011-04-29 20:10:19下载
- 积分:1
-
GA_matlab
遗传算法的matlab实现程序源代码,txt格式,不是m文件(genetic algorithm)
- 2013-04-01 21:35:25下载
- 积分:1
-
Radonbianhuan
GUI系统尽心Radon变化,所谓Radon变换,就是将原始图像变换为它在各个角度的投影表示。
(Radon dedicated GUI system changes, the so-called Radon transform, the original image is converted to its projection showing all angles.)
- 2014-01-26 10:19:55下载
- 积分:1
-
bppid
MATLAB平台下的基于人工神经网络的非线性控制系统PID参数整定代码,能实现在线调节功能。(MATLAB platform artificial neural network-based nonlinear control system PID parameter tuning code, to achieve regulatory function online.)
- 2009-05-06 10:44:56下载
- 积分:1
-
Templates1_7
本书是C++模板编程的完全指南,旨在通过基本概念、常用技巧和应用实例3方面的有用资料,为读者打下C++模板知识的坚实基础。 全书共5个部分,22章。第1章全面介绍了本书的内容结构和相关情况。第1部分(第2~7章)以教程的风格介绍了模板的基本概念,第2部分(第8~13章)阐述了模板的语言细节,第3部分(第14~18章)介绍了C++模板所支持的基本设计技术,第4部分(第19~22章)深入探讨了各种使用模板的普通应用程序。附录部分是一处定义原则和重载解析的相关资料。 本书适合C++模板技术的初学者阅读,也可供有一定编程经验的C++程序员参考。(This book is C++ template programming, The Complete Guide to through the basic concepts, techniques and application examples of three commonly used useful information for readers to C++ templates to lay a solid foundation of knowledge. The book is 5 parts, 22 chapters. Chapter 1 introduces the overall structure and content of the book relevant circumstances. Part 1 (2 ~ 7) tutorial style introduction to the basic concepts of templates, Part 2 (8 ~ 13) describes the details of the template language, Part 3 (14 ~ 18), introduced C++ template support for the basic design techniques, Part 4 (19 ~ 22) in-depth study of various common applications using templates. Appendix is a definition of the principles and relevant information overload resolution. C++ book for beginners to read template technology, but also have some programming experience for C++ programmers reference.
)
- 2010-12-20 18:56:57下载
- 积分:1
-
cma
These M-files generate received T/-spaced, noisy signals from empirically-measured T/2-spaced AppSigTec channels and simulates a blind adaptive equalizer updated with Constant Modulus Algorithm.
- 2009-07-08 19:58:41下载
- 积分:1
-
CUser
可以实现wstring与string之间的相互转化,同时也包括了string与CString之间的转换(Can achieve mutual conversion between wstring and string, but also includes the conversion between string and CString)
- 2014-08-29 09:34:24下载
- 积分:1