-
simulinksimulationqbsk
从simulink仿真可以看到瑞利衰落信道对于bpsk性能的影响。(Simulink simulation can be seen from the Rayleigh fading channel performance for bpsk.)
- 2009-04-17 08:56:41下载
- 积分:1
-
Matlab---user-guide
Begginer Guide to gain understand matlab at the entry level
- 2012-02-06 15:53:37下载
- 积分:1
-
10-zhe-cross-yanzheng
十折交叉验证算法的代码,我用的比较简单,希望大家能够喜欢(Ten-fold cross-validation algorithm code, I use relatively simple, hope that we can love)
- 2021-02-28 10:59:35下载
- 积分:1
-
Lossy_FDTD
Lossy_FDTD FDTD in a Lossy Medium
- 2010-05-19 16:33:52下载
- 积分:1
-
WindyGridWorldQLearning
Q-learning (Watkins, 1989) is a simple way for agents to learn how to act optimally in controlled Markovian
domains. It amounts to an incremental method for dynamic programming which imposes limited computational
demands. It works by successively improving its evaluations of the quality of particular actions at particular states.
This paper presents and proves in detail a convergence theorem for Q,-learning based on that outlined in Watkins
(1989). We show that Q-learning converges to the optimum action-values with probability 1 so long as all actions
are repeatedly sampled in all states and the action-values are represented discretely. We also sketch extensions
to the cases of non-discounted, but absorbing, Markov environments, and where many Q values can be changed
each iteration, rather than just one.
- 2013-04-19 14:23:35下载
- 积分:1
-
1234435
用matlab 7.0编写的滑模变结构仿真的例子。(S-function for continuous state equation
function [sys,x0,str,ts]=s_function(t,x,u,flag)
switch flag,
Initialization
case 0,
[sys,x0,str,ts]=mdlInitializeSizes
Outputs
case 3,
sys=mdlOutputs(t,x,u)
Unhandled flags
case {2, 4, 9 }
sys = []
Unexpected flags
otherwise
error([ Unhandled flag = ,num2str(flag)])
end
mdlInitializeSizes
function [sys,x0,str,ts]=mdlInitializeSizes
sizes = simsizes
sizes.NumContStates = 0
sizes.NumDiscStates = 0
sizes.NumOutputs = 3
sizes.NumInputs = 1
sizes.DirFeedthrough = 1
sizes.NumSampleTimes = 0
sys=simsizes(sizes)
x0=[]
str=[]
ts=[]
function sys=mdlOutputs(t,x,u)
x11d=sin(pi*t/2)
x21d=cos(pi*t)
x31d=1
sys(1)=x11d
sys(2)=x21d
sys(3)=x31d
)
- 2012-10-19 11:43:12下载
- 积分:1
-
matlab
matlab 教程(matlab tutorial)
- 2010-05-06 22:55:51下载
- 积分:1
-
wbf_design_doblinger_2010
宽带时延波束形成例程,滤波求和方式实现宽带波束形成(design 1d filter-and-sum wideband beamformer with optimization )
- 2021-01-06 11:38:53下载
- 积分:1
-
fhss
FHSS matlab code
this code is a matlab-based code for simulating a FHSS system.
- 2015-04-12 14:34:07下载
- 积分:1
-
DS_Bpsk
基于simulink的直接序列扩频通信系统仿真,采用bpsk调制(Direct sequence spread spectrum communication system based on simulink simulation, using bpsk modulation)
- 2020-08-13 14:48:35下载
- 积分:1