代码搜索:Convolution
找到约 1,402 项符合「Convolution」的源代码
代码结果 1,402
www.eeworm.com/read/375190/2731975
cpp convolution.cpp
/*
Copyright 2005-2007 Adobe Systems Incorporated
Use, modification and distribution are subject to the Boost Software License,
Version 1.0. (See accompanying file LICENSE_1_0.txt or c
www.eeworm.com/read/160659/5567900
cpp convolution.cpp
///////////////////////////////////////////////////////////////////////////////
//
// FILE: convolution.cpp
//
// This program will demonstrate the process of convolution.
//
// The transfer
www.eeworm.com/read/160659/5567901
mak convolution.mak
# Generated by the VisualDSP++ IDDE
# Note: Any changes made to this Makefile will be lost the next time the
# matching project file is loaded into the IDDE. If you wish to preserve
# changes,
www.eeworm.com/read/476018/6772625
wps convolution.wps
www.eeworm.com/read/475344/6796705
m convolution.m
clear all;
close all'
clc
L=imread('Lenna.jpg');
L=rgb2gray(L);
L=im2double(L);
subplot(2,2,1), imshow(L);title('Original picture'); subplot(2,2,3), imhist(L);title('Original Histogram');
www.eeworm.com/read/265982/11247750
zip convolution.zip
www.eeworm.com/read/203170/15364466
c convolution.c
/* conv.c - convolution of x[n] with h[n], resulting in y[n] */
#include /* defines max( ) and min( ) */
void conv(M, h, L, x, y)
double *h, *x, *y;
www.eeworm.com/read/428388/8873473
txt convolution.m.txt
Some Useful MATLAB Commands
*
whos, list all variables and their sizes.
*
clear, clears all variables.
www.eeworm.com/read/427507/8939105
m convolution encoder.m
/* CONVOLUTIONAL ENCODER */
/* Copyright (c) 1999, Spectrum Applications, Derwood, MD, USA */
/* All rights reserved