代码搜索:U
找到约 10,000 项符合「U」的源代码
代码结果 10,000
www.eeworm.com/read/197241/8010097
m u_step.m
function y = u_step(t,Tbegin)
% FILE: U_STEP.M
% CALL: y = u_step(t,Tbegin)
% This file creates a unit step for the time vector "t"
% that begins at time t=Tbegin.
n = length(t);
i = 1;
j = 0
www.eeworm.com/read/197193/8017355
bmp button_u.bmp
www.eeworm.com/read/297229/8042835
ddp u_frmmain.ddp
www.eeworm.com/read/297229/8042839
pas u_frmmain.pas
unit u_frmMain;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, DB, ADODB, Grids, DBGrids, ComCtrls, ExtCtrls;
type
www.eeworm.com/read/297229/8042857
dfm u_frmmain.dfm
object frmMain: TfrmMain
Left = 48
Top = 69
Width = 712
Height = 497
Caption = #36824#21407' newyj@163.com'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindo
www.eeworm.com/read/397422/8050936
m u_elipap.m
function [b,a] = u_elipap(N,Rp,As,Omegac);
% 未归一化的椭圆型模拟低通滤波器原型
% -----------------------------------------------------
% [b,a] = u_elipap(N,Rp,As,Omegac);
% b = Ha(s) 分子多项式的系数
% a = Ha(s) 分母多
www.eeworm.com/read/397422/8051055
m u_buttap.m
function [b,a] = u_buttap(N,Omegac);
% 未归一化的巴特沃斯模拟低通滤波器原型
% --------------------------------------------------------
% [b,a] = u_buttap(N,Omegac);
% b = Ha(s) 分子多项式的系数
% a = Ha(s) 分母多项式的系数
%
www.eeworm.com/read/397402/8052895
m u_elipap.m
function [b,a] = u_elipap(N,Rp,As,Omegac);
% 未归一化的椭圆型模拟低通滤波器原型
% -----------------------------------------------------
% [b,a] = u_elipap(N,Rp,As,Omegac);
% b = Ha(s) 分子多项式的系数
% a = Ha(s) 分母多
www.eeworm.com/read/397402/8053020
m u_buttap.m
function [b,a] = u_buttap(N,Omegac);
% 未归一化的巴特沃斯模拟低通滤波器原型
% --------------------------------------------------------
% [b,a] = u_buttap(N,Omegac);
% b = Ha(s) 分子多项式的系数
% a = Ha(s) 分母多项式的系数
%
www.eeworm.com/read/196830/8055936
m u_buttap.m
function [b,a] = u_buttap(N,Omegac);
% Unnormalized Butterworth Analog Lowpass Filter Prototype
% --------------------------------------------------------
% [b,a] = u_buttap(N,Omegac);
% b =