代码搜索:Convolution

找到约 1,402 项符合「Convolution」的源代码

代码结果 1,402
www.eeworm.com/read/294145/3919681

makefile

MODULE_NAME = test_convolution DEPENDS = random convolution biterror chest rrc test_data BASE := $(shell pwd | perl -pi -e "s/(.*(SRadio|Main)[^\/]*).*/\1/") include $(BASE)/Include/module.mk
www.eeworm.com/read/431013/8713286

c xemboss.c

/********************************************* * * file xemboss.c * * Functions: This file contains * main * emboss_convolution
www.eeworm.com/read/156868/11759641

m getconvolution.m

function [y,t] = getconvolution(sig1,sig2); % [y,t] = GETCONVOLUTION(sig1,sig2) % Numerical Convolution of two signal objects. It returns data % appropriate to create a line plot. The convolution
www.eeworm.com/read/294145/3920278

makefile

MODULE_NAME = convolution_bs DEPENDS = test_data rrc synch mapper midamble spread sink macro_sch random convolution BASE := $(shell pwd | perl -pi -e "s/(.*(SRadio|Main)[^\/]*).*/\1/") include $(BASE