代码搜索:convolution

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

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

readme

convolution =========== This module does a convolutional encoding/decoding. The code can be chosen according to the following parameters n Number of transmitted bits per k data bits k Number of data
www.eeworm.com/read/291441/3967008

m convnrz.m

% Convolution of NRZ rectangular pulses function convnrz(action) if (nargin
www.eeworm.com/read/291165/3969459

readme

convolution =========== This module does a convolutional encoding/decoding. The code can be chosen according to the following parameters n Number of transmitted bits per k data bits k Number of data
www.eeworm.com/read/268254/4254794

m convnrz.m

% Convolution of NRZ rectangular pulses function convnrz(action) if (nargin
www.eeworm.com/read/403017/2316539

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/383749/2614591

m convnrz.m

% Convolution of NRZ rectangular pulses function convnrz(action) if (nargin
www.eeworm.com/read/371404/2780218

m convnrz.m

% Convolution of NRZ rectangular pulses function convnrz(action) if (nargin
www.eeworm.com/read/293918/8263915

m fconv.m

function c = fconv(a, b) % c = fconv(a, b) % % fconv calculates the convolution of vectors a and b. % % in: a,b vectors, polynomial coefficients, impulse responses etc. % % out: c convolut
www.eeworm.com/read/168118/9937191

m convm.m

function s = convm(r,w) % CONVM: convolution followed by truncation for min phase filters % % s= convm(r,w) % % convm is a modification of the 'conv' routine from the MATLAB % toolbox. The chang
www.eeworm.com/read/357616/10205052

m convm.m

function s = convm(r,w) % CONVM: convolution followed by truncation for min phase filters % % s= convm(r,w) % % convm is a modification of the 'conv' routine from the MATLAB % toolbox. The chang