-
auto_group
It just stands for the number of task could use this autogroup.
- 2014-08-14 23:48:52下载
- 积分:1
-
interpsinprocess
正弦插值函数源码及应用,成像方面的可以参考。。。(Sine interpolation function source code and applications, imaging can refer. . .)
- 2013-04-16 13:46:32下载
- 积分:1
-
model
可以对某一块海洋区域进行纵切断面,并在一张图上生成几个图片(Can conduct a longitudinal section of a marine areas, and generate a few pictures on a map)
- 2013-12-20 15:19:24下载
- 积分:1
-
SchmidlaCox-Algorithm
使用Schmidl&Cox算法实现系统符号同步,在理想信道、CM1-4(UWB信道的四种经典模型)和AWGN信道下分别进行了仿真。(Schmidl &Cox algorithm is Used for symbol synchronization , in ideal channel, CM1-4 (four classic UWB channel model) and AWGN channel.And we can analyse qualities of these channels.)
- 2014-05-02 21:31:01下载
- 积分:1
-
suojian
matlab实现的点云精简算法,亲测可用,效果不错(cloud jingjian)
- 2020-12-28 15:29:02下载
- 积分:1
-
vmd
说明: VMD是通过迭代搜寻变分模型(具体怎么搜寻,请亲们自己看,我主要讲他的大概)最优解, 来确定我们所知的模态uk(t)及其对应的中心频率ωk和带宽。
每个模态都是具有中心频率的有限带宽(就是在频域中有在一定的宽度)。所有模态之和为源信号。(VMD is to determine the modal UK (t) and its corresponding central frequency, k and bandwidth by iteratively searching for the optimal solution of the variational model (see dear friends for details, and I will mainly talk about his approximate solution).
Each mode is a finite bandwidth with a central frequency (that is, a certain width in the frequency domain).The sum of all modes is the source signal.)
- 2020-05-22 17:09:22下载
- 积分:1
-
MATLAB
C语言与MATLAB接口:编程与实例,实现接口Matlab与C语言编程互换(C language and MATLAB interfaces: programming with examples, the interface with Matlab and C programming language swap)
- 2012-05-28 06:16:25下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
motionEst4SS
Block Matching Algorithm (continuous)
Four Step Search
- 2013-11-05 23:52:41下载
- 积分:1
-
number_system
十进制转换为二进制,在Matlab中实现,利用矩阵来进行实现(Decimal to binary, implemented in Matlab using the matrix to be achieved)
- 2010-11-14 00:56:00下载
- 积分:1