代码搜索:demodulation

找到约 758 项符合「demodulation」的源代码

代码结果 758
www.eeworm.com/read/212129/15165626

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/211320/15182990

m demodulation.m

function demod_out = demodulation(demod_in,mod_mode) %%************************************************************************* %%Function information: %%由信道信号的复数值解调对应的二进制序列(In this program,the c
www.eeworm.com/read/210453/15198600

asv demodulation.asv

function y=demodulation(x) %DEMODULATION Summary of this function goes here % Detailed explanation goes here for i=1:4; c1(i)=exp(j*(pi*(i-1)/2)); c2(i)=exp(j*(pi*(i-1)/2+pi/4)); end; i=1;
www.eeworm.com/read/210453/15198616

m demodulation.m

function y=demodulation(x) %DEMODULATION Summary of this function goes here % Detailed explanation goes here for i=1:4; c1(i)=exp(j*(pi*(i-1)/2)); c2(i)=exp(j*(pi*(i-1)/2+pi/4)); end; i=1;
www.eeworm.com/read/210449/15198666

asv demodulation.asv

function y=demodulation(x) %DEMODULATION Summary of this function goes here % Detailed explanation goes here for i=1:4; c1(i)=exp(j*(pi*(i-1)/2)); c2(i)=exp(j*(pi*(i-1)/2+pi/6)); end; i=1;
www.eeworm.com/read/210449/15198671

m demodulation.m

function y=demodulation(x) %DEMODULATION Summary of this function goes here % Detailed explanation goes here for i=1:4; c1(i)=exp(j*(pi*(i-1)/2)); c2(i)=exp(j*(pi*(i-1)/2+pi/6)); end; i=1;
www.eeworm.com/read/242667/4546305

c demodulation.c

/* function y = demodulation(x,b,e,h) * find the symbol in the defined modulation scheme map which has the minimum distance to the received symbol, * output the binary code corresponding to the i
www.eeworm.com/read/242667/4546306

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/242667/4546340

c demodulation.c

/* function y = demodulation(x,b,e,h) * find the symbol in the defined modulation scheme map which has the minimum distance to the received symbol, * output the binary code corresponding to the i
www.eeworm.com/read/242667/4546341

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