代码搜索:convolution
找到约 1,402 项符合「convolution」的源代码
代码结果 1,402
www.eeworm.com/read/426674/9005676
c fastconvo.c
//FastConvo.c FIR filter implemented using overlap-add fast convolution
#include
#include "coeffs.h" //time domain FIR coefficients
#define PI 3.14159265358979
#define PTS
www.eeworm.com/read/382086/9050799
c fastconvo.c
//FastConvo.c FIR filter implemented using overlap-add fast convolution
#include
#include "coeffs.h" //time domain FIR coefficients
#define PI 3.14159265358979
#define PTS
www.eeworm.com/read/282428/9095127
c fastconvo.c
//FastConvo.c FIR filter implemented using overlap-add fast convolution
#include
#include "coeffs.h" //time domain FIR coefficients
#define PI 3.14159265358979
#define PTS
www.eeworm.com/read/181851/9234743
c fastconvo.c
//FastConvo.c FIR filter implemented using overlap-add fast convolution
#include
#include "coeffs.h" //time domain FIR coefficients
#define PI 3.14159265358979
#define PTS
www.eeworm.com/read/373828/9433807
c fastconvo.c
//FastConvo.c FIR filter implemented using overlap-add fast convolution
#include
#include "coeffs.h" //time domain FIR coefficients
#define PI 3.14159265358979
#define PTS
www.eeworm.com/read/373828/9434613
c fastconvo.c
//FastConvo.c FIR filter implemented using overlap-add fast convolution
#include
#include "coeffs.h" //time domain FIR coefficients
#define PI 3.14159265358979
#define PTS
www.eeworm.com/read/163745/10147523
m convfft.m
function [out] = convfft(z1,z2)
%CONVFFT FFT-based convolution and polynomial multiplication.
% C = CONVFFT(A, B) convolves vectors A and B. The resulting
% vector is length LENGTH(A)+LENGTH
www.eeworm.com/read/352501/10546582
c fastconvo.c
//FastConvo.c FIR filter implemented using overlap-add fast convolution
#include
#include "coeffs.h" //time domain FIR coefficients
#define PI 3.14159265358979
#define PTS
www.eeworm.com/read/420015/10823273
m convfft.m
function [out] = convfft(z1,z2)
%CONVFFT FFT-based convolution and polynomial multiplication.
% C = CONVFFT(A, B) convolves vectors A and B. The resulting
% vector is length LENGTH(A)+LENGTH
www.eeworm.com/read/460181/7256338
m afb.m
function [lo, bp, hi] = afb(x, af)
% ANALYSIS FILTER BANK
% with cyclic convolution
% [lo, bp, hi] = afb(x, af)
% INPUT
% x : input signal (even-length)
% af : analysis filters
% OUTPU