代码搜索:convolution
找到约 1,402 项符合「convolution」的源代码
代码结果 1,402
www.eeworm.com/read/312371/3672627
m circonvt.m
function y = circonvt(x1,x2,N)
% N-point circular convolution between x1 and x2: (time-domain)
% -------------------------------------------------------------
% [y] = circonvt(x1,x2,N)
% y = outp
www.eeworm.com/read/299916/3849375
m circonvt.m
function y = circonvt(x1,x2,N)
% N-point circular convolution between x1 and x2: (time-domain)
% -------------------------------------------------------------
% [y] = circonvt(x1,x2,N)
% y = outp
www.eeworm.com/read/299916/3849567
m circonvt.m
function y = circonvt(x1,x2,N)
% N-point circular convolution between x1 and x2: (time-domain)
% -------------------------------------------------------------
% [y] = circonvt(x1,x2,N)
% y = outp
www.eeworm.com/read/194440/8192846
m convz.m
function s=convz(r,w,nzero,nout,flag)
% CONVZ: convolution then truncation for non-min phase filters
%
% s= convz(r,w,nzero,nout,flag)
% s= convz(r,w,nzero,nout)
% s= convz(r,w,nzero)
% s= convz
www.eeworm.com/read/367267/9764164
m conv_coding.m
function output_bit = conv_coding(input_bit,reset)
% convolution coding for IEEE802.11a
% Refer to Figure114 on page17 of IEEE802.11a.
% Input: input_bit is the input bit stream.
% Output: ou
www.eeworm.com/read/235612/14060002
m convz.m
function s=convz(r,w,nzero,nout,flag)
% CONVZ: convolution then truncation for non-min phase filters
%
% s= convz(r,w,nzero,nout,flag)
% s= convz(r,w,nzero,nout)
% s= convz(r,w,nzero)
% s= convz
www.eeworm.com/read/389321/8533653
m fconv2.m
function y = fconv2(x, f, shape)
% FCONV2 2-D convolution using fft2
% Compatible with conv2
%
% y = fconv2(x, f, shape)
%
% Input:
% x: input image
% shiftsize: is a vector of inte
www.eeworm.com/read/424063/10502353
m sim2logi.m
function tran_func = sim2logi(sim_file);
%SIM2LOGIC Convert a SIMULINK block diagram to convolution code logic representation.
% TRAN_FUNC = SIM2TRAN(SIM_FILE) reads in a SIMULINK block diagra
www.eeworm.com/read/245842/12778222
txt hard_viterbi_decode.txt
%soft viterbi and hard viterbi decode algorithm
clc
clear all
%modifiable parameters
m=2;%totol momery of convolution coder
r=0.5;%code rate
info_length=1000;%info length
g1=[1 1 1];
g2=[1 0
www.eeworm.com/read/313956/13578232
m sim2logi.m
function tran_func = sim2logi(sim_file);
%SIM2LOGIC Convert a SIMULINK block diagram to convolution code logic representation.
% TRAN_FUNC = SIM2TRAN(SIM_FILE) reads in a SIMULINK block diagra