⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 make_conv1o2_test

📁 这是一个c++编写的WCDMA链路采用RAKE接收的方针源代码
💻
字号:
#!/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 + -