代码搜索:receiver
找到约 9,473 项符合「receiver」的源代码
代码结果 9,473
www.eeworm.com/read/468312/6996348
h receiver.h
#ifndef RECEIVER_H
#define RECEIVER_H
#include
QT_BEGIN_NAMESPACE
class QLabel;
class QPushButton;
class QUdpSocket;
QT_END_NAMESPACE
class Receiver : public QDialog
{
Q_
www.eeworm.com/read/468312/6996350
cpp receiver.cpp
#include
#include
#include "receiver.h"
Receiver::Receiver(QWidget *parent)
: QDialog(parent)
{
statusLabel = new QLabel(tr("Listening for broadcasted messages"))
www.eeworm.com/read/264520/7124362
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/362270/7124718
h receiver.h
#include
using namespace std;
class transmitter;
class receiver
{public:
int numberofuserbit; //信息码的码元个数
int Tc;
www.eeworm.com/read/104147/7141237
java receiver.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.border.*;
public class Receiver extends JApplet implements
A
www.eeworm.com/read/463963/7171544
class receiver.class
www.eeworm.com/read/463357/7182811
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/463357/7182819
sbr receiver.sbr
www.eeworm.com/read/463357/7182832
obj receiver.obj
www.eeworm.com/read/462585/7200144
m receiver.m
%DVB-T 2K Reception
clear all;
close all;
Tu=224e-6; %useful OFDM symbol period
T=Tu/2048; %baseband elementary period
G=0; %choice of 1/4, 1/8, 1/16, and 1/32
delta=G*Tu; %guard band duration