代码搜索:convolution
找到约 1,402 项符合「convolution」的源代码
代码结果 1,402
www.eeworm.com/read/143548/12862093
cpp areaprocessdialog.cpp
// AreaProcessDialog.cpp : implementation file
//
#include "stdafx.h"
#include "Convolution.h"
#include "AreaProcessDialog.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static ch
www.eeworm.com/read/243168/12958279
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/305575/13765615
m pdfconv.m
function[yn,mu,sigma]=pdfconv(x,y,n)
%PDFCONV Convolution of a probability distribution with itself.
%
% YN=PDFCONV(X,Y,N) given a probability distribution function Y over
% values X, returns a m
www.eeworm.com/read/492812/6409992
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/339145/12255308
h turbo.h
#define CONSTRAINT 5 // memory length of the component convolution code
#define POLY1 031 // polynomial of encoder1
#define POLY2 033 // polynomial of encoder2
#define BLOCKSIZE 1024 //
www.eeworm.com/read/214925/15082861
m conv_sum.m
function [ y, n ] = conv_sum ( x, nx, h, nh )
% --------------------------------------------------------------
% The function of compute the convolution sum y[n] = x[n] * h[n]
% 求离散序列卷积函数,并输出图形结果
www.eeworm.com/read/7654/126149
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/490313/1205638
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/453176/1642024
m upconv.m
% RES = upConv(IM, FILT, EDGES, STEP, START, STOP, RES)
%
% Upsample matrix IM, followed by convolution with matrix FILT. These
% arguments should be 1D or 2D matrices, and IM must be larger (in
www.eeworm.com/read/209919/4955872
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