make_conv1o2_test
来自「WCDMA的仿真程序,分别用C和MATLAB两种语言仿真」· 代码 · 共 6 行
TXT
6 行
#!/bin/sh# TESTING is general testing flag.# WCDMA_DEBUG_OUTPUT is a debug flag used in convolutional decoder.echo "gcc -g -o conv1o2_test -DTESTING -DWCDMA_DEBUG_OUTPUT test_conv1o2.c chcoding.c chdecoding.c convenc.c convdec.c interleaver.c mealy.c metrics.c utility.c conversions.c bitroutines.c -lm"gcc -g -o conv1o2_test -DTESTING test_conv1o2.c chcoding.c chdecoding.c convenc.c convdec.c interleaver.c mealy.c metrics.c utility.c conversions.c bitroutines.c -lm
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?