-
bubbleplot3
说明: 在三维空间中画泡泡,可以指定在三维空间中的x,y,z的坐标以及泡泡的半径r和颜色c(RGB).(BUBBLEPLOT3(x,y,z,r), where x, y, z and r are four vectors of the
same length, plots bubbles of radii r in 3-space with centers at
the points whose coordinates are the elements of x, y and z. If r
is a matrix of size numel(x)x3, BUBBLEPLOT3 produces ellipsoids with
centers x(i),y(i),z(i) and radii r(i,1), r(i,2) and r(i,3).
BUBBLEPLOT3(x,y,z,r,c), where c is a rgb-triplet array (in [0,1])
with numel(x) rows, plots bubbles with colours specified by c.
)
- 2009-08-08 21:50:31下载
- 积分:1
-
pade
function [a,b] = pade(x,p,q)
PADE Model a signal using the Pade approximation method
----
Usage: [a,b] = pade(x,p,q)
The input sequence x is modeled as the unit sample response of
a filter having a system function of the form
H(z) = B(z)/A(z)
The polynomials B(z) and A(z) are formed from the vectors
b=[b(0), b(1), ... b(q)]
a=[1 , a(1), ... a(p)]
The input q defines the number of zeros in the model
and p defines the number of poles.
- 2012-04-18 09:52:53下载
- 积分:1
-
BER-for-BPSK--ZF--ML-2-2
mimo 2*2 ,采用BPSK调制,内含ZF,MMSE检测算法。(mimo 2* 2,using BPSK modulation, containing ZF, MMSE 1detection algorithm.)
- 2015-12-11 16:24:37下载
- 积分:1
-
analysis-filter-bank-along-1-dirc
ANALYSIS FILTER BANK OF IMAGES
- 2013-01-26 23:29:22下载
- 积分:1
-
LLE--matlab
LLE是一种很常用的降维方法,这是用matlab实现的(LLE is a very popular dimensionality reduction method, the code implemented using matlab)
- 2014-12-01 15:28:56下载
- 积分:1
-
svm
fft calaculation of dc-dc signal
- 2012-04-25 19:15:49下载
- 积分:1
-
multiMovingObjectTracking_MAIN
moving objeect detction
- 2015-04-08 15:49:38下载
- 积分:1
-
levy
利用列维(levy)法进行系统辨识,主要用于参数辨识(The use of Levy (levy) system identification method, mainly used for parameter identification)
- 2011-08-16 22:09:39下载
- 积分:1
-
4psk-and-qpsk
通过计算和作图,比较4PSK和QPSK这两种不同的编码方式之间的优略,说明发射信号一个是三值的一个是二值的(By calculating and plotting, preferably QPSK, and compare these two 4PSK encoding between different strategies, a description of the transmission signal is a ternary value is two)
- 2014-02-25 00:26:31下载
- 积分:1
-
SpectralSubtration
非常简单明了的基本谱减法降噪Matlab实现。
代码内有详细的注释。适合初学者。(An normal spectral subtration algorithm write by matlab.)
- 2009-10-14 21:21:38下载
- 积分:1