代码搜索:pulse
找到约 6,220 项符合「pulse」的源代码
代码结果 6,220
www.eeworm.com/read/311895/13622924
pulse
www.eeworm.com/read/189662/8459498
hex pulse.hex
:0200000080136B
:02000300803348
:10001300803375B80175880575A88575817074FF7F
:10002300C37A0833F5901168DAF97A0713F590115A
:1000330068DAF980E9C0E0C0D0D2D3C2D4756001D8
:10004300D0D0D0E032C0E0C0D0D2D3
www.eeworm.com/read/187844/8596380
m pulse.m
function [y,m]=pulse(x,m,Kmod);
%
% Usage:y=pulse(x,m,Kmod); BBI 2000
% ;x代表二进制码流的向量;m=fs/fb,其中fs为采样频率,fb为比特率,m要为整数,Kmod代表数字基带信号的类型;
if nargin
www.eeworm.com/read/431929/8646858
c pulse.c
/*
* pulse.c
*
* Version 2.6 by Steve Sampson, Public Domain, November 1988
*
* This program is used to generate time domain pulse data for fft.c.
*/
#include
#include
www.eeworm.com/read/287533/8683831
c pulse.c
/*
* pulse.c
*
* Version 2.6 by Steve Sampson, Public Domain, November 1988
*
* This program is used to generate time domain pulse data for fft.c.
*/
#include
#include
#def
www.eeworm.com/read/387258/8697937
m pulse.m
function Gs=Pulse(G,T) %根据脉冲响应数据,辨识脉冲传递函数
clear all
G=[0 0.3025 0.4183 0.3008 0.1226 -0.086];
T=1;
syms x s
k=max(size(G));
n=k/2;
n1=n;
n2=n;
n3=n;
n4=n;
n5=n;
i1=1;
i3=1;
i4=1;
www.eeworm.com/read/187078/8858520
m pulse.m
function pulse=waveform(fc,tm,B)
smp=fc*tm;
t=linspace(-tm/2,tm/2,smp);
mu=B/tm;
pulse=cos(2*pi*4e9*t+pi*mu*(t.^2));
plot(t,pulse);
www.eeworm.com/read/187078/8858533
asv pulse.asv
function pulse=waveform(fc,tm,B)
smp=fc*tm;
t=linspace(-tm/2,tm/2,smp);
mu=B/tm;
pulse=cos(2*pi*4e9*t+pi*mu*(t.^2));
plot(t,pulse);
www.eeworm.com/read/187078/8858535
m pulse.m
function pulse=waveform(fc,tm,B)
fc=50e9;
tm=5e-9;
smp=fc*tm;
t=linspace(-tm/2,tm/2,smp);
B=4e9;
mu=B/tm;
pulse=cos(2*pi*4e9*t+pi*mu*(t.^2));
plot(t,pulse);
www.eeworm.com/read/284701/8908466
opt pulse.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {