代码搜索:demodulation
找到约 758 项符合「demodulation」的源代码
代码结果 758
www.eeworm.com/read/364212/2907849
h demodulation.h
#ifndef INC_DEMODULATION_H
#define INC_DEMODULATION_H
#define LEN 128 // Assuming framelength always vill be 128, might be adjusted later.
void demodulation(const float *input, unsigned int *o
www.eeworm.com/read/475447/6781725
m demodulation.m
function output_frame = demodulation(input_modu, index)
% demodulation for IEEE802.11a
% Input: input_modu, complex values representing constellation points
% index
% Output: output
www.eeworm.com/read/475349/6796752
m demodulation.m
function turbo_re = demodulation(data_re_p1,data_re_p2)
x1 = data_re_p1;
x2 = data_re_p2;
x1_odd = sqrt(2).*real(x1);
x1_even = sqrt(2).*imag(x1);
x2_odd = sqrt(2).*real(x2);
x2_even = sqrt(2).*
www.eeworm.com/read/294769/8206329
m demodulation.m
function demod_out = demodulation(demod_in,mod_mode)
%%*************************************************************************
%%Function information:
%%由信道信号的复数值解调对应的二进制序列(In this program,the c
www.eeworm.com/read/292946/8321543
m demodulation.m
function demod_out = demodulation(demod_in,mod_mode)
%%*************************************************************************
%%Function information:
%%由信道信号的复数值解调对应的二进制序列(In this program,the c
www.eeworm.com/read/174371/9590424
m demodulation.m
function dm=demodulation(data_trend,tau,piconet_num,datarate)
%actruall delay tau and fren fc should be determined by the demodulator.
sample_per_pulse=3;
fc=[3939 3978 4017 4056 3900 4094 7878 795
www.eeworm.com/read/367267/9764192
m demodulation.m
function output_frame = demodulation(input_modu, index)
% demodulation for IEEE802.11a
% Input: input_modu, complex values representing constellation points
% index
% Output: output
www.eeworm.com/read/268217/11149347
m demodulation.m
function output_frame = demodulation(input_modu, index)
% demodulation for IEEE802.11a
% Input: input_modu, complex values representing constellation points
% index
% Output: output
www.eeworm.com/read/428270/8880099
m dsss_demodulation.m
%**************************************************************************
%Function:DS-SS Demodulation
% 功能:解扩解调
%function x = ds_demod(c,y)
%Input:c ---> user code (column vector)
%Input:y
www.eeworm.com/read/355179/10288792
h fft_demodulation.h
void FFT_Modulation(short *receive,int *buffer_QAM1,int *y)
{
int i,j;
int A;
int N_symbol;
A=QAM_buffer_len%data_per_symbol;
if(A==0) N_symbol=floor((float)buffer_QAM_len/(float)data