-
moderncommunicationsystemsimulationMATLAB
完整的现代通信系统仿真源代码包括信道容量和编码扩频通信等(Complete source code of modern communication system simulation)
- 2010-07-07 14:17:58下载
- 积分:1
-
bin2hex
function total_length=text_length_num(file_cell)
total_length=0
for i=1:length(file_cell)
y1=char(file_cell(i))
for j=1:length(y1)
if(y1(j)== > )
got=j-3
end
end
y=
for k=1:got
y(k)=y1(k)
end
[a,b,c,d]=fileparts(y)
FileName=[b c]
fid=fopen(y)
total_length_char=0
while 1
tline = fgetl(fid)
if ~ischar(tline), break,
- 2010-07-30 09:38:27下载
- 积分:1
-
dbpsk_modem
dbpsk信号的调制解调matlab代码实现的一个例子,调制时差分编码,这样用1bit延迟差分检测的结果,直接就是原码,解调采用1bit差分延迟检测.(DBPSK signal modulation and demodulation matlab code an example of differential modulation encoding, such 1bit delay with the results of differential detection, direct that the original code, demodulation using 1bit delay differential detection.)
- 2007-12-04 16:23:31下载
- 积分:1
-
genetic-algorithm-
该目录包含了matlab的遗传算法优化工具箱
。(This directory contains the Genetic Algorithm Optimization Toolbox for
Matlab.)
- 2013-10-22 19:55:41下载
- 积分:1
-
irisSVM
iris with matlab.irisData is 150x5.
row:
Sepal.Length Sepal.Width Petal.Length Petal.Width Group(1,2,or 3)
the first 50x5 is Isis-setosa(1),
the second 50x5 is Isis-versicolor(2),
the last 50x5 is Isis-virginica(3).
!!! Caution !!!
X(50 + 21, :) equals X(50 + 50 + 27, :), but Y(50 + 50 + 21) DOESNOT equal Y(50 + 50 + 27)!
So the algorithm will NEVER be 100 correct.
- 2010-07-26 18:27:48下载
- 积分:1
-
Projet_IHM
Réalisation d une interface homme-machine complexe (gestion de
plusieurs panels, groupes de boutons et une ScrollBar), implantation du modèle d architecture
Seeheim.
- 2014-12-25 16:58:28下载
- 积分:1
-
cs-matrix-of-measurement
文章是基于压缩感知理论的测量矩阵的研究。测量矩阵的选择是压缩感知理论的关键点,直接关系到信号重建效果的好坏!(Article is based on the theory of compressed sensing matrix measurement research. Measurement matrix of choice is the key to the theory of compressed sensing point, signal reconstruction is directly related to the effects of good or bad!)
- 2011-07-13 10:35:32下载
- 积分:1
-
FSKsomeproblemandanswer
一些FSK调制问题和答案 (Some questions and answers FSK modulation)
- 2010-07-19 16:10:41下载
- 积分:1
-
04141151
能够运用最小二乘发计算频谱,可以精确估算频谱(good way)
- 2010-09-14 22:48:46下载
- 积分:1
-
CC++bishi
理论知识是用来指导具体实践的。本文在深刻理解通信系统理论的基础上利用 MATLAB 强大的仿真功能,设计了许多具体的通信系统仿真模型。在仿真模型设计过程中,本文对模型设计的目的、具体的结构组成、仿真流程以及仿真结果都给出了具体详实的分析和说明。(Theoretical knowledge is used to guide the specific practice. In this paper, a deep understanding of the theory of communication systems using MATLAB based on the powerful simulation function, the design of a number of specific communication system simulation model. In the simulation model of the design process, this article is designed on the model, the specific structural components, simulation and flow simulation results are given specific and detailed analysis and description.)
- 2008-06-02 15:06:57下载
- 积分:1