other_functions.h

来自「turbo 码的c语言程序」· C头文件 代码 · 共 13 行

H
13
字号
#ifndef	OTHER_FUNCTIONS_H
#define	OTHER_FUNCTIONS_H

#include <stdlib.h>
#include "turbo_code_Log_MAP.h"

void gen_source(int *data, int length);

void AWGN(float *send, float *r, float sigma, int totallength);

void mgrns(double mean, double sigma, double seed, int n, double *a);

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?