代码搜索:Convolution
找到约 1,402 项符合「Convolution」的源代码
代码结果 1,402
www.eeworm.com/read/104929/15681026
inx c7.inx
Dimers and Dimes, \seeDominoes and Change ! 321.
Dominoes ! 321.
Browning ! 321.
empty case ! 321.
null case ! 321.
basis of induction ! 321.
thinking small ! 321.
small cases ! 321.
Fibonacci numbers
www.eeworm.com/read/104929/15681039
inx chap7.inx
Dimers and Dimes, \seeDominoes and Change ! 321.
Dominoes ! 321.
Browning ! 321.
empty case ! 321.
null case ! 321.
basis of induction ! 321.
thinking small ! 321.
small cases ! 321.
Fibonacci numbers
www.eeworm.com/read/292241/8365726
m conv_m.m
function [y,ny]=conv_m(x,nx,h,nh)
%Modified convolution routine for signal processing
%[y,ny]=conv_m(x,nx,h,nh)
%[y,ny]=convolution result
%[x,nx]=first signal
%[h,nh]=second signal
nyb=nx(1)+nh
www.eeworm.com/read/388370/8612489
m conv_m.m
function [y,ny] = conv_m(x,nx,h,nh)
% Modified convolution routine for signal processing
% --------------------------------------------------
% [y,ny] = conv_m(x,nx,h,nh)
% y = convolution result
www.eeworm.com/read/388370/8612530
m conv_tp.m
function [y,H]=conv_tp(h,x)
% Linear Convolution using Toeplitz Matrix
% ----------------------------------------
% [y,H] = conv_tp(h,x)
% y = output sequence in column vector form
% H = Toeplitz
www.eeworm.com/read/388370/8612543
m ovrlpsav.m
function [y] = ovrlpsav(x,h,N)
% Overlap-Save method of block convolution
% ----------------------------------------
% [y] = ovrlpsav(x,h,N)
% y = output sequence
% x = input sequence
% h = impu
www.eeworm.com/read/187534/8633855
m m_conv.m
%m_conv is an extension to MATLAB's conv, where more
%arguments are allowed, which means that under such
%the convolution of more than two vectors can be
%obtained at the same time.
%Copyright
www.eeworm.com/read/364505/9904948
m cconv.m
function op = cconv(x,y)
%CCONV N-point circular convolution
%
% op = CCONV(x,y) performs the N-point circular convolution
% of vectors x and y. 'op' is returned as a row vector. x and y
% must be
www.eeworm.com/read/361299/10058819
m ex051500.m
% Chapter 05: Example 05.14: Circular convolution example
%
% a) 5-point circular convolution
x1 = [1,2,2]; x2 = [1,2,3,4];
y = circonvt(x1,x2,5)
% b) 6-point circular convolution
x1 = [1,2,2]; x2 = [
www.eeworm.com/read/360810/10077056
c sm_afsk2666.c
/*****************************************************************************/
/*
* sm_afsk2666.c -- soundcard radio modem driver, 2666 baud AFSK modem
*
* Copyright (C) 1997 Thomas Sailer (sai