-
11
说明: 直角坐标潮流程序,极好的程序,可计算任意规模的潮流,不必改程序,只要修改数据即可(Rectangular current procedures, an excellent program, calculate the trend of any size, no need to change procedures, as long as you can modify the data)
- 2010-09-02 11:57:12下载
- 积分:1
-
convolutional
卷积编译码,采用viterbi译码来对其进行仿真(this is convolutional)
- 2009-10-26 17:46:41下载
- 积分:1
-
matlab(sga_)
说明: matlab遗传算法工具箱函数及实例
matlab遗传算法工具箱函数及实例(matlab genetic algorithm toolbox matlab example of function and genetic algorithm toolbox and examples of function)
- 2008-11-16 04:37:27下载
- 积分:1
-
bubble-improve
对之前求取细通道内气泡长度和频率的程序进行修改,使之运算速度加快,(Before passage of fine bubbles strike length and frequency of the procedure to be modified, so that the operation speed,)
- 2013-11-14 16:19:58下载
- 积分:1
-
MATLAB30
MATLAB神经网络30个案例分析 很好的资料(MATLAB neural network analysis of 30 cases)
- 2013-11-19 10:39:09下载
- 积分:1
-
Cognitive_femtoCell
This folder Contains one file file of code of cognitive femtocell, second computing distance and third also computing path loss.
We consider smart “cognitive” femtocells, that can
decode the base station control channel and make decision on
their transmission opportunities based on the scheduling and
resource allocation of the overlaying macrocell. The operation
of such femtocells is somehow reminiscent of “Type II” relays,
as specified in the IEEE 802.16j standard. Under certain system
assumptions, we consider the tradeoff region of the macrocell
versus aggregate femtocell throughput
- 2015-03-10 14:41:41下载
- 积分:1
-
Robust-methods
主要利用稳健方法比如迭代算法来对跳频信号在Alpha稳定分布噪声环境下进行参数估计(Main advantage of robust methods such as iterative algorithm for frequency-hopping signals Alpha stable distribution parameter estimation in noisy environments)
- 2020-07-10 17:28:54下载
- 积分:1
-
huofuman
用matlab编写的霍夫曼 调试过 没有问题 简单易懂(Huffman debugging using matlab no problem with a simple and easy to understand)
- 2012-11-22 19:09:24下载
- 积分:1
-
strip2
利用差分方法求解带状线的特性阻抗等信息,适合初学者(The use of finite difference method for solving the characteristic impedance stripline information, suitable for beginners)
- 2007-11-13 20:04:21下载
- 积分:1
-
repval
repval(X) finds all repeated values for input X, and their attributes.
(The input may be vector, matrix, char string, or cell of strings
Y=repval(X) returns the repeated values of X
[RV, NR, POS, IR]=repval(X) returns the following outputs
RV : Repeated Values (sorted)
NR : Number of times each RV was repeated
POS : Position vector of X of RV entries
IR : Index of repetition
Example:
X=[1 5 5 9 5 5 1]
[RV,NR,POS,IR]=repval(X)
Output:
RV = [1 5] Numbers 1 and 5 are repeated values
NR = [2 4] Respectively repeated 2 and 4 times
POS = [1 7 2 3 5 6] Position index of X for repeated values
IR = [1 1 2 2 2 2] Corresponding to which index of RV
)
- 2010-12-14 15:13:45下载
- 积分:1