-
The-linear-convolution
利用MATLAB实现线性卷积的自编函数clconv(),通过实例验证及仿真结果,验证了clconv()函数的有效性。(Self-function using MATLAB linear convolution clconv (), verified by an example and simulation results verify clconv () function validity.)
- 2013-03-29 17:36:09下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
GSAALB
TDMA系统中多用户多业务的无线接入控制和时隙分配算法(TDMA systems in multi-user multi-service wireless access control and time slot allocation algorithm)
- 2011-12-19 19:38:20下载
- 积分:1
-
tutorialv1_8
第3个:matlab 和C++联合用于SLSVM,另外一种风格的(the 3file: matlab and c++ together for SVM)
- 2011-12-28 09:49:04下载
- 积分:1
-
ITD
基于matlab工作平台的使用ITD法进行模态参数识别,程序中使用最小二乘法进行减缩计算。(a method of modal parameter identification)
- 2020-11-26 19:39:32下载
- 积分:1
-
VBLRMat
matlab基础,压缩感知技术重建程序,matlab程序例程(compressive sensing)
- 2014-01-14 23:47:31下载
- 积分:1
-
Lyapunov指数随参数变化的程序
Lyapunov指数随参数变化的程序,可以自行修改计算其他类型。(Lyapunov index with parameters change procedures, can be modified to calculate other types.)
- 2018-10-05 10:37:22下载
- 积分:1
-
kl_transform
k-l变换在matlab下的源代码,非常实用。(K-L transformation in matlab, which is so easy to apply to many situations.)
- 2013-01-02 17:31:24下载
- 积分:1
-
Image-AVI
包括两个MATLAB程序,一个读取AVI视频,并转换成一帧帧图片;两一个程序读取图片,并把这些图片转换成视频。(Consists of two MATLAB program, a read AVI video, and convert it into a frame picture 21 program reads the image and put these pictures into video.)
- 2010-08-25 15:21:32下载
- 积分:1
-
viterbi_trellis_generator
viterbi trellis generator
- 2010-01-20 00:23:53下载
- 积分:1