Orbital-Codes:各种各样的轨道力学代码(Python)
2022-04-24 18:12:19 4KB Python
1
matlab脑电功率谱代码脑电图-MEG-代码-MATLAB 该存储库包含有用的MATLAB函数,用于EEG分析。 ssd:是ssd的频域扩展(时空频谱分解)。 请参阅功能标题。 select_component:是有助于手动排除ICA伪影的功能。 EEGLab ICA透视窗口很慢,并且没有与数据进行交互的机会。 使用此功能,可以交互查看EEG的频谱(如果所选组件被拒绝)以及将被拒绝的alpha功率量以及其他选项(请参见功能的标题)。 另外,用鼠标左键和右键单击可以选择“主动”和“被动”组件,这意味着无论如何都应拒绝主动组件,并且保留被动组件以备将来使用。 例如,在许多情况下,研究人员更喜欢去除眼睛和心脏的假象,但也希望保留肌肉假象的成分,以防他们想要去除它们。 前者将通过左键单击选择为主动,而后者将通过右键单击选择为被动。 plot_spec:是用于绘制多通道信号频谱的函数。 注意:EEGlab函数有一些错误。
2022-04-16 14:29:20 11KB 系统开源
1
MATLAB Codes for Finite Element Analysis
2022-04-13 21:53:10 5.94MB MATLAB 有限元分析 代码
1
二进制删除信道下的极化码编译码,包括信道的极化,编码,以及SC算法下的译码。(The binary erasure channel polarization codes, including channel coding and decoding, polarization, under SC algorithm. )
2022-04-13 09:12:59 3KB 算法 极化码 信号
In 1953, David A. Huffman published his paper "A Method for the Construction of Minimum-Redundancy Codes", and hence printed his name in the history of computer science. As a professor who gives the final exam problem on Huffman codes, I am encountering a big problem: the Huffman codes are NOT unique. For example, given a string "aaaxuaxz", we can observe that the frequencies of the characters 'a', 'x', 'u' and 'z' are 4, 2, 1 and 1, respectively. We may either encode the symbols as {'a'=0, 'x'=10, 'u'=110, 'z'=111}, or in another way as {'a'=1, 'x'=01, 'u'=001, 'z'=000}, both compress the string into 14 bits. Another set of code can be given as {'a'=0, 'x'=11, 'u'=100, 'z'=101}, but {'a'=0, 'x'=01, 'u'=011, 'z'=001} is NOT correct since "aaaxuaxz" and "aazuaxax" can both be decoded from the code 00001011001001. The students are submitting all kinds of codes, and I need a computer program to help me determine which ones are correct and which ones are not.
1
Phasor Prticle Swarm Optimization (PPSO)相量粒子群群优化 ,包括完整的matlab代码
2022-03-29 13:35:20 4KB 相量 PSO 粒子群
1
高斯白噪声matlab代码LDPC码 在加性高斯白噪声(AWGN)通道上模拟常规(3,6)LDPC码的误码率性能。 上面附有一个MATLAB,用于解码通过加性白高斯信道传输的常规LDPC码。 使用和积算法(SPA)进行解码。 整个代码分为几个小块(函数),其中名为“代码”的调用函数作为基线。 该过程所需的奇偶校验矩阵以表的形式给出,该表已存储在excel工作表中,并在调用过程中由调用函数进行调用。 代码的结果是在端到端的错误概率与接收的信噪比之间绘制的图形形式。
2022-03-24 20:54:23 66KB 系统开源
1
matlab代码粒子群算法WRM的手稿中的代码 “用于串联水库优化配水的分解和动态规划聚合方法”中的代码 分解和动态规划聚合方法的代码,遗传算法和粒子群优化算法的代码可在“算法代码”目录中找到。 在本文中,图1至图3是在Adobe Photoshop中手动制作的。 图4是在Matlab中制作的,其代码可以在“图代码”目录中找到。 可以在“求解结果”目录中找到详细的结果,包括使用不同方法获得的系统的操作过程以及使用算法参数的不同设置来求解GA或PSO的结果。
2022-03-13 17:19:00 85KB 系统开源
1
模糊逻辑代码matlab Soft-Computing-Codes These MATLAB codes pertain to Machine Learning and Fuzzy Logic.
2022-03-12 19:21:59 229KB 系统开源
1
SwiftCodes:全球所有银行的Swift Code或BIC Code。 缓存到json
2022-02-22 22:26:44 3.53MB swift json bank codes
1