代码搜索:baseband
找到约 543 项符合「baseband」的源代码
代码结果 543
www.eeworm.com/read/386695/8732175
c baseband.c
/*
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved.
*
* This software is copyrighted by and is the sole property of
* VIA Networking Technologies, Inc. This sof
www.eeworm.com/read/386695/8732273
h baseband.h
/*
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved.
*
* This software is copyrighted by and is the sole property of
* VIA Networking Technologies, Inc. This sof
www.eeworm.com/read/271092/11007669
svu baseband.svu
www.eeworm.com/read/298931/7922998
cc baseband.cc
/**************************************************************************************************
*IBM Public License Version 1.0
*
*THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS IBM
www.eeworm.com/read/315915/13534908
m baseband.m
clear all;
close all;
Ts=1;
N_sample=8;
dt=Ts/N_sample;
N=1000;
t=0:dt:(N*N_sample-1)*dt;
gt1=ones(1,N_sample); %NRZ
gt2=ones(1,N_sample/2); %RZ
gt2=[gt2 zeros(1,N_sample/2)];
mt
www.eeworm.com/read/487845/6501113
m baseband.m
clear all
data=randint(1,20,2,1)
dataI=data;
dataQ=1-data;
qpsk=dataI+i*dataQ;
qpsknoise=awgn(qpsk,10,6.02);
z1=real(qpsknoise);
z2=imag(qpsknoise);
Rx=sign(z1-z2);
Rx=(Rx+1)/2;
[N,BER]=bite
www.eeworm.com/read/487847/6501121
m baseband.m
clear all
data=randint(1,20,2,1)
dataI=data;
dataQ=1-data;
qpsk=dataI+i*dataQ;
qpsknoise=awgn(qpsk,10,6.02);
z1=real(qpsknoise);
z2=imag(qpsknoise);
Rx=sign(z1-z2);
Rx=(Rx+1)/2;
[N,BER]=bite
www.eeworm.com/read/487855/6501145
m baseband.m
clear all
data=randint(1,20,2,1)
dataI=data;
dataQ=1-data;
qpsk=dataI+i*dataQ;
qpsknoise=awgn(qpsk,10,6.02);
z1=real(qpsknoise);
z2=imag(qpsknoise);
Rx=sign(z1-z2);
Rx=(Rx+1)/2;
[N,BER]=bite
www.eeworm.com/read/115147/15024402
txt baseband.txt
2.3 Channel Control
2.3.1 Controller States
Bluetooth controller operates in two major states: Standby and Connection . There are seven substates which are used to add slaves or make connectio
www.eeworm.com/read/210958/15189664
m baseband.m
clear all;
close all;
Ts=1;
N_sample=8;
dt=Ts/N_sample;
N=1000;
t=0:dt:(N*N_sample-1)*dt;
gt1=ones(1,N_sample); %NRZ
gt2=ones(1,N_sample/2); %RZ
gt2=[gt2 zeros(1,N_sample/2)];
mt