代码搜索:Convolution

找到约 1,402 项符合「Convolution」的源代码

代码结果 1,402
www.eeworm.com/read/7654/125832

c fastconvodemo.c

//fastconvosim.c Overlap-add fast convolution demonstration program //Uses FFT function from C31 DSK book. Not real-time, and therefore //does not need McBSP I/O. Run with breakpoints inserted as in
www.eeworm.com/read/294899/8194522

c fastconvodemo.c

//fastconvosim.c Overlap-add fast convolution demonstration program //Uses FFT function from C31 DSK book. Not real-time, and therefore //does not need McBSP I/O. Run with breakpoints inserted as in
www.eeworm.com/read/147096/12585126

m sviterbi.m

function [sys, x0, str, ts] = sviterbi(t, x, u, flag, tran_func, leng, tran_prob, plot_flag); %SVITERBI SIMULINK file for convolution decoding using viterbi algorithm. % This file is designed
www.eeworm.com/read/201202/15413522

sci symm_aconv.sci

function y = symm_aconv(sf,x) // symm_aconv -- Symmetric Convolution Tool for Two-Scale Transform // Usage // y = symm_aconv(sf,x) // Inputs // sf symmetric filter // x 1-d signa
www.eeworm.com/read/101557/15826959

m sviterbi.m

function [sys, x0, str, ts] = sviterbi(t, x, u, flag, tran_func, leng, tran_prob, plot_flag); %SVITERBI SIMULINK file for convolution decoding using viterbi algorithm. % This file is designed
www.eeworm.com/read/175521/9542528

m conv2sep.m

function result = conv2sep(im,rowfilt,colfilt,shape) % CONV2SEP: Separable convolution using conv2. % % result=conv2sep(im,rowfilt,colfilt,shape) % % im - input image. % rowfilt
www.eeworm.com/read/168118/9937641

m convz.m

function s=convz(r,w,nzero,nout,flag) % s= convz(r,w,nzero,nout,flag) % s= convz(r,w,nzero,nout) % s= convz(r,w,nzero) % s= convz(r,w) % % function is designed for a convenient convolution of
www.eeworm.com/read/424063/10502944

htm hcomcode.htm

Communications Toolbox Error-Control Coding Error-Control Coding You can use this toolbox to perform block error-control coding and convolution error-control coding computation
www.eeworm.com/read/452942/7429010

c viterbi47.c

/* Viterbi decorder for convolution code [2 1 3] Code rate 1/2 constrained len(K) 3 Use hard decision jinle@2008.2.29 */ #include "stdlib.h" #include "stdio.h" #include "string.h" #include "
www.eeworm.com/read/452942/7429012

h viterbi23.h

/* Viterbi decorder for convolution code [2 1 3] HEADER Code rate 1/2 constrained len(K) 3 Use hard decision jinle@2008.2.29 */ #ifndef _VITERBI_213_H_ #define _VITERBI_213_H_ //#define VI