-
ex4_5
基于matlab的椭圆型低通滤波器设计程序(Based on matlab elliptic low-pass filter design)
- 2009-03-17 13:13:49下载
- 积分:1
-
cab
Echelon factorization A = c a b.
- 2010-03-06 17:12:07下载
- 积分:1
-
optimization-methods
本书介绍了非线性最优化问题的基本理论和算法,以及主要算法的matlab程序(This book describes the nonlinear optimization problem of the basic theory and algorithms, as well as the main algorithm matlab program)
- 2013-08-10 08:24:30下载
- 积分:1
-
30476
MATLAB科学计算资源,很好用的数学工具,内含大量源码(MATLAB scientific computing resources)
- 2012-07-31 00:32:04下载
- 积分:1
-
facedetection
人脸检测 matlab程序 程序简单精炼 适合初步入门人脸检测的初步学习(face detection program)
- 2013-12-29 16:09:38下载
- 积分: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
-
matlabprogram
本文档可用来学些matlab编程,通过本文档可以快学了解matlab编程的相关内容。(This document can be used to learn some matlab programming, through this document can quickly learn to understand the correlation matlab programming content.)
- 2011-05-16 09:53:11下载
- 积分:1
-
krishna_rcosflt
牛人krishna示例的升余弦滚降滤波器的时域和频域仿真(the simulation of raised cosine filter for both time and frequency domains,by krishna, happy learning!)
- 2013-05-22 14:56:54下载
- 积分:1
-
BER APSK
16apsk信噪比与误码率曲线的仿真及星座图(16apsk signal to noise ratio and bit error rate curve simulation)
- 2021-03-29 23:09:10下载
- 积分:1
-
灰色预测MATLAB代码
说明: 包含两个灰色预测模型的MATLAB代码实现。1.灰色预测GM(1,1)模型。2.改变初始条件,以1-AGO序列的最后一个数据为初始条件的灰色预测模型。(Contains two gray prediction model matlab code. 1. Grey Prediction GM (1,1) model. 2. Change the initial condition, take the last data of 1-AGO series as the initial condition of grey prediction model.)
- 2020-02-15 19:00:55下载
- 积分:1