资源列表
jietiao
- 使用matlab仿真对正弦信号采用正交序列解调和fft解调,解调出幅值和相位。并给出解调结果的相对误差。-Using MATLAB simulation of the sinusoidal signal using orthogonal sequence demodulation and FFT demodulation, demodulation of the amplitude and phase. And the relative error of demodulation results
putu
- 谱图法分析跳频信号,对其做参数估计,一种分析跳频信号新方法,实际有效-Hopping signal spectrum analysis, an estimate of their arguments do A new method of frequency hopping signal analysis, real effective
BCM_LDK
- 博通公司的LDK说明向导,对开发LDK有很大的帮助。-iproc linux development kit guide
permedit
- permedit you can sett permissions to procce-permedit you can sett permissions to proccess
TAAE-SVD
- 利用可观测性分析方法设计的传递对准精度评估方法-transfer alignment accuracy uation method based on observability analysis
Ant-algorithm
- 蚁群算法在matlab中实现起来比较简单,但是要C++实现呢,此文档也许可以帮助到你。-Ant colony algorithm in MATLAB to achieve a relatively simple, but to achieve C++, this document may be able to help you.
8pic_MCU
- 8位MCUIP核的设计与应用(verilog IP核设计)PIC处理器 西安电子科技大学硬件工程师培训资料-Design and Application of 8 MCU IP cores (verilog IP core design) PIC processor Xi an University of Electronic Science and Technology Hardware Engineer training materials
BCUSB.RC15.326
- This the Blackcat programming software for Jtag hardware.-This is the Blackcat programming software for Jtag hardware.
SpecE
- fanuc 软件开发的官方api,非常完整,可用性很高-fanuc software programming official api documentation, very detailed sound, high availability
FuzzyAHP
- ahp floue code source
chisel-tutorial
- FPGA chisel tutorial
EX_8
- (1) 新建一个工程demo2,设计一个类Student,其成员变量包括学号(no)、姓名(name)、性别(sex)、专业(major)、联系方式(phone)和地址(addr)。 (2) 为类Student定义成员函数writeTo,实现从给定文本文件中读取学生数据,接口如下: void writeTo (char filename[ ]) (3) 为类Student定义成员函数readFrom,实现将学生数据保存到给定文本文件,接口如下: void readFrom (c