代码搜索:DBPSK
找到约 21 项符合「DBPSK」的源代码
代码结果 21
www.eeworm.com/read/417206/11000250
m dbpsk.m
% function [Pb,ErrP]=DBPSK(EbN0)
%7.3dB,Pb=.001,ErrP=.0075//8.3dB,Pb=.00024,ErrP=.0037
%9.89dB,Pb=10e-5,ErrP=0//5.2dB,Pb=10e-2,ErrP=.0367
clear;clc;format compact;
EbN0=5.2;%dB
%验证差分相干解调
LPN=255
www.eeworm.com/read/308477/13700548
m dbpsk.m
A=[ 1,0,1,0,1,0,0,1,0,1,0,0,1,0,0,0,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0,1,1];
B=chafen(A);
[m,n]=size(A);
for i=1:n+1
if B(1,i)==0
x1=(i-1)*pi*2;
x2=i*pi*2;
t=x1:0.01:x2
www.eeworm.com/read/411194/2191218
in ber_dbpsk.in
0 0.5
0.05 0.475614712
0.1 0.452418709
0.15 0.430353988
0.2 0.409365377
0.25 0.389400392
0.3 0.37040911
0.35 0.352344045
0.4 0.335160023
0.45 0.318814076
0.5 0.30326533
0.55 0.288474905
0.6 0.27440581
www.eeworm.com/read/373367/2764590
py dbpsk.py
#
# Copyright 2005,2006,2007 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# it under the terms of the GNU G
www.eeworm.com/read/373367/2764620
py dbpsk.py
#
# Copyright 2005,2006 Free Software Foundation, Inc.
#
# This file is part of GNU Radio
#
# GNU Radio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Genera
www.eeworm.com/read/267614/4264965
in ber_dbpsk.in
0 0.5
0.05 0.475614712
0.1 0.452418709
0.15 0.430353988
0.2 0.409365377
0.25 0.389400392
0.3 0.37040911
0.35 0.352344045
0.4 0.335160023
0.45 0.318814076
0.5 0.30326533
0.55 0.288474905
0.6 0.27440581
www.eeworm.com/read/160105/5576955
in ber_dbpsk.in
0 0.5
0.05 0.475614712
0.1 0.452418709
0.15 0.430353988
0.2 0.409365377
0.25 0.389400392
0.3 0.37040911
0.35 0.352344045
0.4 0.335160023
0.45 0.318814076
0.5 0.30326533
0.55 0.288474905
0.6 0.27440581
www.eeworm.com/read/261209/11659412
m dbpsk_modem.m
%解调采用1bit差分延迟检测
%调制时差分编码,这样用1bit延迟差分检测的结果,直接就是原码
clear;
close all;
transmit_data=[0,0,1,0,0,1,0,0,1,0,1,1,0,0,1,1,1,1,0,1,0,1,0,1,0,0,1,0,1,1,0,0,1,0,1,0,1,1,1,0,0,1,0,0,0,0,0,1,1,0,0,1,1,0,
www.eeworm.com/read/378919/9212914
m ieee80211b_phy_dbpsk.m
%% 802.11b 1Mbps PHY link.
% This M code simulates DBPSK modulation and barker code spreading
% on a perfectly synchonized 802.11b link. It calculates the BER
% rate at each EsNo (EbNo) and plots t
www.eeworm.com/read/176190/9512844
m ieee80211b_phy_dbpsk.m
%% 802.11b 1Mbps PHY link.
% This M code simulates DBPSK modulation and barker code spreading
% on a perfectly synchonized 802.11b link. It calculates the BER
% rate at each EsNo (EbNo) and plots t