-
RSSI_X
RSSI强度值采集例子,每隔一段距离采集一段RSSI值,从matlab中绘制折线图,并由最小二乘法分析你合成曲线(RSSI strength values collected examples, at some distance acquisition period of the RSSI value, the last drawing, analyze your synthetic curve by the least squares method)
- 2012-05-23 16:47:58下载
- 积分:1
-
matlab_networks_routines
Matlab COdes for network route. You can use it for different kinds of graph algorithms
- 2013-08-19 21:44:30下载
- 积分:1
-
Fast-Weighted-SVM-training-Algorithm
一种加权支持向量机的算法,主要描述一种加权支持相机的数学描述,参看此文可以更深入理解加权支持向量机(Fast Weighted SVM training Algorithm)
- 2012-03-25 09:55:02下载
- 积分:1
-
IFOC
This paper presents a control speed using IFOC for induction motor.
- 2015-01-30 04:18:04下载
- 积分:1
-
signal
将混合有白噪声的两个信号的频率提取出来,适合初学matlab的使用(Will be mixed with white noise, the frequency of two signals is extracted, the use of matlab for beginners)
- 2010-09-04 11:05:13下载
- 积分:1
-
signalandsystemwithmatlab
信号与系统第二版作者是Steven T. Karris。全书分为基本信号表述,拉普拉斯变换,反拉普拉斯变换,电路分析,脉冲响应等章节。(Signals and Systems 2nd edition written by Steven T. Karris. The book is divided into basic signal representation, Laplace transform, anti-Laplace transform, circuit analysis, impulse response and other sections.)
- 2009-12-10 00:43:38下载
- 积分:1
-
srchybrid45b_VeryCD
电骡0.45b源码.rar (-- Mule 0.45b source. Rar-- Mule 0.45b source. Rar)
- 2007-01-21 13:07:10下载
- 积分:1
-
Identifying_pulse_response
系统辨识课上做的利用相关分析法辨识脉冲响应的实验。包括用M序列生成白噪声,计算互相关函数得到脉冲响应估计值等等,比较基础(Experiment about Identifying the pulse response with a method of correlative analysis in my class on system identification. It contains using M-sequence to generate white noise, bu calculating cross-correlation function to get impulse response estimates ect.)
- 2020-11-26 21:59:31下载
- 积分:1
-
release_1_01b
The carpetplot class is a tool to create four variable carpet plots and three variable cheater plots
- 2013-05-18 08:29:16下载
- 积分:1
-
Recursive_integer_division
递归法求解整数划分。
整数划分,是指把一个正整数n写成如下形式:
n=m1+m2+…+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。
如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) (Recursive method integer division. Integer division, refers to a positive integer n written as follows: n = m1+m2+ ...+mi (where mi is a positive integer, and 1 < = mi < = n), then {m1, m2, ..., mi} is a division of n. If {m1, m2, ..., mi} does not exceed the maximum value of m, i.e., max (m1, m2, ..., mi) < = m, m n is said that it belongs to a division. Where m is the number of division n our mind is f (n, m) )
- 2014-02-06 14:21:38下载
- 积分:1