代码搜索结果
找到约 10,000 项符合
5 的代码
chap5_5.htm
5.5 标签式对话框
ex5_5.m
clear all;
N=64;
w=rectwin(N);
Wvtool(w);
ex5_5.m
x=0:pi/100:2*pi;
y1=0.2*exp(-0.5*x).*cos(4*pi*x);
plot(x,y1)
hold on
y2=2*exp(-0.5*x).*cos(pi*x);
plot(x,y2);
hold off
f5_5.m
%产生非平稳信号
sig=atoms(128,[32,0.15,20,1;96,0.15,20,1;32,0.35,20,1;96,0.35,20,1]);
%时域波形
figure(2)
plot(real(sig),'LineWidth',2);
xlabel('时间 t');
ylabel('幅值 A');
%计算Wigner-Ville分布
[tfr,t,f]=tf
5-5.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,1,
5-5.m51
BL51 BANKED LINKER/LOCATER V5.03 05/20/2004 11:41:58 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE STARTU
5_1_5.scr
D>exemod 5_1_1.exe
5_3_5.scr
D>3_3_3
5_2_5.scr
D>debug
app5_5.java
// app5_5,巢状for循环求9*9乘法表