-
principle_of_communication_Chapter_9
《通信系统仿真原理与无线应用》的matlab()
- 2008-03-11 14:09:57下载
- 积分:1
-
sym_three_j
calcul the 3j matrice for quatic physics
- 2011-01-08 18:53:35下载
- 积分:1
-
mds
多维标度变换是应用广泛的无线传感器网络定位算法(Multi-Dimensional Scaling)
- 2013-08-18 18:22:51下载
- 积分:1
-
gen
Generate mesh for finite element
- 2010-08-28 00:07:06下载
- 积分:1
-
armasa
ARMASA 代码工具箱,可以方便地计算信号的AR/ARMA等系数,应用效果较好( DEMO_ARMASA demonstration of some ARMASA toolbox features
DEMO_ARMASA is a program script that can be invoked from the command
prompt to perform a signal analysis experiment, showing general use
of several main ARMASA functions.)
- 2013-05-07 11:24:35下载
- 积分:1
-
Rayleigh-channel-implementation-master
说明: 瑞利衰落信道模型,可以运用与ofdm信道估计和时域均衡(Rayleigh-channel-implementation-master)
- 2020-04-06 21:33:39下载
- 积分:1
-
voxelizer
calculate the 3d voxels (in 2d pixel)
- 2010-01-06 20:06:31下载
- 积分:1
-
Dual-Mode-MCMA_DD-LMS
可以实现Dual-Mode MCMA+DD-LMS的盲均衡算法,效果比MCMA及DD-LMS好,同时解决了相位旋转(It can implement Dual-Mode MCMA+DD-LMS blind equalization algorithm, better than good MCMA and DD-LMS, while addressing the phase rotation)
- 2013-07-24 10:08:06下载
- 积分:1
-
LEACH_Matlab_Code
使用matlab仿真的无线传感器网络LEACH协议(LEACH protocol for wireless sensor networks using matlab simulation)
- 2013-04-06 23:23:00下载
- 积分: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