-
ldpc 编译码C仿真
在AWGN信道下,采用BPSK调制,从txt中读入H矩阵,和生成矩阵,译码为LLR-BP译码。
该H矩阵为QC-LDPC码。仿真适用于任意码率,包括
- 2023-08-29 06:05:03下载
- 积分:1
-
弹性力学问题的边界元—姜弘道
弹性力学问题的边界元—姜弘道,用fortran语言编写的
- 2023-03-18 04:00:05下载
- 积分:1
-
c语言矩阵求逆,高斯消元法,伴随矩阵求逆矩阵c语言。
资源描述该代码里包含里两种使用c求逆矩阵的代码,一种是使用伴随矩阵除以行列式得到逆矩阵,另一种是使用高斯消元法求逆矩阵
- 2022-01-25 18:43:07下载
- 积分:1
-
傅里叶变换算法fft
How To Use
void main(void)
{
gen_w_r2(w, N); // Generate coefficient table
bit_rev(w, N>>1); // Bit−reverse coefficient table
DSPF_sp_cfftr2_dit(x, w, N);
// radix−2 DIT forward FFT
// input in normal order, output in
// order bit−reversed
// coefficient table in bit−reversed
// order
DSPF_sp_icfftr2_dif(x, w, N);
// Inverse radix 2 FFT
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-02 15:55:21下载
- 积分:1
-
bp神经网络源代码(很好用)
资源描述这个我自己编译的bp网络源代码 很好用的
- 2022-05-14 05:41:20下载
- 积分:1
-
公历转农历源代码前段时间做软件写了个公历转农历的函数,目前公开给大家参考,有兴趣的朋友可以在此基础上进一步完善其功能...
公历转农历源代码前段时间做软件写了个公历转农历的函数,目前公开给大家参考,有兴趣的朋友可以在此基础上进一步完善其功能 -Lunar calendar to do earlier source software was made to the Lunar calendar functions, currently open for your reference, interested friends on this basis to further improve its functions
- 2023-01-18 18:40:04下载
- 积分:1
-
Java 遗传算法 源代码
资源描述Java 遗传算法 源代码 Java 遗传算法 源代码Java 遗传算法 源代码
- 2022-03-20 21:01:15下载
- 积分:1
-
This is a very practical for integration algorithm, adaptive algorithm is a very...
这是一个很实用的求积分算法,自适应算法是一种很有前途的算法,特为其发展贡献绵薄之力。-This is a very practical for integration algorithm, adaptive algorithm is a very promising algorithm, special small way contribute to its development.
- 2022-07-26 22:31:04下载
- 积分:1
-
A relatively simple calculator, the basic completion of the real functions of ad...
一个比较简单的计算器,基本完成了实数的加减乘除的功能,还有取负号,开方,倒数,清除等功能.-A relatively simple calculator, the basic completion of the real functions of addition and subtraction, multiplication and division, as well as from a negative number, prescription, countdown, removing and other functions.
- 2023-05-08 21:50:03下载
- 积分:1
-
MonteCarlo检验fortran程序,适合气象统计,和地学方面的研究使用。...
MonteCarlo检验fortran程序,适合气象统计,和地学方面的研究使用。-MonteCarlo test fortran program for the meteorological statistics, and earth science research use.
- 2023-05-06 03:50:03下载
- 积分:1