Location:
Search - psk .m
Search list
Description: 实现M=4,8 PSK星设图
M=4的PSK系统,分别取信噪比为odB、10dB和20dB,在星座图上观察接收端接收到的信号向量。-achieve M = 4,8 PSK-based map of M = 4 PSK system, the signal-to-noise were taken odB. 10dB and 20dB, in the constellation observation receiving termination received signal vector.
Platform: |
Size: 797 |
Author: xoaxiao |
Hits:
Description: i got the PSK.m in the mathworks
hope you will like it.
Platform: |
Size: 280150 |
Author: 賴紹軒 |
Hits:
Description: 4psk&8psk的matlab实现,采用蒙特卡罗仿真法,计算误码率误比特率,绘制相应曲线-the realization of 4psk&8psk by Matlab tool,it use Monte Carlo way to calculate the BER and draw the graph.
Platform: |
Size: 3072 |
Author: 王明 |
Hits:
Description: There are two files in the zip folder. bpsk_spread.m and jakesmodel.m
Steps for simulation:
1] Run jakesmodel.m first
2] Then run bpsk_spread.m .
3] Note that during the first run bpsk_spread.m has no rayleigh fading.This is because the corresponding code has been commented
4] The resulting performance is stored in BER_awgn.
5] Now uncomment the Rayleigh Fading code in bpsk_spread.m file.
6] Same time comment BER_awgn (line 112) and uncomment BER_ray variable.
7] Run the simulation.
To compare the perfromances of the receiver using DSSS plot the BER_awgn and BER_ray
>>semilogy([1:8],BER_awgn(1:8), g* )
hold on
semilogy([1:8],BER_ray(1:8), -.b* )
hold on
grid on
-There are two zip files in the folder. Bpsk_ spread.m and jakesmodel.m Steps for simulatio n : 1] Run jakesmodel.m first 2] Then run bpsk_spre ad.m. 3] Note that during the first run bpsk_spr ead.m has no Rayleigh fading.This is because th e corresponding code has been commented 4] The r esulting performance is stored in BER_awgn. 5] Now uncomment the Rayleigh Fading code in bpsk_ spread.m file. 6] Same time comment BER_awgn (l 112 produced mostly in developed areas) and uncomment BER_ray variable. 7] Run the simulation. To compare the perfromances of the receiver using DSSS plot and the BER_awgn BE R_ray
Platform: |
Size: 3072 |
Author: 朱振希 |
Hits:
Description: M-file for simulating a QPSK transmitter by modulating with a pseudo random bit stream. A serial to parallel conversion of the pseudo random bit stream is performed with mapping of two bits per symbol. A cosine and sine carrier is configured and the I and Q symbols modulate these carriers. The I and Q carriers are combined and time and frequency domain plots are provided showing key waveforms at various positions in the QPSK transmitter.
-M-file for simulating a QPSK transmitter b y modulating with a pseudo random bit stream. A s erial to parallel conversion of the pseudo rand om bit stream is performed with mapping of two bi ts per symbol. A cosine and sine carrier is CBMs gured and the I and Q symbols Modulate these CARR IERS. The I and Q carriers are combined and a time nd frequency domain plots are provided showing key waveforms at various positions in the QPSK t ransmitter.
Platform: |
Size: 2048 |
Author: xiaoying |
Hits:
Description: M-file for simulating a QPSK transmitter by modulating with a pseudo random bit stream. A serial to parallel conversion of the pseudo random bit stream is performed with mapping of two bits per symbol. A cosine and sine carrier is configured and the I and Q symbols modulate these carriers. The I and Q carriers are combined and time and frequency domain plots are provided showing key waveforms at various positions in the QPSK transmitter.
-M-file for simulating a QPSK transmitter b y modulating with a pseudo random bit stream. A s erial to parallel conversion of the pseudo rand om bit stream is performed with mapping of two bi ts per symbol. A cosine and sine carrier is CBMs gured and the I and Q symbols Modulate these CARR IERS. The I and Q carriers are combined and a time nd frequency domain plots are provided showing key waveforms at various positions in the QPSK t ransmitter.
Platform: |
Size: 28672 |
Author: xiaoying |
Hits:
Description: EM algorithm with a Rauch-Tung-Striebel smoother and an M step,内有说明-EM algorithm with a Rauch-Tung-Striebel's moother and an M step, which is described
Platform: |
Size: 13312 |
Author: 大辉 |
Hits:
Description: 实现M=4,8 PSK星设图
M=4的PSK系统,分别取信噪比为odB、10dB和20dB,在星座图上观察接收端接收到的信号向量。-achieve M = 4,8 PSK-based map of M = 4 PSK system, the signal-to-noise were taken odB. 10dB and 20dB, in the constellation observation receiving termination received signal vector.
Platform: |
Size: 1024 |
Author: xoaxiao |
Hits:
Description: i got the PSK.m in the mathworks
hope you will like it.
Platform: |
Size: 279552 |
Author: 賴紹軒 |
Hits:
Description: 本设计是基于Matlab集成环境下用M文件编制程序来实现PSK信号的解调-The design is based on the Matlab environment integrated with M documentation procedures to achieve PSK signal demodulation
Platform: |
Size: 456704 |
Author: huanghao |
Hits:
Description: PSK的调制解调再任何环境中的实用情况和运用道理的运用-PSK modulation and demodulation of the environment no longer any practical use of reason and the use of
Platform: |
Size: 4096 |
Author: 五项 |
Hits:
Description: 编写M函数的MATLAB仿真程序,实现M=2,4,8,16,32的M相PSK符号差错概率。-The preparation of M simulation program MATLAB function, M = 2,4,8,16,32 to achieve the M-phase PSK symbol error probability.
Platform: |
Size: 12288 |
Author: 沈友俊 |
Hits:
Description: M-PSK 误码率及无符号率的matlab源程序-M-PSK symbol error rate and the rate of non-matlab source
Platform: |
Size: 54272 |
Author: zz |
Hits:
Description: 里面有8PSK,GMSK的matlab源程序,贡献出来了-I was interested in the theory for 8PSK and came across this m-file written in 1999. It
requires 2 function calls (graymapPSK and grayunmapPSK) which I have
included and must be uncommented(single comments only) and loaded into your workspace.
Remove the function calls from this m-file after you load into your
workspace.
It seems to work well and give valid results for BPSK and QPSK but I have a question
about the setup for 8PSK and the solution for Pseint where Pse=Pseint.
Also, the Gray coding seems different than what I m used to.
Some of you more theoretical minded may have some insight into the theory
behind how Pseint was determined and comment. I don t have the
communications toolbox-blockset and was wondering how it compared with Matlab s
example simulation of 8PSK with Gray coding (in Simulink?)
Each run takes about a minute and the loop iterations are shown in the
command window.
A numerical example of a satellite link is shown using uncoded QPSK
Platform: |
Size: 3072 |
Author: 杨阳 |
Hits:
Description: MATLAB program for OFDM generation and reception
This is a simple MCM communications system. The code is pretty self-explanatory. Here I have not used the cyclic prefix.
Transmitter End:
1. Generate random serial data with M symbols (RANDSRC will do this)
2. Perform modulation (4-PSK = QPSK for now)
3. Serial to parallel
4. IFFT
5. Parallel to serial
Receiver end
Just opposite of transmitter end.
Platform: |
Size: 1024 |
Author: snapaj |
Hits:
Description: base FPGA design -PSK M rar hehe happy everyday-base FPGA design -PSK M rar hehe happy everyday......................
Platform: |
Size: 131072 |
Author: peter |
Hits:
Description: Mpsk simulation (m=2,4,8) from generation of bit stream through MPSK modulation and the creation of AWGN complex noise to the demodulation
Platform: |
Size: 2048 |
Author: dave |
Hits:
Description: M-PSk(M=2,4,8)-grayencoded, in AWGN channel,plot BER and SER, compare it with theorical results
Platform: |
Size: 2048 |
Author: blue mermaid |
Hits:
Description: PSK调制解调过程仿真,主要 仿真了2psk qpsk-BPSK QPSK
Platform: |
Size: 1024 |
Author: 王琛 |
Hits:
Description: a coherent optical receiver for demodulating optical quadrature phase-shift keying (QPSK) signals. ... Third, this scheme is applicable to multilevel modulation formats such as M-array PSK and quadrature amplitude modulation (QAM). First contribution tackles the complexity of the direct detection noncoherent receiver for differentially encoded quadrature phase shift keying.
Platform: |
Size: 559104 |
Author: Khan17
|
Hits: