📄 make_conv1o2_test
字号:
#!/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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -