代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/363713/9939567
m ex11_4.m
clf;
set(gcf,'Unit','normalized','Position',[0.2,0.3,0.55,0.30]);
set(gcf,'Menubar','none','Name','图形演示','NumberTitle','off');
axes('Position',[0.05,0.15,0.55,0.7]);
uicontrol(gcf,'Style','text',
www.eeworm.com/read/167864/9948888
m display_str.m
%display_str show strings in the current window or convert a string into TeX format
%
% [xL,h]=display_str(x,y,Str1,nCol,vis,nFSize,...
% fName,fWeight,fAngle)
%
%where
%
% xL -- the
www.eeworm.com/read/167781/9952801
m program_03_04.m
% Program 3_4
% Numerical Computation of DTFT Using DFT
%
% Generate the length-16 sinusoidal sequence
colordef black;
k = 0:15;
x = cos(2*pi*k*3/16);
% Compute its 512-point DFT
X = fft(x);
www.eeworm.com/read/167781/9952812
m program_07_2.m
% Program 7_2
% Type 1 Chebyshev IIR Highpass Filter Design
%
colordef black;
Wp = input('Normalized passband edge = ');
Ws = input('Normalized stopband edge = ');
Rp = input('Passband ripple
www.eeworm.com/read/167781/9952876
m program_05_1.m
% Program 5_1
% 4-th Order Analog Butterworth Lowpass Filter Design
%
colordef black;
format long
% Determine zeros and poles
[z,p,k] = buttap(4);
disp('Poles are at');disp(p);
% Determine tra
www.eeworm.com/read/167781/9952894
m program_07_1.m
% Program 7_1
% Elliptic IIR Lowpass Filter Design
%
colordef black
Wp = input('Normalized passband edge = ');
Ws = input('Normalized stopband edge = ');
Rp = input('Passband ripple in dB = ')
www.eeworm.com/read/167431/9968850
m exm1052_1.m
function exm1052_1( )
clf reset %
set(gcf,'unit','normalized','position',[0.1,0.4,0.85,0.35]);%
set(gcf,'defaultuicontrolunits','normalized');
set(gcf,'defaultuicontrolfontsiz
www.eeworm.com/read/167428/9968865
m exm1051_1.m
function exm1051_1( )
global hedit hpop hlist
clf reset %
set(gcf,'unit','normalized','position',[0.1,0.4,0.85,0.35]);%
set(gcf,'defaultuicontrolunits','normalized');
set(gcf
www.eeworm.com/read/362273/10008025
h channel.h
#include
using namespace std;
class channel
{public:
int numberofuserbit; //信息bit数
double SNRdB; //信噪比db表示
double SNR;
www.eeworm.com/read/362271/10008104
h channel.h
#include
using namespace std;
class channel
{public:
int numberofuserbit; //信息bit数
double SNRdB; //信噪比db表示
double SNR;