计算序列的卷积和相关函数 1. 计算序列h(n)和x(n)的卷积,h(n)*x(n)。 // // // // 2. 计算序列h(n)和h(n-45)的相关函数。
上传时间: 2017-09-10
上传用户:bcjtao
for entropy H = entropy(S) this command will evaluate the entropy of S, S should be row matrix H = entropy([X Y Z]) this command will find the joint entropy for the 3 variables H = entropy([X,Y],[Z,W]) this will find H(X,Y/Z,W).. you can use it for any combination of joint entropies Please validate this function before using it
标签: entropy evaluate command matrix
上传时间: 2017-09-10
上传用户:caozhizhi
无线收发模块cc1100的配置程序cc1100.h,io.h和发送、接收程序cc1100.c
上传时间: 2014-02-10
上传用户:hasan2015
H-JtagDebugFinal详细使用教程.rar 详细讲解该软件全过程,及应用到嵌入式中的相关.
标签: H-JtagDebugFinal 使用教程 软件
上传时间: 2013-12-28
上传用户:qoovoop
这是一个基于H.263的视频压缩编码和解码的源代码,供学习和参考用。
上传时间: 2013-12-30
上传用户:cjl42111
#include<stdio.h> void main(void) {int n,k,derivata,a[10],i printf("n=") scanf(" d",&n) for(i=0 i<=n i++) { printf("a[ d]=",i) scanf(" d",&a[i]) } printf("k=") scanf(" d",&k) for(derivata=1 derivata<=k derivata++) { for(i=0 i<=n i++) a[i]=a[i]*(n-i) n-- for(i=0 i<=n i++) printf(" d ",a[i]) printf("\n") }}
标签: void derivata include printf
上传时间: 2017-09-17
上传用户:duoshen1989
H.264基于baseline解码器的C++实现源码,适于初学者
上传时间: 2014-11-22
上传用户:zwei41
VIS H.323 version 2.0开发指南,此帮助文档总是随VIS H.323 DLL Library 一同发布的。
上传时间: 2014-11-22
上传用户:yan2267246
在linux上執行指令 ls ctrl+h 等 按 ctrl + c 顯示執行過的指令 按 ctrl + d 結束程式 ctrl + z 顯示曾經執行過的指令 執行history 顯示出執行過的指令
上传时间: 2014-01-21
上传用户:
DM642 H.264 codec DM642 H.264 codec DM642 H.264 codec DM642 H.264 codec
上传时间: 2014-11-23
上传用户:cjl42111