ICALAB for Signal Processing Toolbox for BSS, ICA, cICA, ICA-R, SCA and MCA
标签: Processing for Toolbox ICALAB
上传时间: 2013-12-17
上传用户:123456wh
% decode with soft-input viterbi algorithm 硬判决 % //k=4,r=1/2 %输入数据为软信息,并且数据为均值为1的BPSK调制,如果均值为MEAN,那么62,63,103,104行应做相应修改
标签: soft-input algorithm viterbi decode
上传时间: 2014-10-28
上传用户:aig85
本文所要解决的的问题是十进制的转换。即将十进制转换为任意的r(r是大于一的正整数)进制问题。因为要解决一个问题必须要对其进行解剖,所以首先对问题进行详细的描述对题目有充分的了解,其次是对问题的详细分析,主要包括对问题的解的分析以及对问题的解的结论的分析。第三主要是建立问题的解决方案,虽然解决问题的方法有很多种,本文主要采用即:把一个十进制数转换成非十进制数(基数记作R)分成两步.整数部分转换时采用“除R取余法”;
上传时间: 2016-06-14
上传用户:秦莞尔w
偏微分方程数值解上机实习 运用古典显式差分格式求解二维扩散方程的初边值问题 运用P-R差分格式求解二维扩散方程的初边值问题 运用局部一维格式求解二维扩散方程的初边值问题 给出了源程序,运行结果,以及算法比较
上传时间: 2016-06-22
上传用户:wang5829
S变换 C语言程序 由R.G.Stockwell 编写 包含了正反变换 以及希尔伯特变换正反变换
上传时间: 2014-01-04
上传用户:黄华强
复数运算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real = a Image = 0 } void print() const friend Complex operator+ ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c1, const Complex & c2 ) friend Complex operator- ( const Complex & c ) private: double Real, Image }
标签: Complex double iostream include
上传时间: 2016-06-30
上传用户:wang5829
WinAoE is an open source GPLv3 driver for using AoE (ATA over Ethernet) on Microsoft Windows
标签: Microsoft Ethernet Windows WinAoE
上传时间: 2013-12-20
上传用户:2525775
ata控制器verilog源代码,入门的不错参考
上传时间: 2013-12-25
上传用户:CSUSheep
Let the following relational tables be given: R = (A, B, C) and S = (D, E, F) where A, B, C, D, E, and F are the attributes (columns). Write the SQL statements that will express each of the queries given below:
标签: relational following tables given
上传时间: 2014-01-14
上传用户:cx111111
用AVR单片机设计的MP3播放器 功能: MP3 Player IDE ATA interface FAT 32 with long file name support USB interface On board power supply (input from 7v to 20v DC) Bootloader firmware upgradeable via USB port Infrared bi-directional interface Remote Control Back light graphic LCD worked with only 2x AA batteries In sleep mode sink less than 1uA (2.5mA in active mode) 5 buttons for easy navigation Long range (more than 20 feets)
标签: MP3 interface support Player
上传时间: 2016-07-02
上传用户:fandeshun