-
sipletwomultipath
对两径瑞利衰落信道进行matlab仿真。使用同一载波通过两条瑞利信道,并显示输出结果,包括相移等变化。(Path of the two Rayleigh fading channel for matlab simulation. Using the same carrier passed two Rayleigh channel, and display the output results, including phase-shifting and other changes.)
- 2007-12-22 19:47:03下载
- 积分:1
-
apfft_fir_filter
离散余弦变换(DCT)具有优于傅里叶变换、哈尔变换等正交变换的高度解相关性(apfft fir filter design)
- 2010-10-03 19:47:46下载
- 积分:1
-
802.11b PHY Simulink Model
先将压缩包解压缩到一个新文件夹中,改变matlab当前执行目录,然后运行WiFi.mdl文件。 压缩包中包括6个文件:WiFi.mdl,WiFi_lib.mdl,WiFi_init.m,cck_codes.mat,ber_test.m,test_level_1.m。 模型使用标准:IEEE Std 802.11b-1999, 来源于: http://standards.ieee.org/reading/ieee/std/lanman/ ">
- 2005-05-27 13:58:27下载
- 积分:1
-
G1SChetty
It is about matlab which depicts brain image segmentation
- 2013-11-21 20:41:36下载
- 积分:1
-
ok_sim_simple_flc1
Effective math model of IPMSM with 3 output fuzzy logic controller as speed controller. Good for simulation results.
- 2009-11-17 05:59:03下载
- 积分:1
-
MATLAB
A genetic implimentation for 2 class input classification
- 2010-12-01 15:07:10下载
- 积分:1
-
LSM
Implements Long Staff Schwartz methodolgy.
- 2012-04-13 01:13:11下载
- 积分:1
-
UsingMatlab
c#调用matlab函数进行动态画图的简单示例,只是进行了功能演示,界面很粗糙(c# call the matlab function dynamically drawing a simple example, just conducted a functional demonstration of the interface is very rough)
- 2010-11-20 11:26:12下载
- 积分:1
-
pLSA
说明: 用于文本分析的pLSA(Probability Latent Semantic Analysis)的Matlab算法,含有测试数据及算法原理介绍。也可用于图像分析。(IpLSA (Probability Latent Semantic Analysis) Matlab惴ㄐ?菁惴ㄔ?堋 也 图)
- 2008-08-28 21:31:12下载
- 积分:1
-
diguishenjing
递归算法 [1 1 1 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 1 1 0 0 1 1 1 1 0]
t=[0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1]
给权值赋初值
w1=eye(5,10)
w2=eye(10,5)
wr=eye(10,10)/3
wobias=eye(6,5)/4
wbias=eye(6,10)/3
x=ones(6,10)/3
ww2=zeros(10,5)/6
ww1=zeros(5,10)/6
wwr=zeros(10,10)/6
wwobias=zeros(6,5)/5
wwbias=zeros(6,10)/4
g=[1 1 1 1 1]
f=[1 1 1 1 1 1 1 1 1 1] (Recursive algorithm)
- 2011-05-21 16:44:22下载
- 积分:1