-
matlabmathtool
本工具箱主要包含三部分内容
(支持平台MATLAB5.3或5.2,Symbolic math,optim,spline,stats)
1. MATLAB常用数学建模工具的中文帮助
2. 贡献MATLAB数学建模工具(打*号)
3. 中国大学生数学建模竞赛历年试题MATLAB程序(The kit consists mainly of three parts content (supported platforms MATLAB5.3 or 5.2, Symbolic math, optim, spline, stats) 1. MATLAB mathematical modeling tools commonly used Chinese to help 2. Contribution to the MATLAB Mathematical Modeling Tool (hit* No.) 3. China' s Mathematical Contest in Modeling questions MATLAB program calendar)
- 2010-06-28 01:34:15下载
- 积分: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
-
matlabe.g
说明: 一些matlab运用中的实例,对初学MATLAB的朋友可能会有些帮助(Some examples of the use of matlab for MATLAB beginner friends may be helpful in)
- 2008-10-23 10:25:30下载
- 积分:1
-
turbo
turbo码的编码与译码,交织器
coding and decoding of turbo, interleaver(coding and decoding of turbo, interleaver, almost regular permutation)
- 2013-12-08 20:58:20下载
- 积分:1
-
use-OFDM--for-doppler
采用OFDM的数据符号去估计多普勒频率,从而估计出移动台的速度(Data using OFDM symbols to estimate the Doppler frequency, thereby to estimate the speed of the mobile station)
- 2020-11-18 10:29:39下载
- 积分:1
-
Performance_Tuning
fir filter design for nois removal from speech signal..........it can be done using iir filte or different windows also
- 2010-11-16 02:02:24下载
- 积分:1
-
pll
A Matlab script to simulate a Phase-Locked Loop (PLL). This is a type II PLL ie it has two integrators (one of these is the VCO itself).
It is simulated with an FM (frequency modulation) input. The output is the demodulated baseband signal
- 2009-07-12 09:54:51下载
- 积分:1
-
work
another program in the same work of the photovoltaic generator
- 2011-07-14 18:18:45下载
- 积分:1
-
iris
台湾林智仁教授最新 工具箱 matlab (Taiwan Professor Lin Zhiren latest toolbox matlab)
- 2012-11-23 11:42:05下载
- 积分:1
-
可以用来计算压缩感知中测量矩阵和稀疏矩阵的RIP
说明: 用来测试压缩感知中构造的测量矩阵的RIP(Compressive sensing RIP)
- 2020-10-24 15:50:01下载
- 积分:1