代码搜索结果
找到约 2,916 项符合
Energy 的代码
cp0201_waveform.m
%
% FUNCTION 2.5 : "cp0201_waveform"
%
% Generates the energy normalized pulse waveform
%
% Special case of the second derivative Gaussian pulse:
% SCHOLTZ'S MONOCYCLE
%
% ********************
cp0201_waveform.m
%
% FUNCTION 2.5 : "cp0201_waveform"
%
% Generates the energy normalized pulse waveform
%
% Special case of the second derivative Gaussian pulse:
% SCHOLTZ'S MONOCYCLE
%
% ********************
demod_dtmf.c
/*
* demod_dtmf.c -- DTMF signalling demodulator/decoder
*
* Copyright (C) 1996
* Thomas Sailer (sailer@ife.ee.ethz.ch, hb9jnx@hb9w.che.eu)
*
* This program is free sof
demod_zvei.c
/*
* demod_zvei.c -- ZVEI signalling demodulator/decoder
*
* Copyright (C) 1996
* Thomas Sailer (sailer@ife.ee.ethz.ch, hb9jnx@hb9w.che.eu)
*
* This program is free sof
mower.cc
// mower.cpp
//--------------------------------------------------------------------------
// This code is a component of Genetic Programming in C++ (Version 0.40)
// Copyright Adam P. Fraser, 199
examp06.m
clc,echo on
%EXAMPLE 06
ts=0.01; % Select small time interval.
t=-0.5:ts:0.5; % Create a time axis.
x=6*sinc(2*t);
mac_snakes.c
/*--------------------------- Commande MegaWave -----------------------------*/
/* mwcommand
name = {mac_snakes};
version = {"1.0"};
author = {"Lionel Moisan"};
function = {"Maximizing Ave
readme4.txt
《人工神经网络实验系统 v1.0 希塔版》
Hopfield霍普菲尔德网络
说明书
=====================================================================
零.说在前面的话
1986年美国物理学家J.J.Hopfield陆续发表几篇论文,提出
snr2.m
%自己写的信噪比计算工具snr2.m
%snr2(s2ana,fs,f0,fl,fh,bl,bh)
%s2ana: 待分析信号
%fs:采样频率
%f0:信号频率
%[fl,fh]:信号能量分散带
function snr = snr2(s2ana,fs,f0,fl,fh,bl,bh);
[sizea,sizeb] = size(s2ana);
if (sizea==1)