代码搜索:convolutional
找到约 698 项符合「convolutional」的源代码
代码结果 698
www.eeworm.com/read/406551/11439939
m convlenc.m
%Convolutional Encoder ; input=1 bit -> output=2 bits with 3 memory elements, Code Rate=1/2
function [encoded_sequence]=convlenc(message)
%TEST MESSAGES
% message=[1 0 1 0 1 1 1 0 0 0 1 1 0 1 1
www.eeworm.com/read/402035/11543656
m conv_encoder.m
%Convolutional Encoder ; input=1 bit -> output=2 bits with 3 memory elements, Code Rate=1/2
function [encoded_sequence]=convlenc(message)
%TEST MESSAGES
% message=[1 0 1 0 1 1 1 0 0 0 1 1 0 1 1
www.eeworm.com/read/208929/15230708
m myencoder.m
function [coder] = myencoder(Data, code_g)
% convolutional coder encoder
%initiate parameters
[n,K] = size(code_g);
m = K - 1;
code_g_oct=zeros(1,2);
%Data=data;%randint(1,1000-m);
block_s
www.eeworm.com/read/427377/8949111
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 c
www.eeworm.com/read/184529/9095934
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 c
www.eeworm.com/read/176193/9512726
m map_decoding_tail.m
function [LLR_app_d]=map_decoding_tail(state_num,info_num,LLR_apr_c)
% MAP decoding for tail biting convolutional code
Infty = 1e10;
% load trellis
load next_out.mat;
load next_state.mat;
www.eeworm.com/read/358502/10186127
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 c
www.eeworm.com/read/274318/10876452
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 c
www.eeworm.com/read/316958/13513497
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 c
www.eeworm.com/read/203314/6301820
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 c