代码搜索:Convolution
找到约 1,402 项符合「Convolution」的源代码
代码结果 1,402
www.eeworm.com/read/147096/12585152
m sconvenc.m
function [sys, x0, str, ts] = sconvenc(t, x, u, flag, tran_func);
%SVITERBI SIMULINK file for convolution encoding.
% This file is designed to be used in a SIMULINK S-Function block.
%
www.eeworm.com/read/101557/15826972
m sconvenc.m
function [sys, x0, str, ts] = sconvenc(t, x, u, flag, tran_func);
%SVITERBI SIMULINK file for convolution encoding.
% This file is designed to be used in a SIMULINK S-Function block.
%
www.eeworm.com/read/287843/8664630
m convwny.m
% Convolution of Root-Raised Cosine Pulses
function convnyq(alpha,action)
if nargin == 0 alpha = .5; end;
if isstr(alpha) alpha = str2num(alpha); end;
if (alpha>1) alpha = 1; end;
if (alpha
www.eeworm.com/read/424063/10502580
m convdeco.m
function [msg, exp, codd] = convdeco(code, tran_func, tran_prob, plot_flag);
%CONVDECO Decodes a convolution code using Viterbi algorithm.
% MSG = CONVDECO(CODE, TRAN_FUNC) decodes an encoded
www.eeworm.com/read/270936/11019307
m test2.m
for m =1:10
%Transmitter side
% we first generate the 20ms frame of 192 bits
info=Data(192);
% we convolutionally encoder the user data
conv=Conv_Encoder(info);
% we interleave our convolution
www.eeworm.com/read/445478/7595190
m program2_5.m
%Program 2_5
%Illustration of convolution
%
clc;
close all;
clear all;
a=input('Type the first sequence (dentro de colchetes): ');% a fun玢o input aceita qualquer valor na entrada, seja ele de qu
www.eeworm.com/read/439815/7701202
m convwny.m
% Convolution of Root-Raised Cosine Pulses
function convnyq(alpha,action)
if nargin == 0 alpha = .5; end;
if isstr(alpha) alpha = str2num(alpha); end;
if (alpha>1) alpha = 1; end;
if (alpha
www.eeworm.com/read/244937/12830006
m convwny.m
% Convolution of Root-Raised Cosine Pulses
function convnyq(alpha,action)
if nargin == 0 alpha = .5; end;
if isstr(alpha) alpha = str2num(alpha); end;
if (alpha>1) alpha = 1; end;
if (alpha
www.eeworm.com/read/321050/13412640
m convwny.m
% Convolution of Root-Raised Cosine Pulses
function convnyq(alpha,action)
if nargin == 0 alpha = .5; end;
if isstr(alpha) alpha = str2num(alpha); end;
if (alpha>1) alpha = 1; end;
if (alpha
www.eeworm.com/read/313963/13577526
m convwny.m
% Convolution of Root-Raised Cosine Pulses
function convnyq(alpha,action)
if nargin == 0 alpha = .5; end;
if isstr(alpha) alpha = str2num(alpha); end;
if (alpha>1) alpha = 1; end;
if (alpha