搜索结果
找到约 16 项符合
2x2 的查询结果
按分类筛选
VHDL/FPGA/Verilog 2X2 matrix s SVD used Cordic
2X2 matrix s SVD used Cordic
书籍源码 simulation for stbc 2x2(refer to Alamoudi)
simulation for stbc 2x2(refer to Alamoudi)
通讯/手机编程 MIMO 2x2接收端选择全系统仿真代码
MIMO 2x2接收端选择全系统仿真代码
3G开发 Alamouti code 2x2 using BPSK
Alamouti code 2x2 using BPSK
其他 This program visualizes eigenvectors for 2x2 matrices.
This program visualizes eigenvectors for 2x2 matrices.
通讯编程文档 This is a code for 2X2 MIMO system using Alamouti code
This is a code for 2X2 MIMO system using Alamouti code
matlab例程 2X2 MIMO系统使用ML(最大似然)接受。(验证可用)
2X2 MIMO系统使用ML(最大似然)接受。(验证可用)
数学计算 高斯列主元消去法
高斯列主元消去法,计算方法实现,已编译通过。使用例子
3x1+2x2+2x3+3x4=2.5
5x1+2x2+3x3+4x4=2.5
2x1+2x2+x3+2x4=2
3x1+x2+3x3+2x4=1.5
输入N=4,A={3 2 2 3 5 2 3 4 2 2 1 2 3 1 3 2},B={2.5 2.5 2 1.5}
并行计算 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解
用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程。
用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程
42x1+2x2+3x3=3
x1+7x2+7x3=1
-2x1+4x2+5x3=-7
算法思想:Gauss消元法是将线性方程组化为上三角形线性方程组,然后再用一个回 ...