代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/446751/7567217
m alias.m
% This program illustrates the effect of alising
% of frequency leading to signal distortion
fs =10000; % sampling frequency
ts = 1/fs;
n = (1:50)*ts;
N = 1000; %No of points in DFT
www.eeworm.com/read/442547/7649693
m cp0701_shape_factor_variation.m
%
% FUNCTION 7.1 : "cp0701_shape_factor_variation"
%
% Effect of shape factor variation on pulse width and
% ESD of the Gaussian pulse
%
% The pulse amplitude is set to 'A'
% 'smp' samples of t
www.eeworm.com/read/197565/7985973
m cp0701_shape_factor_variation.m
%
% FUNCTION 7.1 : "cp0701_shape_factor_variation"
%
% Effect of shape factor variation on pulse width and
% ESD of the Gaussian pulse
%
% The pulse amplitude is set to 'A'
% 'smp' samples of t
www.eeworm.com/read/197263/8008387
m experiment5_4.m
% Experiment 5
% Digital phase lock loop
% Track error of the recursive Costas Loop.
% Effect of varying the step size parameter
% on convergence behaviour of the recursive Costas Loop
% Tested for
www.eeworm.com/read/245117/12818270
h modbus.h
// provides some additional checking and debug traces,
// doesn't effect the functionality of the application
#define LSL_TEST
// If You want to change some of the physical units defined in RTO
www.eeworm.com/read/326313/13148655
m expand.m
function Q = expand(P)
% EXPAND -- built-in EXPAND, extended to matrix polynomials
%
% Q = expand(P)
%
% The effect is the same as the system built-in EXPAND, applied to each
% coeffici
www.eeworm.com/read/326148/13161863
cc biginteger.cc
/*
* Matt McCutchen's Big Integer Library
*/
#include "BigInteger.hh"
// MANAGEMENT
// Assignment operator
void BigInteger::operator =(const BigInteger &x) {
// Calls like a = a have no effect
if
www.eeworm.com/read/240990/13180568
m cp0701_shape_factor_variation.m
%
% FUNCTION 7.1 : "cp0701_shape_factor_variation"
%
% Effect of shape factor variation on pulse width and
% ESD of the Gaussian pulse
%
% The pulse amplitude is set to 'A'
% 'smp' samples of t
www.eeworm.com/read/136707/13364545
txt flags.txt
Use the compiler flag
-DNTL_TRANSITION
to help with the transition to NTL 3.0 from earlier versions.
This has the effect of undeclaring certain functions
whose semantics in 3.0 is di
www.eeworm.com/read/111672/6154070
m test6.m
% DEMONSTRATION PROGRAM FOR ILLUSTRATING THE EFFECT OF REGULARIZATION
%
% Programmed by Magnus Norgaard, IAU/IMM/EI, Technical Univ. of Denmark
% LastEditDate: Aug 21, 1995.
close all
StopDemo=