搜索结果
找到约 1,604 项符合
dmb-t 的查询结果
系统设计方案 This was the public transportation inquiry system software engineering design documents, including t
This was the public transportation inquiry system software engineering design documents, including the demand analysis, the outline design, the contact surface design and so on a series of designs documents, made the comprehensive analysis to the public transportation systems engineering to design , ...
系统设计方案 This was the public transportation inquiry system software engineering design documents, including t
This was the public transportation inquiry system software engineering design documents, including the demand analysis, the outline design, the contact surface design and so on a series of designs documents, made the comprehensive analysis to the public transportation systems engineering to design , ...
系统设计方案 This was the public transportation inquiry system software engineering design documents, including t
This was the public transportation inquiry system software engineering design documents, including the demand analysis, the outline design, the contact surface design and so on a series of designs documents, made the comprehensive analysis to the public transportation systems engineering to
系统设计方案 This was the public transportation inquiry system software engineering design documents, including t
This was the public transportation inquiry system software engineering design documents, including the demand analysis, the outline design, the contact surface design and so on a series of designs documents, made the comprehensive analysis
单片机开发 MODE_Switch1Processing multi-interrupt request needs to set the priority of these interrupt requests
MODE_Switch1Processing multi-interrupt request needs to set the priority of these interrupt requests.
The IRQ flags of the 7 interrupt are controlled by the interrupt event occurring. But the
IRQ flag set doesn t mean the system to execute the interrupt vector. The IRQ flags can be
triggered by the ...
软件设计/软件工程 Basic Test Concepts DC Parameters AC Parameters Functional Parameters Device Characterization T
Basic Test Concepts
DC Parameters
AC Parameters
Functional Parameters
Device Characterization
Test Program Development
Analog Test Concepts
Test Using DSP Techniques in Testing
Noise Reduction Techniques in Testing
数据结构 稀疏矩阵(SparseMatrix):是矩阵中的一种特殊情况
稀疏矩阵(SparseMatrix):是矩阵中的一种特殊情况,其非零元素的个数远小于零元素的个数。
设m行n列的矩阵含t个非零元素.以二维数组表示高阶的稀疏矩阵时,会产生零值元素占的空间很大且进行了很多和零值的运算的问题。
matlab例程 一个非常好的时间序列工具箱
一个非常好的时间序列工具箱,详细使用说明见P. M. T. Broersen, Automatic Spectral Analysis with Time Series Models, IEEE Transactions on Instrumentation and Measurement, Vol. 51, No. 2, April 2002, pp. 211-216.
其他 设信号
设信号 ,用 对x(t)采样得x(n),是否会发生频谱混叠?现利用FFT分析其频谱。
1.编程绘制该信号的波形。
2.若令N=16,编程对x(n)做FFT运算,并绘制其幅频特性曲线。
3.令N=1024,编程对x(n)做FFT运算,并绘制其幅频特性曲线。
4.分析2、3的运算结果。
设计调试报告要求:
1.工作原理简述;
2.设计思路;
3.难 ...
数学计算 /* * EULER S ALGORITHM 5.1 * * TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM: * Y = F
/*
* EULER S ALGORITHM 5.1
*
* TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM:
* Y = F(T,Y), A<=T<=B, Y(A) = ALPHA,
* AT N+1 EQUALLY SPACED POINTS IN THE INTERVAL [A,B].
*
* INPUT: ENDPOINTS A,B INITIAL CONDITION ALPHA INTEGER N.
*
* OUTPUT: APPROXIMATION W TO Y AT THE (N+1) VALUES OF T.
* ...