代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/479405/6694507
m rms.m
% rms.m
% Scope: This MATLAB macro computes root mean square (RMS) of a sample.
% Usage: y = rms(x)
% Description of parameters:
% x - input, sample (r
www.eeworm.com/read/479405/6694543
m fpbias_g.m
% fpbias_g.m
% Scope: This MATLAB macro computes the value of a function used to determine
% the parity bias (pbiasb) for the 5 satellite case with Gaussian
www.eeworm.com/read/479067/6698856
m visual.m
function visual (action, option1);
% for help use the command 'help visualhelp'
if nargin < 1; action = 'initialize'; end;
if nargin < 2; option1 = 'none'; end;
switch action;
case 'ini
www.eeworm.com/read/479088/6699333
m samples.m
close all;
% function SAMPLES
% Saves the matrices RHO and THETA in GDATA.MAT
figure('numbertitle','off', ...
'name','Location of Sample Points in ISAR')
rect = [.1, .3, .64, .6];
axes('posi
www.eeworm.com/read/478348/6715232
m mmpage.m
function mmpage(arg)
%MMPAGE GUI to Set Figure Paper Position.
% MMPAGE allows the user to set the current figure
% position on the printed page using a gui.
% MMPAGE(Hf) places the figure having hand
www.eeworm.com/read/477067/6744995
m fig1_23.m
% Use this program to reproduce Fig. 1.23
clear all
close all
x = linspace(-2*pi,2*pi, 200);
y = sinc(x);
y = y ./ (max(y));
figure (1)
plot(x, 20*log10(abs(y)));
grid
axis tight
xlabel('Ang
www.eeworm.com/read/264746/11302980
m prog8b2.m
%
% m-file for Example 8B.2 (Program 8B.2, p566).
% Program name: prog8b2.m
%
N=2; % Filter order
Fs=1280; % Sampling frequency
FN=Fs/2;
fc=150; % Cutoff frequenc
www.eeworm.com/read/264746/11302995
m prog7b2.m
%
% prog7b2.m, p442 File name
%
FS=1000; % Sampling frequency
FN=FS/2; % Nyquist frequency
N=73; % Filter length
beta=5.65; % Kaiser ripple parameter
fc
www.eeworm.com/read/264746/11302999
asv prog7b1.asv
%
% prog7b1.m, p442 Program name
%
fc=0.53; % cutoff frequency (normalized to Fs/2)
N= 10; % Filter length (number of taps)
hd=fir1(N-1,fc,boxcar(N)); % Calculate tr
www.eeworm.com/read/264746/11303015
m prog7b1.m
%
% prog7b1.m, p442 Program name
%
fc=0.53; % cutoff frequency (normalized to Fs/2)
N= 10; % Filter length (number of taps)
hd=fir1(N-1,fc,boxcar(N)); % Calculate tr