代码搜索:receiver
找到约 9,473 项符合「receiver」的源代码
代码结果 9,473
www.eeworm.com/read/450222/7488282
cpp receiver.cpp
// receiver.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include
#include
#include "../header/ARQ.h"
#include "../header/Exception.h"
// 服务器端口
#define SERVER_PORT
www.eeworm.com/read/450222/7488284
opt receiver.opt
www.eeworm.com/read/449189/7516902
class receiver.class
www.eeworm.com/read/449189/7516962
class receiver.class
www.eeworm.com/read/449189/7516968
class receiver.class
www.eeworm.com/read/449189/7516977
class receiver.class
www.eeworm.com/read/448184/7538467
c receiver.c
#include "const.h"
void receiver(double (*signal)[2], int (*bit)){
QPSK_demodulator(signal, bit);
}
void QPSK_demodulator(double (*signal)[2], int (*bit)){
int n, symbol;
int sym2bin[4]
www.eeworm.com/read/448021/7541785
m receiver.m
function [data_bits, raw_bits] = receiver(rx_signal, cir, sim_options);
global sim_consts;
[n_tx_antennas, n_rx_antennas] = get_n_antennas(sim_options);
% Phase noise model
if sim_options
www.eeworm.com/read/446749/7567222