代码搜索结果

找到约 10,000 项符合 U 的代码

u_main.dfm

object Form_main: TForm_main Left = 196 Top = 256 Width = 696 Height = 480 Caption = #25945#21153#22788#19987#29992 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color

u_main.dfm

object Form_main: TForm_main Left = 282 Top = 267 Width = 610 Height = 441 Caption = 'Form_main' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText F

u_pcm.m

function [sqnr,a_quan,code]=u_pcm(a,n) %U_PCM Uniform PCM encoding of a sequence. % [SQNR,A_QUAN,CODE]=U_PCM(A,N) % a=input sequence. % n=number of quantization levels (even

u_chblap.m

function [b,a]=u_chb1ap(N,Rp,Omegac);%非归一化Chebyshev 1 型低通滤波器源型设计 [z,p,k]=cheblap(N,Rp); a=real(poly(p)); aNn=a(N+1); p=p*Omegac;