代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/318008/13490617
m cpole2k.m
function y = cpole2k(cp,res,dtime)
% Performs inverse z transform for two complex
% conjugate poles and generates a discrete-time
% function.
%Inputs: cp - complex pole, havin
www.eeworm.com/read/315751/13536898
m upulse.m
% upulse.m - generates trapezoidal, rectangular, triangular pulses, or a unit-step
%
% Usage: y = upulse(t,td,tr,tf) (trapezoidal pulse)
% y = upulse(t,0, tr,tf) (triangular pulse)
www.eeworm.com/read/315751/13536929
m hsigma.m
% hsigma.m - optimum sigma parametes for horn antenna
%
% Usage: [sa,sb] = hsigma(r)
% [sa,sb] = hsigma(0) (generates sa=1.2593, sb=1.0246)
%
% r = desired apect ratio a/b
% sa
www.eeworm.com/read/314294/13569684
c msp430x22x4_tb_11.c
//******************************************************************************
// MSP430F22x4 Demo - Timer_B, PWM TB1-2, Up Mode, 32kHz ACLK
//
// Description: This program generates two PWM ou
www.eeworm.com/read/313963/13577665
m ss_mlsrs.m
function [seq]=ss_mlsrs(connections);
% [seq]=ss_mlsrs(connections)
% SS_MLSRS generates the maximal length shift-register sequence when the
% shift-register connections are given as input to
www.eeworm.com/read/313963/13577798
m bdt_f531.m
% MATLAB script that generates the probability of error versus the signal-to-noise ratio.
initial_snr=0;
final_snr=12;
snr_step=0.75;
tolerance=eps; % tolerance used for the integration
www.eeworm.com/read/306478/13744551
m ss_mlsrs.m
function [seq]=ss_mlsrs(connections);
% [seq]=ss_mlsrs(connections)
% SS_MLSRS generates the maximal length shift-register sequence when the
% shift-register connections are given as input to
www.eeworm.com/read/306478/13744684
m bdt_f531.m
% MATLAB script that generates the probability of error versus the signal-to-noise ratio.
initial_snr=0;
final_snr=12;
snr_step=0.75;
tolerance=eps; % tolerance used for the integration
www.eeworm.com/read/305575/13765618
m hermpoly.m
function h=hermpoly(t,n)
% HERMPOLY Hermite polynomials.
%
% H=HERMPOLY(T,N) generates the first N orthonormal Hermite
% polynomials on a time axis specfied by the column vector T.
%
% Note tha
www.eeworm.com/read/303558/13812502
m ss_mlsrs.m
function [seq]=ss_mlsrs(connections);
% [seq]=ss_mlsrs(connections)
% SS_MLSRS generates the maximal length shift-register sequence when the
% shift-register connections are given as input to