Dirichlet Kernel
정의: 특성: 기본함수:(matlab 내장) [code matlab] function y=diric(x,N) error(nargchk(2,2,nargin,’struct’)); if round(N) ~= N || N < 1 || numel(N) ~= 1, error(generatemsgid(‘MustBePosInteger’),’Requires N...
Blog with wordpress
정의: 특성: 기본함수:(matlab 내장) [code matlab] function y=diric(x,N) error(nargchk(2,2,nargin,’struct’)); if round(N) ~= N || N < 1 || numel(N) ~= 1, error(generatemsgid(‘MustBePosInteger’),’Requires N...
정의:특성: (표준화한 sinc 함수에서) x가 0을 제외한 정수값일 때 0을 지남. x가 0일 때는 1값을 가짐. x가 0일 때는 l’Hospital’s 정리를 이용하여 값을 구할 수...