代码搜索:linear-phase
找到约 140 项符合「linear-phase」的源代码
代码结果 140
www.eeworm.com/read/416230/11037534
m minphase.m
function [y,ssp,iter] = minphase(g);
% Extracts the minimum phase factor y from a linear-phase filter.
% Input: g = [g(0) g(1) . . . g(N)] (row vector) where
% the g vector is the right-half of a l
www.eeworm.com/read/309560/13668923
m minphase.m
function [y,ssp,iter] = minphase(g);
% Extracts the minimum phase factor y from a linear-phase filter.
% Input: g = [g(0) g(1) . . . g(N)] (row vector) where
% the g vector is the right-half of a l
www.eeworm.com/read/488224/6498663
m minphase.m
function [y,ssp,iter] = minphase(g);
% Extracts the minimum phase factor y from a linear-phase filter.
% Input: g = [g(0) g(1) . . . g(N)] (row vector) where
% the g vector is the right-half of a l
www.eeworm.com/read/254742/12121201
m minphase.m
function [y,ssp,iter] = minphase(g);
% Extracts the minimum phase factor y from a linear-phase filter.
% Input: g = [g(0) g(1) . . . g(N)] (row vector) where
% the g vector is the right-half of a l
www.eeworm.com/read/215497/15059509
m minphase.m
function [y,ssp,iter] = minphase(g);
% Extracts the minimum phase factor y from a linear-phase filter.
% Input: g = [g(0) g(1) . . . g(N)] (row vector) where
% the g vector is the right-half of a l
www.eeworm.com/read/215497/15059700
m minphase.m
function [y,ssp,iter] = minphase(g);
% Extracts the minimum phase factor y from a linear-phase filter.
% Input: g = [g(0) g(1) . . . g(N)] (row vector) where
% the g vector is the right-half of a l
www.eeworm.com/read/334931/12561345
m minphase.m
function [y,ssp,iter] = minphase(g);
% Extracts the minimum phase factor y from a linear-phase filter.
% Input: g = [g(0) g(1) . . . g(N)] (row vector) where
% the g vector is the right-half of a l
www.eeworm.com/read/334931/12561643
m minphase.m
function [y,ssp,iter] = minphase(g);
% Extracts the minimum phase factor y from a linear-phase filter.
% Input: g = [g(0) g(1) . . . g(N)] (row vector) where
% the g vector is the right-half of a l
www.eeworm.com/read/180485/9305506
m program_07_10.m
% Program 7_10
% Design of Least-Squares Error Linear-Phase FIR Filters
%
N = input('Type in the order = ');
fpts = input('Type in the bandedge vector = ');
mag = input('Type in the magnitude val
www.eeworm.com/read/167781/9952858
m program_07_10.m
% Program 7_10
% Design of Least-Squares Error Linear-Phase FIR Filters
%
N = input('Type in the order = ');
fpts = input('Type in the bandedge vector = ');
mag = input('Type in the magnitude val