代码搜索:Convolution
找到约 1,402 项符合「Convolution」的源代码
代码结果 1,402
www.eeworm.com/read/173799/9635352
m time_shear.m
function y = time_shear(x, c)
% time_shear -- chirp convolution
%
% Usage
% y = time_shear(x, c)
%
% Inputs
% x signal vector, must have an odd length (to have a center point)
% c c
www.eeworm.com/read/147096/12585745
m viterbi.m
function [msg, expen, codd] = viterbi(code, tran_func, leng, tran_prob, plot_flag);
%VITERBI Convolution decode using Viterbi algorithm.
% MSG = VITERBI(CODE, TRAN_FUNC) uses Viterbi algorithm
www.eeworm.com/read/147096/12586490
m simviter.m
function [gen, B, C, D, N, K, M, n_std_sta] = simviter(gen);
%SIMVITER SIMULINK mask file to convert GEN into SIMULINK required parameters.
% TRAN_FUNC = SIMVITER(GEN) converts convolution str
www.eeworm.com/read/108859/15574042
m examp23.m
clc,echo on
%EXAMPLE 23
x=[2 -1 3];h=[1 2 2 3]; % Signals x[n] and h[n]
y=conv(x,h) % Display convolution y[n]
nx=-1:1;nh=-2:1; %
www.eeworm.com/read/101557/15827194
m viterbi.m
function [msg, expen, codd] = viterbi(code, tran_func, leng, tran_prob, plot_flag);
%VITERBI Convolution decode using Viterbi algorithm.
% MSG = VITERBI(CODE, TRAN_FUNC) uses Viterbi algorithm
www.eeworm.com/read/101557/15827354
m simviter.m
function [gen, B, C, D, N, K, M, n_std_sta] = simviter(gen);
%SIMVITER SIMULINK mask file to convert GEN into SIMULINK required parameters.
% TRAN_FUNC = SIMVITER(GEN) converts convolution str
www.eeworm.com/read/391151/8418687
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/385934/8777261
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/426674/9004779
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/382086/9049997
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