代码搜索:Convolutional
找到约 698 项符合「Convolutional」的源代码
代码结果 698
www.eeworm.com/read/468370/6989284
m awgn_conv_r12_k3.m
% Name: AWGN_conv_R12_K3.m
% Date: July 19, 2005
% Description:
% Simulation of rate-1/2 convolutional coding over an AWGN channel.
%
% Copyright (c) 2005. Robert Morelos-Zaragoza. All rights res
www.eeworm.com/read/441775/7665213
c channel_coding.c
#include
#include
#include
#include
#include
#include
#include "wimax.h"
//Channel Coding/Decoding
//Convolutional Coding (5,7)
www.eeworm.com/read/197263/8008402
m experiment7_1.m
% Experiment 7, CS: Haykin
% Turbo Decoding
clear all
% Block size
block_size = 1000;
% Convolutional code polynomial
code_polynomial = [ 1 1 1; 1 0 1 ];
[n,K]=size(code_polynomial); m=K-1;
%
www.eeworm.com/read/418924/10891500
m conv_decoding.m
function output_bit = conv_decoding(input_bit,reset)
% convolutional decoding for IEEE802.11a
% Input: input_bit is a 1-by-4 matrix represents 4 bits input.
% Output: output_bit is a 1-by-2 ma
www.eeworm.com/read/418830/10894767
m conv_decoding.m
function output_bit = conv_decoding(input_bit,reset)
% convolutional decoding for IEEE802.11a
% Input: input_bit is a 1-by-4 matrix represents 4 bits input.
% Output: output_bit is a 1-by-2 ma
www.eeworm.com/read/240937/13186735
m conv_decoding.m
function output_bit = conv_decoding(input_bit,reset)
% convolutional decoding for IEEE802.11a
% Input: input_bit is a 1-by-4 matrix represents 4 bits input.
% Output: output_bit is a 1-by-2 ma
www.eeworm.com/read/367267/9764168
m conv_decoding.m
function output_bit = conv_decoding(input_bit,reset)
% convolutional decoding for IEEE802.11a
% Input: input_bit is a 1-by-4 matrix represents 4 bits input.
% Output: output_bit is a 1-by-2 ma
www.eeworm.com/read/416320/11033360
m bound_bsc_r12_k3_k4_hard.m
% Name: bound_BSC_R12_K3_K4_hard.m
% Date: October 19, 2005
% Description:
% Bounds for binary rate-1/2 convolutional codes over a BSC.
%
% Copyright (c) 2006. Robert Morelos-Zaragoza. All rights
www.eeworm.com/read/477099/6745350
m cp0201_convlenc.m
%Convolutional Encoder ; input=1 bit -> output=2 bits with 3 memory elements, Code Rate=1/2
function [encoded_sequence]=cp0201_convlenc(message)
%TEST MESSAGES
%message=[1 0 1 0 1 1 1 0 0 0 1 1
www.eeworm.com/read/477099/6745355
m cp0201_convlenc1.m
%Convolutional Encoder ; input=1 bit -> output=2 bits with 3 memory elements, Code Rate=1/2
function [encoded_sequence]=cp0201_convlenc(message)
%TEST MESSAGES
%message=[1 0 1 0 1 1 1 0 0 0 1 1