代码搜索:Convolution
找到约 1,402 项符合「Convolution」的源代码
代码结果 1,402
www.eeworm.com/read/247109/12683131
cpp ip.cpp
#include "stdafx.h"
#include "dibapi.h"
// Definitions required for convolution image filtering
#define KERNELCOLS 3
#define KERNELROWS 3
#define KERNELELEMENTS (KERNELCOLS * KERNELROWS)
//
www.eeworm.com/read/143548/12862072
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Convolution.rc
//
#define IDD_ABOUTBOX 100
#define IDR_MAINFRAME 128
#
www.eeworm.com/read/137160/13342286
m datfilt.m
%DATFILT Filtering of dataset images
%
% B = DATFILT(A,F)
%
% INPUT
% A Dataset with image data
% F Matrix with the convolution mask
%
% OUTPUT
% B Dataset containing all the images after f
www.eeworm.com/read/314653/13562529
m datfilt.m
%DATFILT Filtering of dataset images
%
% B = DATFILT(A,F)
%
% INPUT
% A Dataset with image data
% F Matrix with the convolution mask
%
% OUTPUT
% B Dataset containing all the images after f
www.eeworm.com/read/303772/13809568
m contents.m
% LTFAT - Basic time/frequency analysis
%
% Peter L. Soendergaard, 2007.
%
% Basic Time/Frequency analysis
% TCONV - Twisted convolution.
% DSFT - Discrete Symplectic Four
www.eeworm.com/read/302667/13829432
txt instruction.txt
This matlab code simulates a single data packet communication through a complete siso-ofdm system with transmitter, channel and reciever.
The transmitter part includes convolution coding, interleav
www.eeworm.com/read/110980/6160531
cpp ip.cpp
#include "stdafx.h"
#include "dibapi.h"
// Definitions required for convolution image filtering
#define KERNELCOLS 3
#define KERNELROWS 3
#define KERNELELEMENTS (KERNELCOLS * KERNELROWS)
//
www.eeworm.com/read/493294/6400275
m datfilt.m
%DATFILT Filtering of dataset images
%
% B = DATFILT(A,F)
%
% INPUT
% A Dataset with image data
% F Matrix with the convolution mask
%
% OUTPUT
% B Dataset containing all the images after f
www.eeworm.com/read/486062/6542735
cpp ip.cpp
#include "stdafx.h"
#include "dibapi.h"
// Definitions required for convolution image filtering
#define KERNELCOLS 3
#define KERNELROWS 3
#define KERNELELEMENTS (KERNELCOLS * KERNELROWS)
//
www.eeworm.com/read/407141/11428544
m define_filters.m
function define_filters
% Function to generate the filter.mat file containing the filter
% coefficients needed by cconvol.m to perform the convolution
% calculations.
%
% The filter values a