Location:
Search - rep matlab
Search list
Description: Star plots - MATLAB files for Graphical Representation of trace elements of clinkers-- MATLAB files for Graphical Rep. resentation of trace elements of clinkers
Platform: |
Size: 12592 |
Author: 刘飞絮 |
Hits:
Description: 介绍采用matlab语言,来实现优化算法,有很好的例子程序,对学习优化算法很有帮助-introduction to Matlab language, to achieve optimization algorithm, a very good example of procedure, to learn useful optimization algorithm
Platform: |
Size: 242688 |
Author: 丁学明 |
Hits:
Description: yi chuan suan fa yuan ma 7-yi yuan chuan suan fa ma 7
Platform: |
Size: 1024 |
Author: 张海军 |
Hits:
Description: Star plots - MATLAB files for Graphical Representation of trace elements of clinkers-- MATLAB files for Graphical Rep. resentation of trace elements of clinkers
Platform: |
Size: 12288 |
Author: 刘飞絮 |
Hits:
Description: Genetic Algorithm Toolbox for MATLAB, v1.2
Platform: |
Size: 424960 |
Author: 杜佳颖 |
Hits:
Description: 很好的遗传算法,改改可以应用在很多方面.希望对大家有用-Good genetic algorithm, can be applied changed in many ways. Hope everyone useful
Platform: |
Size: 377856 |
Author: 林松 |
Hits:
Description: OFDM程序,这么安排矩阵的目的是为了构造共轭对称矩阵
共轭对称矩阵的特点是 在ifft/fft的矢量上 N点的矢量
在0,N/2点必须是实数 一般选为0
1至N/2点 与 (N/2)+1至N-1点关于N/2共轭对称- BPSK simulation using a carrier cosine wave with ISI
clc
close all
clear all
figure(1)
n=160
for i=1:n
data(i)= 2*round(rand)-1
end
create modulated BPSK signal
first expand the bit stream
exdata=[]
for i=1:length(data)
for rep=1:5
exdata= [exdata data(i)]
end
end
ts=.1
t=1:ts:80.9
carrier=cos(pi*t)
multiply expanded bitstream by cosine wave with carrier frequency
this is the BPSK that is to be transmitted over the channel
bpsk=carrier.*exdata
bpsk=[bpsk(length(bpsk)-1) bpsk(length(bpsk)) bpsk]
plot(bpsk)
generating the noise
p=rand(1,800)*2*pi
p=rand*2*pi
snr=10
r=sqrt(-1*(1/snr*log(1- rand)))
no = 5*(r.* exp(j*p))
no = (r.* exp(j*p))
value of alpha
al=rand+j*rand
al=1
Spreading channel with the alpha as the variable
for k=5:5:795
for l = 1:5
al=round(rand)+j*round(rand)
rec(k+l)=bpsk(k+l)+al*bpsk(k-5+l)
end
end
rxdata=rec+ no
begin demodulation
first multiply recie
Platform: |
Size: 6146048 |
Author: 卞敏捷 |
Hits:
Description: 遗传算法常用的工具箱
安装步骤:
解压,复制到matlab安装路径下的toolbox文件中
file-set path-add with subfolders-gatbx-save-close
file-preferences-general-update toolbox path cache-ok
-
gatbx
.....\BS2RV.M
.....\CONTENTS.M
.....\CRTBASE.M
.....\CRTBP.M
.....\CRTRP.M
.....\DOC
.....\...\GA TOOLBOX FREQUENTLY ASKED QUESTIONS.txt
.....\...\GATBXA0.LOG
.....\...\GATBXA0.PDF
.....\...\GATBXA0.PS
.....\...\GATBXA1.LOG
.....\...\GATBXA1.PDF
.....\...\GATBXA1.PS
.....\...\GATBXA2.LOG
.....\...\GATBXA2.PDF
.....\...\GATBXA2.PS
.....\...\gpl.txt
.....\...\readme.txt
.....\...\The MathWorks- 1-18GTU Why do I get an error in MATLAB 6_0 (R12) where I got a warning in R11 with reference to uninitialized variables.mht
.....\MIGRATE.M
.....\MPGA.M
.....\MUT.M
.....\MUTATE.M
.....\MUTBGA.M
.....\OBJFUN1.M
.....\OBJHARV.M
.....\RANKING.M
.....\RECDIS.M
.....\RECINT.M
.....\RECLIN.M
.....\RECMUT.M
.....\RECOMBIN.M
.....\REINS.M
.....\REP.M
.....\RESPLOT.M
.....\RWS.M
.....\SCALING.M
.....\SELECT.M
.....\SGA.M
.....\SUS.M
.....\TEST_FNS
.....\........\DEMOGA1.M
Platform: |
Size: 211968 |
Author: comoma |
Hits:
Description: 基于V-REP机器人仿真三维平台的TRS例程,可与matlab进行通信控制研究-Based on V- REP robot 3 d simulation platform of TRS routines, can communicate with the matlab control research
Platform: |
Size: 8929280 |
Author: lichao |
Hits:
Description: 遗传算法开发工具箱,适应于一切matlab版本,优化rep,直接解压设置路径(Genetic algorithm development toolbox, which directly unzip the setting path)
Platform: |
Size: 238592 |
Author: marec
|
Hits:
Description: matlab与Vrep之间通信,实现联合仿真(Matlab simulation of trajectory planning robot realizes trajectory planning, trajectory tracking control and other functions)
Platform: |
Size: 8478720 |
Author: baojianfeng1992 |
Hits: