代码搜索:convolutional

找到约 698 项符合「convolutional」的源代码

代码结果 698
www.eeworm.com/read/330173/12908252

m convolutional_trellis.m

function trellis = convolutional_trellis(generator_matrix, system_info) % % This function accepts a polynomial description of the % convolutional encoder and returns the corresponding trellis %
www.eeworm.com/read/330173/12908257

m convolutional_encoder.m

function [encoded_bits, final_state] = convolutional_encoder(input_bits, trellis, system_info, varargin) % This function encodes the binary vector input_bits using the % convolutional encoder wh
www.eeworm.com/read/345489/6302722

m convolutional_en.m

function [output]=convolutional_en(input) % 卷积编码 % convolutional_coded实现卷积编码。给出任意一个输入序列input、卷积码生成矩阵 % G、和输入端口数k0。可以正确获得经过编码后的输出序列output。 % % k0:在一个时钟周期内输入移位寄存器的bit数k0=1; % G :卷积编码器的生成
www.eeworm.com/read/490775/6442362

m convolutional_decode.m

CDMA业务信道卷积解码实现 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % 该函数根据上下行信道区分生成不同码率的卷积码序列 % % original_seq
www.eeworm.com/read/489684/6468754

mdl convolutional_inside.mdl

Model { Name "convolutional_inside" Version 6.0 GraphicalInterface { NumRootInports 1 Inport { Name "In1" } NumRootOutports 2 Outport {
www.eeworm.com/read/373367/2764717

h convolutional_interleaver.h

/* -*- c++ -*- */ /* * Copyright 2002 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio is free software; you can redistribute it and/or modify * it under the ter
www.eeworm.com/read/330173/12908273

m convolutional_map_decoder.m

function [uncoded_LLR, coded_LLR] = convolutional_map_decoder(input_data, trellis, system_info) % This function takes in the input_data to be equalised % as well as the trellis structure of th
www.eeworm.com/read/373367/2764740

h qa_convolutional_interleaver.h

/* -*- c++ -*- */ /* * Copyright 2002 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio is free software; you can redistribute it and/or modify * it under the ter
www.eeworm.com/read/373367/2764750

cc qa_convolutional_interleaver.cc

/* -*- c++ -*- */ /* * Copyright 2002 Free Software Foundation, Inc. * * This file is part of GNU Radio * * GNU Radio is free software; you can redistribute it and/or modify * it under the ter