代码搜索:polyphase
找到约 167 项符合「polyphase」的源代码
代码结果 167
www.eeworm.com/read/138860/13207218
m ppdec.m
function [p0, p1] = ppdec(x, type)
% PPDEC Parallelogram Polyphase Decomposition
%
% [p0, p1] = ppdec(x, type)
%
% Input:
% x: input image
% type: one of {1, 2, 3, 4} for selecting sampling
www.eeworm.com/read/311447/13630949
m ppdec.m
function [p0, p1] = ppdec(x, type)
% PPDEC Parallelogram Polyphase Decomposition平行四边形多相分解
%
% [p0, p1] = ppdec(x, type)
%
% Input:
% x: input image
% type: one of {1, 2, 3, 4} for selecting
www.eeworm.com/read/149770/12351373
h src_2205to32.h
//Include file for 22050Hz to 32KHz. Greatest Common Denominator (GCD) = 441/640.
// Tried 2205to32 with a 3-stage decimator...3rd stage output was corrupted!! Seen this before...went to two stage
www.eeworm.com/read/389321/8533654
m fbdec_l.m
function [y0, y1] = fbdec_l(x, f, type1, type2, extmod)
% FBDEC_L Two-channel 2D Filterbank Decomposition using Ladder Structure
%
% [y0, y1] = fbdec_l(x, f, type1, type2, [extmod])
%
% Input:
www.eeworm.com/read/138860/13207276
m fbdec_l.m
function [y0, y1] = fbdec_l(x, f, type1, type2, extmod)
% FBDEC_L Two-channel 2D Filterbank Decomposition using Ladder Structure
%
% [y0, y1] = fbdec_l(x, f, type1, type2, [extmod])
%
% Input:
www.eeworm.com/read/311447/13630974
m fbdec_l.m
function [y0, y1] = fbdec_l(x, f, type1, type2, extmod)
% FBDEC_L Two-channel 2D Filterbank Decomposition using Ladder Structure双通道二维filterbank分解采用梯形结构
%
% [y0, y1] = fbdec_l(x, f, type1, type2,
www.eeworm.com/read/149770/12351382
h src_441to2205.h
//Include file for 44100Hz to 22050Hz. Greatest Common Denominator (GCD) = 2/1.
#define HALFB 0 // Half band flag
#define NUPST 0 // Number of up stages
#define PVTFL 0 // Pivot f
www.eeworm.com/read/389321/8533500
m fbrec_l.m
function x = fbrec_l(y0, y1, f, type1, type2, extmod)
% FBREC_L Two-channel 2D Filterbank Reconstruction using Ladder Structure
%
% x = fbrec_l(y0, y1, f, type1, type2, [extmod])
%
% Input:
%
www.eeworm.com/read/138860/13207134
m fbrec_l.m
function x = fbrec_l(y0, y1, f, type1, type2, extmod)
% FBREC_L Two-channel 2D Filterbank Reconstruction using Ladder Structure
%
% x = fbrec_l(y0, y1, f, type1, type2, [extmod])
%
% Input:
%
www.eeworm.com/read/311447/13630917
m fbrec_l.m
function x = fbrec_l(y0, y1, f, type1, type2, extmod)
% FBREC_L Two-channel 2D Filterbank Reconstruction using Ladder Structure
%
% x = fbrec_l(y0, y1, f, type1, type2, [extmod])
%
% Input:
%