代码搜索:demodulation

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

代码结果 758
www.eeworm.com/read/242667/4546403

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/4546404

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/438357/1825619

m demodulation.m

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

m demodulation.m

function y = demodulation(x,b,e,h) % function y = demodulation(x,b,e,h) % find the smybol in the defined modulation scheme map which has the minimum distance to the received symbol, % output t
www.eeworm.com/read/364212/2907637

m demodulation.m

function y = demodulation(x,b,e,h) % function y = demodulation(x,b,e,h) % find the smybol in the defined modulation scheme map which has the minimum distance to the received symbol, % output t
www.eeworm.com/read/364212/2907656

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/364212/2907657

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/364212/2907714

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/364212/2907715

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/364212/2907848

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