代码搜索:section

找到约 10,000 项符合「section」的源代码

代码结果 10,000
www.eeworm.com/read/415537/11064451

gif section_2_1.gif

www.eeworm.com/read/415537/11064454

gif section_1_6.gif

www.eeworm.com/read/415537/11064456

gif section_2_4.gif

www.eeworm.com/read/415537/11064457

gif section_1_2.gif

www.eeworm.com/read/415537/11064460

gif section_1_4.gif

www.eeworm.com/read/415537/11064461

gif section_2_2.gif

www.eeworm.com/read/415537/11064463

gif section_1_7.gif

www.eeworm.com/read/415537/11064464

gif section_1_3.gif

www.eeworm.com/read/203170/15364478

c second-order_section.c

/* sos.c - IIR filtering by single second order section */ double sos(a, b, w, x) /* \(a, b, w\) are 3-dimensional */ double *a, *b, *w, x; /* \(a[0]=1\) always
www.eeworm.com/read/203170/15364521

m second-order_section.m

% sos.m - second order section % % [y, w] = sos(b, a, w, x) % % b = [b0, b1, b2] = 3-dim numerator % a = [1, a1, a2] = 3-dim denominator % w = 3-dim filter state (row vector) % x = scalar input % y =