-
-
signal_analyzer.rar
最近看到有人提问怎样用FFT实现频谱分析,我认为能够进行到频谱分析的人,对于系统研究的深度基本上已经相当不错了。本人今天做了一个例程,发给大家参考一下。
历程主要内容(signal_analyzer.rar)如下:
test1.txt 第一列为时间t,0.001s为步长;第二列为系统的输入信号;第三列为系统的输出信号。
signal_analyzer.m首先将test1.txt 的数据读入workspace,然后进行FFT,分析出两信号的频率,输出对于输入的幅值衰减(db),输出对输入的相位差。
-
-
fftbianhuan.rar
test1.txt 第一列为时间t,0.001s为步长;第二列为系统的输入信号;第三列为系统的输出信号。
signal_analyzer.m首先将test1.txt 的数据读入workspace,然后进行FFT,分析出两信号的频率,输出对于输入的幅值衰减(db),输出对输入的相位差。
-
-
OpenCV.rar
书中的C/C++语言实例。各实例子目录中的*.dsw和*.dsp文件分别为Windows下Visual C++ 6.0的Workspace文件和Project文件;Makefile是Linux下GNU Make的输入文件。在Windows环境下,双击*.dsw文件将会启动Visual C++ 6.0并装载该实例;在Linux环境下,输入make命令就可以编译该实例。
-
q.rar
... 变量
(5) whos 列出当前工作空间中的变量及信息
或用工具栏上的 Workspace 浏览器
-
imageviewer.zip
... image viewer from source:
====================================
1] unzip the source file into any directory
2] import "Existing Project into Workspace"
3] refresh and update class path
4] build project
5] run as runtime-workbench
6] Window->show ...
-
-
cvPreProcessor-090Beta.zip
OpenCV workspace and code generator. With this utility you can try many images algorithm sequence and generate the C/C++ code for opencv to use it in your projects ...
-
JavaAsn1Compiler_2.0.rar
... parse your asn.1 file
(2) create .java classes of data types defined in your asn.1 file and
(3) do encoding/decoding of instances of your generated classes.
BER, CER and DER are all supported. Just download and import it into your eclipse workspace.
-