CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 8psk modulation
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 8psk modulation - List
[
Other resource
]
8PSK
DL : 0
8PSK modulation type generation
Update
: 2008-10-13
Size
: 1.59kb
Publisher
:
Jefferson Xu
[
matlab
]
8psk
DL : 1
8PSK的源程序 matlab程序示例-8PSK source of the examples Matlab
Update
: 2025-02-19
Size
: 1kb
Publisher
:
邓量
[
matlab
]
EDGE16QAM
DL : 0
我们现在GSM/EDGE信号采用的是旋转的8PSK调制方式,在这里,我们为了得到更高的信息传输速率,我们可以采用EDGE16QAM调制方式。-we GSM/EDGE signals using the rotating 8PSK modulation, and here we have to be higher data transfer speeds, we may use EDGE16QAM modulation.
Update
: 2025-02-19
Size
: 47kb
Publisher
:
张凯飞
[
Wavelet
]
8PSKProgrese
DL : 0
高速数据传输系统中,8PSK为常用的调制方式。为了满足更高的误码率指标,本文对软判决算法进行了深入的研究,并针对两种不同的软判决算法进行了误码率仿真。-high-speed data transmission system, commonly used for 8PSK modulation. In order to meet the higher rate of error, this pair of soft decision algorithm for the in-depth study targeted at two different soft decision algorithms for BER simulation.
Update
: 2025-02-19
Size
: 399kb
Publisher
:
[
Communication-Mobile
]
modulation
DL : 0
BPSK,8PSK,16QAM,32QAM,64QAM的解调程序MATLAB-BPSK, 8PSK, 16QAM, 32QAM, 64QAM demodulation procedures MATLAB
Update
: 2025-02-19
Size
: 2kb
Publisher
:
冯兴乐
[
matlab
]
8PSK
DL : 0
8PSK modulation type generation
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Jefferson Xu
[
Communication-Mobile
]
8PSK-BPSK-64QAM
DL : 0
8PSK,BPSK,64QAM,三种数字调制方法,对研究数字基带传输十分有帮助-8PSK, BPSK, 64QAM, three types of digital modulation methods, the study of digital baseband transmission very helpful
Update
: 2025-02-19
Size
: 48kb
Publisher
:
龙心平
[
Communication-Mobile
]
8PSK_MTKL
DL : 0
文件中包含了详细的8PSK调制解调的原理和代码,并对8PSK调制进行了蒙特卡洛仿真(有源代码)-File contains a detailed 8PSK modulation and demodulation principles and code, and 8PSK modulation for the Monte Carlo simulation (source code)
Update
: 2025-02-19
Size
: 8kb
Publisher
:
杨发森
[
Communication-Mobile
]
Modulation_Demodulation_8PSK_FPGA
DL : 0
基于8PSK的调制解调,中间还有滤波器,内插器,正交调制-Based on 8PSK modulation and demodulation of the middle there are filters, interpolation, and quadrature modulation
Update
: 2025-02-19
Size
: 3kb
Publisher
:
xiaoxiao
[
Communication-Mobile
]
8psk
DL : 0
这个是8psk调制的程序,调试可用-This is 8PSK modulation procedures, debugging can be used
Update
: 2025-02-19
Size
: 3kb
Publisher
:
汪洋
[
matlab
]
ASK-OOK-FSK-BPSK
DL : 0
Matlab代码实现了一个调制的GUI界面,同时实现了ASK, OOK, BPSK, QPSK, 8PSK调制算法的源代码。以图像形式展示了各种调制算法的实际运行结果。 -Matlab code implementation of a modulation GUI interface, at the same time achieve the ASK, OOK, BPSK, QPSK, 8PSK modulation algorithm source code. Image form a variety of modulation algorithm to display the actual results.
Update
: 2025-02-19
Size
: 4kb
Publisher
:
林文媛
[
matlab
]
Modulation
DL : 0
Modulation of BPSK, ASK, OOK, QPSK, 8PSK, QAM in Matlab.
Update
: 2025-02-19
Size
: 10kb
Publisher
:
Snoweternal
[
Other
]
ASKOOKFSKBPSKQPSK8PSKofdm
DL : 0
ASK, OOK, FSK, BPSK, QPSK, 8PSK(ofdm)de的调制方式-ASK, OOK, FSK, BPSK, QPSK, 8PSK (ofdm) de the modulation
Update
: 2025-02-19
Size
: 4kb
Publisher
:
lengyue
[
matlab
]
MPSKTransmissonwithGausNoise
DL : 0
本程序用于完成BPSK、QPSK、8PSK的调制仿真。并可任意扩展到MPSK和MQAM。程序分成三个部分:phase.m对基带码元序列进行脉冲成型,可选矩形脉冲,升余弦脉冲和平方根升余弦脉冲; model.m 为主程序,完成各种信号的基带星座图映射、脉冲成型和调制; command.m给出一个简单的频谱显示测试。-This procedure for the completion of BPSK, QPSK, 8PSK modulation simulation. Arbitrary and may be extended to MPSK and MQAM. Program is divided into three parts: phase.m symbol of the baseband shaping pulse sequences, optional rectangular pulse, the square root raised cosine pulse and raised cosine pulse model.m-based procedures, completed a variety of base-band signal constellation mapping , pulse shaping and modulation command.m given spectrum shows a simple test.
Update
: 2025-02-19
Size
: 4kb
Publisher
:
long
[
Communication-Mobile
]
Digital_Modulation
DL : 0
Modulation ASK, OOK, BPSK, QPSK, 8PSK Digital modulation techniques
Update
: 2025-02-19
Size
: 110kb
Publisher
:
Rafal
[
Wavelet
]
8psk
DL : 0
1、 产生等概率且相互独立的二进制序列,画出波形; 2、产生均值为0,方差为1的加性高斯随机噪声; 3、进行8PSK调制,画出波形; 4、进行蒙特卡罗分析; 5、解调8PSK,画出眼图。-1、Produce equal probability and independent of each other binary sequence, draw waveform 2、Generate mean 0, variance 1 of the additive Gaussian random noise 3、For 8PSK modulation, draw waveform
Update
: 2025-02-19
Size
: 305kb
Publisher
:
刘蓉
[
Other
]
8psk
DL : 0
8psk调制解调及蒙特卡罗分析 眼图分析-8psk modulation and demodulation and Monte Carlo analysis of eye-diagram analysis
Update
: 2025-02-19
Size
: 2kb
Publisher
:
wang
[
matlab
]
8psk
DL : 0
本程序实现了8PSK的调制与传输,计算了误码率等性能参数-This procedure achieved 8PSK modulation and transmission, calculated performance parameters such as bit error rate
Update
: 2025-02-19
Size
: 1kb
Publisher
:
Wilson Xie
[
Communication-Mobile
]
8psk
DL : 0
实现8PSK的调制编程源码,费了两个月才搞出来的,跟大家分享。-8PSK modulation to achieve programming source, spent two months out of practice, sharing with you.
Update
: 2025-02-19
Size
: 4kb
Publisher
:
Lorry
[
Other
]
8psk
DL : 0
function函数,实现8PSK调制,包括相位映射、成形滤波、载波调制,语句格式规范,含有注释,运行可用(this is a function to realize 8PSK modulation,including phase mapping, shaping filtering, carrier modulation,Statement format specification, containing annotations, running available)
Update
: 2025-02-19
Size
: 112kb
Publisher
:
PEI_EEI
«
1
2
3
4
5
6
7
8
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.