Location:
Search - QASK
Search list
Description: 针对三个非相干QASK数字调制信号的空间谱估计程序-For three non-coherent digital modulation signals QASK spatial spectrum estimation procedure
Platform: |
Size: 1024 |
Author: alan |
Hits:
Description: 16 mpsk vs qask
comparison of two techniques in matlab code
Platform: |
Size: 18432 |
Author: abhi |
Hits:
Description: QASK mo QPSK modulation equation y=g(t)*cos(wc*t+2pi(m-1)/M) dulation equation y=am*g(t)*coswc
Communication Systems Simulation with Wireless Applications, t
Platform: |
Size: 2048 |
Author: Daulappa |
Hits:
Description: 将随机数字信号进行16-QASK调制,使用升余弦滤波器模拟具有噪声的信道,绘制眼图,并采用眼图寻找最佳判决时间-The random 16-QASK digital signal modulation, the use of raised cosine filter simulation of the channel noise and draw the eye diagram, using the eye diagram to find the best judgments of time
Platform: |
Size: 1024 |
Author: Amanda |
Hits:
Description: Quaternary Amplitude Shift Keying
clear all
M=3
NPoints=input( Enter the number of points>> )
NumberBits=input( Enter the number of points per bit>> )
Signal Constellation of ASK
for i=1:NPoints
m=round(rand(1)*3)
data(i)=2*m-1-M
end
scatterplot(data)
grid on
for i=1:round(NPoints/NumberBits)
m=round(rand(1)*3)
for j=1:NumberBits
A(i,j)=2*m-1-M
end
end
figure(2) - Quaternary Amplitude Shift Keying
clear all
M=3
NPoints=input( Enter the number of points>> )
NumberBits=input( Enter the number of points per bit>> )
Signal Constellation of ASK
for i=1:NPoints
m=round(rand(1)*3)
data(i)=2*m-1-M
end
scatterplot(data)
grid on
for i=1:round(NPoints/NumberBits)
m=round(rand(1)*3)
for j=1:NumberBits
A(i,j)=2*m-1-M
end
end
figure(2)
Platform: |
Size: 1024 |
Author: naresh |
Hits:
Description: 4qask的蒙塔卡罗仿真,南大街看书呢当初你说开车年轻-4qask the Mengtakaluo simulation, South Street, drive to read it did you say that younger
Platform: |
Size: 2048 |
Author: 王永芳 |
Hits:
Description: clear all
M=input( enter the number of symbols )
N=log(M)/log(2)
NPoints=input( Enter the number of points )
NumberBits=input( Enter the number of points per bit )
for i=1:NPoints
m=round(rand(1)*3)
data(i)=2*m-1-M
end-clear all
M=input( enter the number of symbols )
N=log(M)/log(2)
NPoints=input( Enter the number of points )
NumberBits=input( Enter the number of points per bit )
for i=1:NPoints
m=round(rand(1)*3)
data(i)=2*m-1-M
end
Platform: |
Size: 1024 |
Author: venkat reddy |
Hits:
Description: qask simulation program, including land-side, the originator, channel, as well as qask modulation methods used for school data modulation
Platform: |
Size: 1024 |
Author: Gupalik Valerii |
Hits:
Description: smth apsk simulation program, including land-side, the originator, channel, as well a apsk modulation methods used for school data modulation
Platform: |
Size: 3072 |
Author: Gupalik Valerii |
Hits:
Description: shapfilter_qask simulation program, including land-side, the originator, channel, as well a apsk modulation methods used for school data modulation
Platform: |
Size: 1024 |
Author: Gupalik Valerii |
Hits:
Description: 数字调制系统的仿真,其中包含各种数字调制技术,如QPSK,QASK等-satellist communacation system
Platform: |
Size: 615424 |
Author: 晚风暮林 |
Hits:
Description: QASK的实现。用matlab程序 通信调制基础-QASK implementation. Modulation based communication program with matlab
Platform: |
Size: 1024 |
Author: 胡永勤 |
Hits:
Description: Generating QASK modulated signal in Matlab.
Platform: |
Size: 1024 |
Author: savas |
Hits:
Description: 采用算术编码、汉明编码和QASK调制方法
采用Huffman编码、卷积译码和QFSK调制方法-Using arithmetic coding, Hamming coding and modulation method used QASK Huffman coding, convolution decoding and modulation method QFSK
Platform: |
Size: 1024 |
Author: Danniel |
Hits:
Description: 利用MATLAB进行带通数字调制与解调——M元正效幅度键控调制。-we use MATLAB for bandpass digital modulation and demodulation- M Yuan positive effect amplitude shift keying modulation to achive a good understanding.
Platform: |
Size: 37888 |
Author: 陈天英 |
Hits:
Description: QASKENCO Map a message to a QASK square signal constellation.
Platform: |
Size: 1024 |
Author: 李营营 |
Hits: