代码搜索:convolution
找到约 1,402 项符合「convolution」的源代码
代码结果 1,402
www.eeworm.com/read/217397/14966388
m com_case.m
function [ret,x0,str,ts,xts]=com_case(t,x,u,flag);
%COM_CASE is the M-file description of the SIMULINK system named COM_CASE.
% The block-diagram can be displayed by typing: COM_CASE.
%
% SYS=COM_
www.eeworm.com/read/217397/14966659
m compage3.m
function [ret,x0,str,ts,xts]=compage3(t,x,u,flag);
%COMPAGE3 is the M-file description of the SIMULINK system named COMPAGE3.
% The block-diagram can be displayed by typing: COMPAGE3.
%
% SYS=COMP
www.eeworm.com/read/216263/15022228
m circconv.m
function [y,n]=circconv(x1,x2,N)
% implement circle convolution of x1 and x2
% x1 and x2 are input sequences of n1,n2
www.eeworm.com/read/216045/15028171
m convnrz.m
% Convolution of NRZ rectangular pulses
function convnrz(action)
if (nargin
www.eeworm.com/read/215497/15059531
m circonv.m
function y = circonv(x1, x2)
% Develops a sequence y obtained by the circular
% convolution of two equal-length sequences x1 and x2
L1 = length(x1);
L2 = length(x2);
if L1 ~= L2, error('Sequences
www.eeworm.com/read/215497/15059733
m circonv.m
function y = circonv(x1, x2)
% Develops a sequence y obtained by the circular
% convolution of two equal-length sequences x1 and x2
L1 = length(x1);
L2 = length(x2);
if L1 ~= L2, error('Sequences
www.eeworm.com/read/163565/5509763
m convnrz.m
% Convolution of NRZ rectangular pulses
function convnrz(action)
if (nargin
www.eeworm.com/read/268260/11146770
m ex05230b.m
% Chapter 05: Example 5.23 High speed convolution
% part b) Plotting of saved data
% run after part a)
load times.txt -ascii;
conv_time=times(1,:);
hsconv_time=tim
www.eeworm.com/read/334931/12561367
m circonv.m
function y = circonv(x1, x2)
% Develops a sequence y obtained by the circular
% convolution of two equal-length sequences x1 and x2
L1 = length(x1);
L2 = length(x2);
if L1 ~= L2, error('Sequences
www.eeworm.com/read/334931/12561711
m circonv.m
function y = circonv(x1, x2)
% Develops a sequence y obtained by the circular
% convolution of two equal-length sequences x1 and x2
L1 = length(x1);
L2 = length(x2);
if L1 ~= L2, error('Sequences