代码搜索:Convolution
找到约 1,402 项符合「Convolution」的源代码
代码结果 1,402
www.eeworm.com/read/488298/6491668
cpp experiment-2.cpp
#include"math.h"
#include"stdio.h"
#include"stdlib.h"
extern void signal(float *h, float f, float dt, float m, int N);
extern void Output_r(float *r, float *y2, int L);
extern void Output_conv(fl
www.eeworm.com/read/488103/6496735
m exa031101_fftfilt.m
%----------------------------------------------------------------------------
% exa031001_fftfilt.m, for example 3.11.1
% to test fftfilt.m,and to finish the convolution of a long sequence with
%
www.eeworm.com/read/488111/6496889
m program_3_5.m
% Program 3_5
% Linear Convolution Via the DFT
%
% Read in the two sequences
x = input('Type in the first sequence = ');
h = input('Type in the second sequence = ');
% Determine the length of th
www.eeworm.com/read/488224/6498688
m program_5_4.m
% Program 5_4
% Linear Convolution Via the DFT
%
% Read in the two sequences
x = input('Type in the first sequence = ');
h = input('Type in the second sequence = ');
% Determine the length of th
www.eeworm.com/read/482678/6620986
m avw_smooth.m
function avw = avw_smooth(avw,fwhm)
% avw_smooth - Guassian smoothing
%
% Usage: avw = avw_smooth(avw,fwhm)
%
% avw is the Analyze struct returned by avw_read
% fwhm is an integer indicating t
www.eeworm.com/read/481728/6637407
m exa031101_fftfilt.m
%----------------------------------------------------------------------------
% exa031001_fftfilt.m, for example 3.11.1
% to test fftfilt.m,and to finish the convolution of a long sequence with
%
www.eeworm.com/read/477233/6740403
m 高斯白噪的正弦信号.m
%----------------------------------------------------------------------------
% exa031001_fftfilt.m, for example 3.11.1
% to test fftfilt.m,and to finish the convolution of a long sequence with
%
www.eeworm.com/read/405427/11462736
m exa031101_fftfilt.m
%----------------------------------------------------------------------------
% exa031001_fftfilt.m, for example 3.11.1
% to test fftfilt.m,and to finish the convolution of a long sequence with
%
www.eeworm.com/read/400206/11580758
m myfunc.m
function out=Myfunc(In1,In2)
%Returns the convolution of vector IN1 and IN2
out=conv(In1,In2);
www.eeworm.com/read/346772/11723830
m 高斯白噪的正弦信号.m
%----------------------------------------------------------------------------
% exa031001_fftfilt.m, for example 3.11.1
% to test fftfilt.m,and to finish the convolution of a long sequence with
%