代码搜索:convolution
找到约 1,402 项符合「convolution」的源代码
代码结果 1,402
www.eeworm.com/read/313956/13578149
m comcdcon.m
function [ret,x0,str,ts,xts]=comcdcon(t,x,u,flag);
%COMCDCON is the M-file description of the SIMULINK system named COMCDCON.
% The block-diagram can be displayed by typing: COMCDCON.
%
% SYS=COMC
www.eeworm.com/read/147766/5725713
c sm_afsk2666.c
/*****************************************************************************/
/*
* sm_afsk2666.c -- soundcard radio modem driver, 2666 baud AFSK modem
*
* Copyright (C) 1997 Thomas Sailer (sai
www.eeworm.com/read/136786/5866091
c sm_afsk2666.c
/*****************************************************************************/
/*
* sm_afsk2666.c -- soundcard radio modem driver, 2666 baud AFSK modem
*
* Copyright (C) 1997 Thomas Sailer (sai
www.eeworm.com/read/128531/5988268
c sm_afsk2666.c
/*****************************************************************************/
/*
* sm_afsk2666.c -- soundcard radio modem driver, 2666 baud AFSK modem
*
* Copyright (C) 1997 Thomas Sailer (sai
www.eeworm.com/read/127781/5999591
c sm_afsk2666.c
/*****************************************************************************/
/*
* sm_afsk2666.c -- soundcard radio modem driver, 2666 baud AFSK modem
*
* Copyright (C) 1997 Thomas Sailer (sai
www.eeworm.com/read/110034/6170726
c sm_afsk2666.c
/*****************************************************************************/
/*
* sm_afsk2666.c -- soundcard radio modem driver, 2666 baud AFSK modem
*
* Copyright (C) 1997 Thomas Sailer (sai
www.eeworm.com/read/102935/6229513
c sm_afsk2666.c
/*****************************************************************************/
/*
* sm_afsk2666.c -- soundcard radio modem driver, 2666 baud AFSK modem
*
* Copyright (C) 1997 Thomas Sailer (sai
www.eeworm.com/read/493843/6391517
m convm.m
function X = convm(x,p)
%CONVM Generates a convolution matrix
%-----
%USAGE X = convm(x,p)
%
% Given a vector x of lenght N, an N+p-1 by p convolution
% matrix of the following form is generat
www.eeworm.com/read/493456/6393576
m conv_tp.m
function [y,H]=conv_tp(h,x)
% Linear Convolution using Toeplitz Matrix
% ----------------------------------------
% [y,H] = conv_tp(h,x)
% y = output sequence in column vector form
% H = Toeplitz
www.eeworm.com/read/493456/6393585
m conv_m.m
function [y,ny] = conv_m(x,nx,h,nh)
% Modified convolution routine for signal processing
% --------------------------------------------------
% [y,ny] = conv_m(x,nx,h,nh)
% y = convolution result