代码搜索:pha
找到约 824 项符合「pha」的源代码
代码结果 824
www.eeworm.com/read/176015/9522158
h disram.h
#define key_NUM 1
#define key_FRE 2
#define key_AMP 3
#define key_PHA 4
#define Turn_left 6
#define Turn_right 7
#define key_UNIT 8
struct disramtype
{
unsigned char ddsnum;
un
www.eeworm.com/read/440896/7679054
m p1_3.m
% Program P1_3.m
% Generation of a random sinusoidal signal
clear all;close all
N = 5;
A = 4*rand(1,N);
phase = 2*pi*rand(1,N);
n = 0:30;
f = 0.1;
for i = 1:N;
arg(i,:) = 2*pi*f*n + pha
www.eeworm.com/read/244534/12858014
asm timer.asm
.include "F2407REGS.H"
.def _c_int0
.sect ".vectors"
RSVECT B _c_int0
INT1 B PHANTOM
INT2 B GISR2
INT3 B PHANTOM
INT4 B PHA
www.eeworm.com/read/156653/11786170
m ex072800.m
% Chapter 7 Example 7.28
% Hilbert transformer design using PM algorithm
%
f = [0.05,0.95]; m = [1 1]; M = 51; N = M-1;
h = remez(N,f,m,'hilbert');
[db,mag,pha,grd,w] = freqz_m(h,[1]);
figur
www.eeworm.com/read/250501/12401745
m51 ad_phase.m51
BL51 BANKED LINKER/LOCATER V5.12 08/25/2007 17:34:34 PAGE 1
BL51 BANKED LINKER/LOCATER V5.12, INVOKED BY:
D:\KEIL\C51\BIN\BL51.EXE AD_pha
www.eeworm.com/read/18649/799041
vhd phyuz.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
use ieee.std_logic_arith.all;
entity phyuz is
port(phaa,phab:in std_logic;
clr_in2:out std_logic;
pha:out
www.eeworm.com/read/472439/6868162
asm timer.asm
.include "F2407REGS.H"
.def _c_int0
.sect ".vectors"
RSVECT B _c_int0
INT1 B PHANTOM
INT2 B GISR2
INT3 B PHANTOM
INT4 B PHA
www.eeworm.com/read/393394/8290135
m exp8_14.m
wp=0.2*pi;ws=0.3*pi;rp=7;as=16;
[b,a]=afd_butt(wp,ws,rp,as)
[C,B,A]=sdir2cas(b,a)
%Caculation of the frequency response
[db,mag,pha,w]=freqs_m(b,a,0.5*pi)
%Caculation of the impulse response
[ha
www.eeworm.com/read/187617/8616737
83919
Xref: cantaloupe.srv.cs.cmu.edu soc.singles:151666 talk.religion.misc:83919
Newsgroups: soc.singles,talk.religion.misc
Path: cantaloupe.srv.cs.cmu.edu!das-news.harvard.edu!noc.near.net!uunet!quack!pha
www.eeworm.com/read/163197/10171519
m example6_23.m
wn=7;
kosai=[0.1:0.3:2.0];
w=logspace(-1,1,100);
figure(1)
num=[wn^2];
for kos=kosai
den=[1 2*kos*wn wn^2];
[mag,pha,w1]=bode(num,den,w);
subplot(2,1,1);
hold on
semilogx