-
fsolve
matlab中fsolve语句数值效果较好,采用的解法是将方程组转化为最小二乘问题,调用指令lsqnonlin求解,所以,它参数的选取和优化指令的用法是一致的(matlab numerical results in fsolve statement better solution is to use the equations into a least squares problem, call the command lsqnonlin solution, therefore, it is parameter selection and optimization of instruction is consistent with the usage of)
- 2009-12-08 22:46:58下载
- 积分:1
-
WSNlocalization
传感器网络,搭建传感器网络,实现定位,判断定位误差(wireless sensor network)
- 2014-11-24 21:54:11下载
- 积分:1
-
Ex1-wind-power
This code is to calculate wind power from wind speed data and power curve data
- 2013-02-02 11:22:52下载
- 积分:1
-
Turtle
matlab实现海龟交易算法,包括买卖点、资金分配、风控等(turtle trading)
- 2015-01-11 20:53:53下载
- 积分:1
-
DCT-and-Image-Compression
DCT and Image Compression
In the JPEG image compression algorithm, the input image is divided into
8-by-8 or 16-by-16 blocks, and the two-dimensional DCT is computed for each
block. The DCT coefficients are then quantized, coded, and transmitted. The
JPEG receiver (or JPEG file reader) decodes the quantized DCT coefficients,
computes the inverse two-dimensional DCT of each block, and then puts the
blocks back together into a single image. For typical images, many of the
DCT coefficients have values close to zero these coefficients can be discarded
without seriously affecting the quality of the reconstructed image.
The example code below computes the two-dimensional DCT of 8-by-8 blocks
in the input image, discards (sets to zero) all but 10 of the 64 DCT coefficients
in each block, and then reconstructs the image using the two-dimensional
inverse DCT of each block. The transform matrix computation method is used.
- 2014-01-28 16:55:07下载
- 积分:1
-
bayes
matlab中的贝叶斯工具箱使用说明,包含了基本函数介绍和实例教程。(GUIDE BOOK ON BAYES TOOLBOX OF MATLAB,VERY USEFUL)
- 2012-03-30 15:06:18下载
- 积分:1
-
fft
描绘了一个三种频率四个端点的图,行这个图纸呢更可以进行小波变换和HHT你是内环,通过结果说明HHt谱与时间的关系(Depicts a figure three frequencies of the four endpoints, line drawings that can do more wavelet transform and inner HHT you are, by the results illustrate the relationship between the spectrum and time HHt)
- 2015-03-18 19:57:26下载
- 积分:1
-
MIMO
Multipl input multiol output modulation algorithm implemantation
- 2015-04-22 01:29:50下载
- 积分:1
-
wuziqi
说明: 声明:本程序仅交流用,所以调试时用两颗棋子就可以赢(Disclaimer: This procedure only exchange with, so debugging can win with two pieces)
- 2010-05-01 17:34:45下载
- 积分:1
-
simulink-coder
Simulink Coder™ (formerly Real-Time Workshop® ) generates and executes C and C++ code from Simulink®
diagrams, Stateflow® charts, and MATLAB® functions. The generated source code can be used for real-time and
nonreal-time applications, including simulation acceleration, rapid prototyping, and hardware-in-the-loop testing.
You can tune and monitor the generated code using Simulink or run and interact with the code outside MATLAB
and Simulink.
- 2013-08-09 23:10:40下载
- 积分:1