-
matlabandVC01
精通matlab与c+c++混合程序设计+第2版_,PDF格式,还算清晰,刘维编著,有兴趣的朋友可以下载下来看看 共三卷 (Proficient in matlab and c+ c++ mixed programming+ version 2 _, PDF format, fairly clear, Liu Wei, ed, interested to see if friends can download down)
- 2010-09-06 20:59:37下载
- 积分:1
-
buatframe
1. to calculate FFT real-time
2. to control the brightness of your picture real time
3. to make frames from your audio files
- 2010-08-11 16:22:04下载
- 积分:1
-
GoldenmanBinomialTree
goldenman binormial tree matlab code
- 2010-11-30 14:21:11下载
- 积分:1
-
analysiszhuchengfen
针对主成分分析的很实用的程序,只需要把所掌握的数据带入,就可以获得一系列的数据,包括相关矩阵、载重、主成分贡献率等。(Principal component analysis and practical program, simply put into the master data, you can get a range of data, including the correlation matrix, load, principal component contribution rate.)
- 2012-08-31 16:41:25下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
mianyisuanfa
基于matlab的免疫进化算法 详细讲解了免疫算法的实现(Explain in detail the implementation of the immune algorithm based on the matlab immune evolutionary algorithm)
- 2013-05-18 18:54:21下载
- 积分:1
-
gauss
分别用中心极限定理和Box-Muller方法产生高斯噪声,用于二进制双极性基带通信系统仿真,比较其仿真运行时间及结果。(Central limit theorem and were used Box-Muller method for generating Gaussian noise for binary bipolar baseband communication system simulation, and compared the results of the simulation run time.)
- 2010-12-28 19:51:10下载
- 积分:1
-
S-Function
本文是个人整理的,对S函数的原理做了基本介绍,然后对S函数的面板进行了详细的注解,算是加入了自己理解的翻译(This article is the personal finishing basic principle function of S, then the S-function panel detailed annotations, regarded as adding their own understanding of the translation)
- 2013-01-13 00:10:25下载
- 积分:1
-
Rapid-Acquisition-of-Doppler-Shift-
本文提出了一种适用于低轨卫异扩频通信系统的多普勒频移快捕方法.该方法基于数字匹配滤波器及自动频率控制环路_利用数字匹配滤波器的囚码快捕特性及其输出主相关峰值对频偏的敏感性,缩短多普勒频移的
捕获时间.论文首先推导了多普勒频移的平均捕获时间表达式,然后根据数值分析结果得到了准最佳捕获判决策略,最后通过比较验证了该快捕方法相对于传统串行捕获方法在性能上的提高.
(This paper presents a low-orbit health for different spread spectrum communication system fast catching the Doppler shift method, which based on digital matched filter and automatic frequency control loop _ prisoners using digital matched filter code features rapid acquisition and the output of the main correlation peak frequency deviation of the sensitivity of the Doppler frequency shift to shorten acquisition time. paper first derive the mean Doppler shift acquisition time expression, then the numerical results obtained quasi-optimal capture decision strategies, and finally verified by comparing with the rapid acquisition method to capture the traditional method of serial improvement in performance.)
- 2011-10-22 19:35:00下载
- 积分:1
-
锂电池模型、优化设计和仿真Simscape Language
该文件包含锂离子电池模型参数估计和仿真。
1)估计。SLX锂离子电池包含一个等温的单电池模型,具有1-RC等效电路
2)单细胞模拟(SSCL锂离子电池1RC.SLX)。该模型利用在等效电路元件内布置为查找表的估计实例的参数,模拟单电池在简单脉冲充放电循环下的电热响应。 3)电池组,抽象版本(SSCLILIUMUBATYYY1CELL。SLX)。
4)电池组,详细版本(SSCLILIUMUBATTYYY80CCELL,SLX)。(This document contains parameter estimation and Simulation of lithium-ion battery models. 1) estimate. SLX lithium-ion battery contains an isothermal single cell model with 1-RC equivalent circuit. 2) single cell simulation (SSCL lithium ion battery 1RC.SLX). The model simulates the electrothermal response of a single cell under a simple pulse charge discharge cycle, using the parameters of an estimated example of the lookup table in the equivalent circuit element. 3) battery pack, abstract Version (SSCLILIUMUBATYYY1CELL). SLX). 4) battery pack, detailed version (SSCLILIUMUBATTYYY80CCELL, SLX).)
- 2018-04-28 13:41:25下载
- 积分:1