搜索结果
找到约 1,993 项符合
AVC-H 的查询结果
matlab例程 1. Consider the FIR system described by H(z) = 1/16(-1 + 9z--2 + 16z-3 + 9z--4 - z-6), and plot the
1. Consider the FIR system described by H(z) = 1/16(-1 + 9z--2 + 16z-3 + 9z--4 - z-6), and plot the pole-zero locations in the z-plane.
matlab例程 From the partial fraction expansion of H(z) we can find a, b
From the partial fraction expansion of H(z) we can find a, b
matlab例程 From the partial fraction expansion of H(z) we can find a, b
From the partial fraction expansion of H(z) we can find a, b
其他书籍 H.323.rar 功能的说明H.323.rar 功能的说明
H.323.rar 功能的说明H.323.rar 功能的说明
VC书籍 数学函数,所在函数库为math.h、stdlib.h、string.h、float.h
数学函数,所在函数库为math.h、stdlib.h、string.h、float.h
嵌入式/单片机编程 控制主板小喇叭播生日快乐歌,H标记高八度,L标记第八度,*n表n拍
控制主板小喇叭播生日快乐歌,H标记高八度,L标记第八度,*n表n拍
嵌入式/单片机编程 控制主板小喇叭播 世界末日,H标记高八度,L标记第八度,*n表n拍
控制主板小喇叭播 世界末日,H标记高八度,L标记第八度,*n表n拍
单片机开发 SD卡读写程序 1. sdconfig.h: 该文件为SD卡读写模块配置头文件
SD卡读写程序
1. sdconfig.h: 该文件为SD卡读写模块配置头文件,用户可根据实际硬件条件进行修改.
2. SD目录: SD卡读写模块的全部文件,一般不用修改.
3. 建议sdconfig.h文件不要放于SD目录中,因为SD目录中的文件一般无须修改,
而sdconfig.h通常会有改动. ...
数值算法/人工智能 BP神经网络程序,C语言源代码 如下: #include "iostream.h" #include "iomanip.h" #include "stdlib.h" #include "ma
BP神经网络程序,C语言源代码
如下:
#include "iostream.h"
#include "iomanip.h"
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
#include "time.h"
#include "fstream.h"
#define N 120 //学习样本个数
#define IN 3 //输入层神经元数目
#define HN 2 //隐层神经元数目
#define ON 2 //输出层神经元数目
#def ...
通讯/手机编程 一个圆周卷积的代码~调用形式为y=juanji(h,x1,M) 其中
一个圆周卷积的代码~调用形式为y=juanji(h,x1,M) 其中,h和x1为输入,h为滤波器系数,x1为输入采样信号,输出为y,M为输入信号x1的长度。