代码搜索:实时频谱

找到约 3,876 项符合「实时频谱」的源代码

代码结果 3,876
www.eeworm.com/read/380775/9128355

rc 简易频谱分析.rc

# Begin Project # Begin SubItem "简易频谱分析 Resources" # End SubItem # End Project
www.eeworm.com/read/380775/9128368

c 简易频谱分析.c

#include "spce061.h" #include "global.h" #include "LCD.h" #include "简易频谱分析.h" #define writedate() PB|=0x0100;PB&=(~0x0100);// #define readedate() PB|=0x0200;PB&=(~0x0200);// #define al
www.eeworm.com/read/380775/9128371

lik 简易频谱分析.lik

Version: 3.0 Options: m37 Obj: "C:\PROGRA~1\Sunplus\UNSPID~1.0\startupD.obj" Obj: "D:\工作文档\电子竞赛论文\国防科技大学\队员资料\源代码\Debug\Resource.obj" Obj: "D:\工作文档\电子竞赛论文\国防科技大学\队员资料\源代码\Debug\简易频谱分析.obj" Obj: "
www.eeworm.com/read/380775/9128372

spj 简易频谱分析.spj

#Sunplus Debeloper Project File - Name = SunplusIDE #Sunplus Developer Generated Build File Format Version V1.00 #**DO NOT EDIT** #TARTYPE (SPCE060A_061A)Application CFG=Debug # Begin Project
www.eeworm.com/read/380775/9128374

set 简易频谱分析.set

[General] Version=1.0 Config=0 ReleaseIntermediate=.\Release ReleaseOutput=.\Release DebudIntermediate=.\Debug DebugOutput=.\Debug BodyName=SPCE060A_061A [SetLink] ExeFile=1 Output=.\Debug
www.eeworm.com/read/380775/9128376

h 简易频谱分析.h

#ifndef __简易频谱分析_H__ #define __简易频谱分析_H__ #define line1 0x0008 #define line2 0x0004 #define line3 0x0002 #define line4 0x0001 #define clrline1 PB&=(~line1); #define clrline2 PB&=(~line2);
www.eeworm.com/read/181021/9277304

txt 频谱图的示例.txt

信号傅立叶变换的幅度图和频谱图的示例--------------matlab- - fs=100; x=-2:1/fs:2; y=sin(3*pi*x); z=rectpuls(x); figure;plot(x,y,x,z,':r'); my=abs(fft(y)); mz=abs(fft