代码搜索:Convolutional

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

代码结果 698
www.eeworm.com/read/461382/7228289

h convolutional.h

/* File convolutional.h Description: General functions used to implement convolutional encoding. Copyright (C) 2006-2008, Matthew C. Valenti Last updated on May 22, 2008
www.eeworm.com/read/258131/11882925

h convolutional.h

/* File convolutional.h Description: General functions used to implement convolutional encoding. Copyright (C) 2006, Matthew C. Valenti Last updated on Mar. 14, 2006 Func
www.eeworm.com/read/223481/14639341

h convolutional.h

/* File convolutional.h Description: General functions used to implement convolutional encoding. Copyright (C) 2006, Matthew C. Valenti Last updated on Mar. 14, 2006 Func
www.eeworm.com/read/228004/4767440

h convolutional.h

/* File convolutional.h Description: General functions used to implement convolutional encoding. Copyright (C) 2006, Matthew C. Valenti Last updated on Jan. 11, 2006 Func
www.eeworm.com/read/180822/5280890

h convolutional.h

/* File convolutional.h Description: General functions used to implement convolutional encoding. Copyright (C) 2006, Matthew C. Valenti Last updated on Mar. 14, 2006 Func
www.eeworm.com/read/381491/9090070

m convolutional_en.m

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

m convolutional_en.m

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

m convolutional_encode.m

%JC 9/20/07 Convolutional encoder-To run hit F5 % This m-file allows the user to input a source code to be encoded and % input the values of the generator polynomials. % It outputs the encoded data