代码搜索:convolution
找到约 1,402 项符合「convolution」的源代码
代码结果 1,402
www.eeworm.com/read/445478/7595192
asv program2_5.asv
%Program 2_5
%Illustration of convolution
%
clc;
close all;
clear all;
a=input('Type the first sequence: ');% a fun玢o input aceita qualquer valor na entrada, seja ele de qualquer tipo.
b=input(
www.eeworm.com/read/330869/12863538
m time_shear.m
function y = time_shear(x, c)
% time_shear -- chirp convolution
%
% Usage
% y = time_shear(x, c)
%
% Inputs
% x signal vector, must have an odd length (to have a center point)
% c c
www.eeworm.com/read/238825/13322330
m convlv.m
function [y,D,R,lrm] = convlv (ds, r, op, N, last)
% convlv : Convolution (by FFTs), handles side effects.
%Syntax: [y,D,R] = convlv (data, respns, {op=2, N=[], mode='silent'})
%
% Convolves/deconvolv
www.eeworm.com/read/313956/13578126
m simviter.m
function [gen, B, C, D, N, K, M, n_std_sta] = simviter(gen);
%SIMVITER SIMULINK mask file to convert GEN into SIMULINK required parameters.
% TRAN_FUNC = SIMVITER(GEN) converts convolution str
www.eeworm.com/read/313956/13578339
m viterbi.m
function [msg, expen, codd] = viterbi(code, tran_func, leng, tran_prob, plot_flag);
%VITERBI Convolution decode using Viterbi algorithm.
% MSG = VITERBI(CODE, TRAN_FUNC) uses Viterbi algorithm
www.eeworm.com/read/481299/6647252
m tvamb.m
clear
Fst=35000000; %Generate "thumbtack-shape" ambiguity function of "sync-plus-white" signal.
Fsf=0.00025; %using 1-D convolution method.
t=0:1/Fst:0.000064;
t1=
www.eeworm.com/read/217397/14966689
m simviter.m
function [gen, B, C, D, N, K, M, n_std_sta] = simviter(gen);
%SIMVITER SIMULINK mask file to convert GEN into SIMULINK required parameters.
% TRAN_FUNC = SIMVITER(GEN) converts convolution str
www.eeworm.com/read/294145/3920270
makefile
MODULE_NAME = radio_image_bs
DEPENDS = rrc synch mapper midamble spread sink macro_sch random \
image ldpc convolution
BASE := $(shell pwd | perl -pi -e "s/(.*(SRadio|Main)[^\/]*).*/\1/")
include $(
www.eeworm.com/read/291165/3969984
makefile
MODULE_NAME = radio_image_bs
DEPENDS = rrc synch mapper midamble spread sink macro_sch random \
image ldpc convolution
BASE := $(shell pwd | perl -pi -e "s/(.*(SRadio|Main)[^\/]*).*/\1/")
include $(
www.eeworm.com/read/365493/2896907
m time_shear.m
function y = time_shear(x, c)
% time_shear -- chirp convolution
%
% Usage
% y = time_shear(x, c)
%
% Inputs
% x signal vector, must have an odd length (to have a center point)
% c c