代码搜索:Convolutional
找到约 698 项符合「Convolutional」的源代码
代码结果 698
www.eeworm.com/read/152609/12099087
m cnv_encd.m
% cov_encd(input)
% determines hte output sequence of a binary convolutional encoder
function output = cnv_encd(input)
% generate trellis graphic r=1/3 k0=1 g=[557,663,711];
trel = poly2trellis(9,
www.eeworm.com/read/253008/12250860
m start.m
function [N, K,tail ] = start(nCode, ch_mode,I_label,S_label,cols)
%
%
% nCode = spreading factor
% ch_mode = mode indicating the channel coding scheme
% 1 = Convolutional coding with ratio 1/3 a
www.eeworm.com/read/150163/12308032
m start.m
function [N, K,tail ] = start(nCode, ch_mode,I_label,S_label,cols)
%
%
% nCode = spreading factor
% ch_mode = mode indicating the channel coding scheme
% 1 = Convolutional coding with ratio 1/3 a
www.eeworm.com/read/227499/14422050
m start.m
function [N, K,tail ] = start(nCode, ch_mode,I_label,S_label,cols)
%
%
% nCode = spreading factor
% ch_mode = mode indicating the channel coding scheme
% 1 = Convolutional coding with ratio 1/3 a
www.eeworm.com/read/176193/9512753
m conv_encoder.m
function encoded_bits=conv_encoder(infobits, biting_pattern)
% 802.16 OFDMA Convolutional Encoder, coding rate 1/2
% constraint length k=7
% generator: G1=171oct for X, G2=133oct for Y
L=length(
www.eeworm.com/read/147094/12587067
h pccc_para.h
#ifndef PCCC_para_H
#define PCCC_para_H
#include "math.h"
#include "stdio.h"
#include "stdlib.h"
#include "iostream.h"
#include "time.h"
#include "malloc.h"
#include "conio.h"
//PN seque
www.eeworm.com/read/389823/8497037
m cnv_decd.m
% cov_decd(input)
% determines hte output sequence of a binary convolutional decoder
function output = cov_decd(input)
%generate trellis graphic r=1/3 k0=1 g=[557,663,711];
trel = poly2trellis(9,[557,
www.eeworm.com/read/216825/6933736
m 4.m
constlen = [7]; codegen = [171 133]; tblen = 32; codeRate = 1/2;
trel = poly2trellis(constlen, codegen);
[msg_enc_bi] = convenc(msg_orig, trel);
numEncPlot = numPlot ./ codeRate; tEnc
www.eeworm.com/read/152609/12099170
m cnv_decd.m
% cov_decd(input)
% determines hte output sequence of a binary convolutional decoder
function output = cov_decd(input)
%generate trellis graphic r=1/3 k0=1 g=[557,663,711];
trel = poly2trellis(9,[557,
www.eeworm.com/read/223481/14639440
m convolutionalscenarios.m
% File ConvolutionalScenarios
%
% This is a set of scenarios for the Coded Modulation Library.
%
% The simulations specified in this file are for convolutional codes.
%
% Last updated on July 4,