资源简介
实现扩频通信,包括了PN码同步,扩频调制解扩
)
代码片段和文件信息
%**************************************************************************
%By Farshid Zoghalchi #8423026.
%AmirKabir University of Technology
%Elec. Eng. Department.
%July 102009
%**************************************************************************
% Direct Sequence Spread Spectrum Transmitter/Receiver systems simulation
% With Time-Synchronization Considrations.
%**************************************************************************
clc
close all
clear all
R = 20; % The length of the bit stream.
S = 21; % Bit duration(each bit is represented with
% S samples of the waveform used in signaling.
bit_stream = round(rand(1R)); % A Randomley Generated Bit Stream.
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6542 2009-07-10 19:17 DSSS_enhanced_with_a_coarse_time_synchronization_loop.m
文件 4907 2010-11-08 13:25 DS_SS(1).m
文件 4896 2010-11-03 16:21 DS_SS.m
文件 87112 2011-03-25 14:48 ds_ss_rake.mdl
文件 31665 2010-11-03 20:21 QPSK(1).mdl
文件 9790 2010-11-01 11:47 qpskled.m
文件 3046 2010-12-28 15:45 QPSK_Modulation(1).m
文件 3054 2010-12-28 15:40 QPSK_Modulation.m
文件 1432 2010-12-28 15:24 Unti
文件 4852 2011-03-25 15:39 Unti
相关资源
- MATLAB_image_process_with_PDE 运用偏微分方
- PNNpredict19
- grabcut_matlab 三种基于GraphCut的图像分割
- dsss 直接序列扩频通信系统
-
MethodofFaultDiagnosisforRollingBearingba
se - OFDMwithRelay 4G协作中继系统中OFDM系统容
- DF[DF_with_Selection] 协作通信中采用DF协
- Image-Restoration-with-BPNN 基于BP神经网络
- cspnum1 csp算法
- ISAR-Imaging-With-MATLAB-Algorithms 这本书提
- Time-series-prediction-with-anfis
- inpainting
- paper-and-matlab-code 新发表论文Graph cut
- Motion_detect_with_RGBshadow_remove 利用背景
- Understanding-LTE-with-MATLAB wiley 2014 新书
- [HHT]-fast-EMDEEMDCEEMD-with-ref 本压缩文件
- Dehazing-with-Boundary-Constraint 最新图像去
- NOMA_ZF
- DeepNeuralNetwork 深度学习DBN神经网络工
- mtsp-with--pso 应用启发式算法-粒子群算
- PNN 概率神经网络PNN的MATLAB实现
- Particle-Filter-with-comments 有注释的粒子
- suspension-with-gravity(chen-yi) 二自由度
- Understanding-LTE-with-MATLAB 这本书详细介
- Fractional-PID 分数阶PID仿真程序
- PMSG_full_final_blocks_with_igbt
- Robust Control Design with MATLAB的源代码
- dsss.m直接扩频技术程序仿真
- matlab读取HDF5文件并转存为png格式.m
- PN码matlab程序
评论
共有 条评论