代码搜索:Generates
找到约 10,000 项符合「Generates」的源代码
代码结果 10,000
www.eeworm.com/read/349839/10797380
m altes.m
function x=altes(N,fmin,fmax,alpha) ;
%ALTES Altes signal in time domain.
% X=ALTES(N,FMIN,FMAX,ALPHA) generates the Altes signal in
% the time domain.
%
% N : number of points in time
% FMIN
www.eeworm.com/read/274335/10875510
c xm-pattern-generate.c
#include
#include
#include
#include
#include "xm_lib.h"
#define MALLOC malloc
/*
* createRandomNoteSequence - generates a string of 'length' random notes
*
www.eeworm.com/read/274335/10875714
c xm-rand-pattern.c
#include
#include
#include
#include
#include "xm_lib.h"
#define MALLOC malloc
/*
* createRandomNoteSequence - generates a string of 'length' random notes
*
www.eeworm.com/read/271693/10983585
m res_bs_powerad.m
% the power utilization figure
% generates two figures
% figure 1: distance vs. utilized power (per block)
% figure 2: CDF of utilized power (for each OFDM frame)
function [result,fileidx] = res_bs_p
www.eeworm.com/read/416040/11043691
m ls_mse_calc.m
%Function Declaration:
function ms_error=LS_MSE_calc(X,H,Y);
%This function generates mean squared error for the the LS estimator..
%EVALUATION OF Hls
Hls =(inv(X)) * Y;
%The simplest of 'em all
www.eeworm.com/read/467324/7009865
m bdt_f527.m
% MATLAB script that generates the probability of error versus the signal to noise ratio
initial_snr=0;
final_snr=15;
snr_step=1;
tolerance=1e-7; % Tolerance used for the integration
min
www.eeworm.com/read/465478/7055514
c faulty.c
/*
* faulty.c -- a module which generates an oops when read (v2.1)
*
*/
#ifndef __KERNEL__
# define __KERNEL__
#endif
#ifndef MODULE
# define MODULE
#endif
#define __NO_VERSION__ /* don't defi
www.eeworm.com/read/383268/7119680
m fmconst.m
function [y,iflaw] = fmconst(N,fnorm,t0);
%FMCONST Signal with constant frequency modulation.
% [Y,IFLAW] = FMCONST(N,FNORM,T0) generates a frequency modulation
% with a constant frequency fnorm.
%
www.eeworm.com/read/383268/7119685
m anastep.m
function y=anastep(N,ti);
%ANASTEP Analytic projection of unit step signal.
% Y=ANASTEP(N,TI) generates the analytic projection of a
% unit step signal.
%
% N : number of points.
% TI : starting pos
www.eeworm.com/read/383268/7119724
m altes.m
function x=altes(N,fmin,fmax,alpha) ;
%ALTES Altes signal in time domain.
% X=ALTES(N,FMIN,FMAX,ALPHA) generates the Altes signal in
% the time domain.
%
% N : number of points in time
% FMIN