代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/360606/10085114
m const_r_circle.m
function const_R_circle(R,linespec)
%
% This function plots a constant resistance circle in the Smith Chart
%
% It is assume that global variable Z0 has
% already been set (see Set_Z0 func
www.eeworm.com/read/360606/10085116
m const_g_circle.m
function const_G_circle(G,linespec)
%
% This function plots a constant conductance circle in the Smith Chart
%
% It is assume that global variable Z0 has
% already been set (see Set_Z0 fun
www.eeworm.com/read/360606/10085221
m const_r_circle.m
function const_R_circle(R,linespec)
%
% This function plots a constant resistance circle in the Smith Chart
%
% It is assume that global variable Z0 has
% already been set (see Set_Z0 func
www.eeworm.com/read/360606/10085272
m const_g_circle.m
function const_G_circle(G,linespec)
%
% This function plots a constant conductance circle in the Smith Chart
%
% It is assume that global variable Z0 has
% already been set (see Set_Z0 fun
www.eeworm.com/read/359245/10159574
m exa4_21.m
% exa4-21_lpc.m , for example 4-21
% Design lpc DF
clear all;
randn('state',0);
noise = randn(50000,1); % Normalized white Gaussian noise
x = filter(1,[1 1/2 1/3 1/4],noise);
x = x(45904:5000
www.eeworm.com/read/359240/10159719
m 例7-15.m
>> clf reset
>> H=axes('unit','normalized','position',[0,0,1,1],'visible','off');
>> set(gcf,'currentaxes',H);
>> text(0.12,0.93,'\fontname{楷书}归一化二阶系统的阶跃响应曲线','fontsize',13);
>> H_fig=get(H,'paren
www.eeworm.com/read/163155/10173172
m sp1.m
randn('state',1);
noise = randn(50000,1); % Normalized white Gaussian noise
s = filter(1,[1 1/2 1/3 1/4 ],noise);
x = s(45904:50000);
[a,E] = lpc(x,10);
est_x = filter([0 -a(2:end)],1,x);
www.eeworm.com/read/358669/10182476
m comp_distortion_oulu.m
function [x] = comp_distortion_oulu(xd,k);
%comp_distortion_oulu.m
%
%[x] = comp_distortion_oulu(xd,k)
%
%Compensates for radial and tangential distortion. Model From Oulu university.
%For mor
www.eeworm.com/read/358273/10193172
m const_swr_circle.m
function const_SWR_circle(Z,linespec)
%
% This function plots a constant SWR circle in the Smith Chart
%
% It is assume that global variable Z0 has
% already been set (see Set_Z0 function)
www.eeworm.com/read/358273/10193176
m const_r_circle.m
function const_R_circle(R,linespec)
%
% This function plots a constant resistance circle in the Smith Chart
%
% It is assume that global variable Z0 has
% already been set (see Set_Z0 func