代码搜索结果
找到约 16,374 项符合
Op-Amp 的代码
ch06_23.htm
Recipe 6.22. Program: tcgrep (Perl Cookbook)
ch16_08.htm
Recipe 16.7. Reading STDERR from a Program (Perl Cookbook)
fhilbert.m
function [omega,amp,mag,phase,w] = fhilbert(varargin);
%FHILBERT takes a matrix of IMFs or a single column vector
% and performs the Hilbert-Huang transform. The
% original input sig
1149.cpp
#include
#include
void let(int n,char op[])
{
int i,j,l;
if(n
1149.cpp
#include
#include
void let(int n,char op[])
{
int i,j,l;
if(n
minimum_phase.m
function wav=minimum_phase(amp,nsamp)
% Function computes minimum-phase wavelet with given amplitude spectrum
%
% Written by: E. R.: November 23, 2002
% Last updated: September 2, 2007: Replace small
shiti1_4_3.cpp
#include
class Coord
{
public:
Coord(int i=0,int j=0){x=i;y=j;}
void Print(){cout
exp.eww
$WS_DIR$\ADC&LCD\ADC_LCD.ewp
$WS_DIR$\ADC&LCD\ADC_LCD_A.ewp
creatnlfm.m
function signal=Creatnlfm(pulseLen,a1,a2,a3,amp,dt)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%signal=CreatNLFM(pulseLen,from,endpos,freq,pha,amp,k,dt)
%非线性调频信号发生器
%
creatlfm.m
function signal=Creatlfm(pulseLen,freq,amp,k,dt)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%signal=CreatLFM(pulseLen,from,endpos,freq,pha,amp,k,dt)
%线性调频信号发生器
%%%%%%