-
interpne
在Matlab环境下完成线性外插和内插数值算法,包含多维数据插值计算。( interpne: Interpolates and extrapolates using n-linear interpolation (tensor product linear)
)
- 2009-10-14 09:55:37下载
- 积分:1
-
SELF
半监督LFDA算法,内附demo例程,程序源自一片关于SELF的文献,希望大家研究探讨(Semi-supervised LFDA algorithm, containing demo routines, procedures derived from a literature about SELF, I hope you study investigated)
- 2014-05-29 15:24:18下载
- 积分:1
-
BPSK
这是一个关于BPSK的代码编程,有兴趣的读者可以关注一下!!!(BPSK)
- 2010-05-08 15:43:36下载
- 积分: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
-
PartiallySuppressedTest
Partially Suppressed Test extends Test Case.
- 2014-02-21 11:29:58下载
- 积分:1
-
GMRESMllb
求解线性方程组的M步Gmres算法的Matlab算例(Solving linear equations M-step algorithm Matlab examples Gmres)
- 2015-03-31 11:01:13下载
- 积分:1
-
block4x4
divide the image in to sub blocks
- 2010-01-13 11:50:59下载
- 积分:1
-
Fuzzy-Cmean
Fuzzy C-means clustering for image sementation
- 2013-03-21 17:09:54下载
- 积分:1
-
ASKmod
在matlab上实现2ASK信号的调制,以及相干解调,并给出调制/解调后的信号波形。主程序名为ASKmod.m,调用子程序为T2F.m、F2T.m、 和LPF.m。(To achieve in matlab 2ASK signal modulation, and coherent demodulation, and given modulation/demodulation of signal waveform. Main program, called ASKmod.m, call subroutine to T2F.m, F2T.m, and LPF.m.)
- 2010-07-29 11:20:22下载
- 积分:1
-
The_simulation_of_radio_resource_management_of_WCD
详细介绍了3G方案中WCDMA的无线资源管理并给出了仿真方法,在Matlab软件下进行了模拟(Details of the 3G program WCDMA radio resource management and simulation methods in Matlab software, a simulation carried out under)
- 2009-11-24 09:51:21下载
- 积分:1