搜索结果
找到约 389 项符合
higher-Order 的查询结果
matlab例程 Second and Higher-Order Statistics based Multiple-Input-Multiple-Output System Blind Identification
Second and Higher-Order Statistics based Multiple-Input-Multiple-Output System
Blind Identification Matlab Code
其他 DENOISING OF AERIAL IMAGERY USING HIGHER-ORDER STATISTICS
DENOISING OF AERIAL IMAGERY USING HIGHER-ORDER STATISTICS
matlab例程 有关matlab高阶谱分析工具箱程序Higher-Order Spectral Analysis (HOSA) Toolbox
有关matlab高阶谱分析工具箱程序Higher-Order Spectral Analysis (HOSA) Toolbox
通讯/手机编程 Frequency Domain Blind MIMO System Identification Based on Second- and Higher Order Statistics
Frequency Domain Blind MIMO System Identification Based on Second- and Higher Order Statistics
Linux/Unix编程 The Viterbi algorithm is the same as the binary case with one main difference: The survivor sequence
The Viterbi algorithm is the same as the binary case with one main difference: The survivor sequences include the uncoded bits, which are decided at each trellis stage when selecting one of two parallel branches with the largest correlation metric.
Presently, only 8-PSK modulation is considered. E ...
人工智能/神经网络 computes the gravitational acceleration vector at a specified % ECF location using the JGM2 gravita
computes the gravitational acceleration vector at a specified
% ECF location using the JGM2 gravitational ellipsoid only.
% Higher-order gravity terms (the "gravity anomaly") are
% ingnored. Only the pure ellipsoid is used.
源码/资料 Boost C++ Libraries 1.35.0
Boost C++ Libraries
Free peer-reviewed portable C++ source libraries
Boost C++ Libraries 基本上是一個免費的 C++ 的跨平台函式庫集合,基本上應該可以把它視為 C++ STL 的功能再延伸;他最大的特色在於他是一個經過「同行評審」(peer review,可參考維基百科)、開放原始碼的函式庫,而且有許多 Boost ...
数值算法/人工智能 karatsuba multiplication using vectors. O(n^l.6). Base 10. To change to higher bases like 10000 you
karatsuba multiplication using vectors. O(n^l.6). Base 10. To change to higher bases like 10000 you have to change the multiply order.