经典beamforming、自适应滤波教材matlab源代码。 Paulo S.R. Diniz编著的自适应滤波第四版(Adaptive Filtering_Algorithms and Practical Implementation 4th),源代码——Nonlinear_Adaptive_Filters
2020-01-03 11:24:29 8KB Beamforming Adaptive Fil Nonlinear_Ad
1
本代码为自适应局部迭代滤波(ALIF)处理振动信号,内有可运行的示例(demo文件),添加了相关注释,matlab2018可以直接运行,其他版本请自行尝试。ALIF是2016年Antonio Cicone提出的一种自适应信号处理方法,原作者论文已附在压缩包中,代码中的示例效果并不代表最佳效果,只作为运行展示使用。
2020-01-03 11:20:41 4.4MB 自适应迭代滤波 ALIF Matlab
1
当代最经典的自适应神经网络控制书 由IEEE Fellow Shuzhi Sam Ge 编写
2019-12-25 11:55:12 3.51MB neural network adaptive control
1
自适应霍夫曼编码的C++版本简单实现 class AdaptiveTree { public: AdaptiveTree(int rootNum); AdaptiveTree(int rootNum, string str); void swap(int first, int second); // swap two nodes of the tree void initalCode(); // initializing the data string char2code(unsigned char letter); // locate the character in the tree with its corresponding binary string and return the string string char2binary(unsigned char letter); // translating the character to the 8-bit binary string unsigned char binary2char(string bin); // translating the binary string: bin to the corresponding character int spawn(unsigned char letter); // add a new character to the original tree void updateTree(unsigned char newchar); // update the tree int highestInBlock(int count); // return the highest node to be exchanged void setString(string str); // string decodingStr() const; void encoding(); string decoding(); unsigned char code2char(string bincode); static int size(); string binStr() const; // return the binary string of string: tempString private: void run(); int findchar(unsigned char letter ); // locate the letter in the tree string tempString; //temp string to be encoded needed to be stored here string deStr;// used for storing the decoding string string bin; // used for storing the result of encoding process /* Adaptive Tree data members */ HuffmanTree *tree; int root; /* Adaptive Tree constants */ static int ALPH_SIZE; // size of the alphabet static unsigned char none; // not a unsigned character static unsigned char NYT; // Not Yet transmitted code };
2019-12-21 22:14:32 3KB adaptive Huffman Coding 自适应
1
自适应共振理论ART2(Adaptive Resonance Theory)的python实现
2019-12-21 22:10:40 4KB 自适应共振 ART2 python
1
stap的详细实现,可惜不能下载源代码。 现在很可惜,写的书都不能附带代码,给读者理解带来困难。 好的代码可以说明很多问题
2019-12-21 22:09:45 2.45MB STAP benchmark
1
本书可以说是做方向合成图和波束成形必须要看的书,国外的书看的就是好
2019-12-21 22:07:29 10.08MB 波束成形 自适应
1
Adaptive Dynamic Programming 自适应动态规划的入门介绍。令初学者简明扼要的了解ADP的核心思想。
2019-12-21 21:45:13 2.15MB ADP
1
自适应滤波算法与实现(第四版),英文版,Paulo S. R. Diniz,2013
2019-12-21 21:36:20 11.46MB Adaptive Filtering Algorithms
1
一阶差分麦克风 差分麦克风 自适应 差分麦克风 自适应 差分麦克风 自适应 差分麦克风 自适应
2019-12-21 21:29:04 368KB 差分麦克风 自适应
1