-
selftuning
说明: 具有遗忘因子的最小二乘算法实现的一个案例,包含了仿真模型及M文件,且M文件配有详细的注释,通俗易懂。(Least squares algorithm with forgetting factor to achieve a case, including the simulation model and the M file, and the M file with detailed notes, easy to understand.)
- 2010-04-05 10:05:25下载
- 积分:1
-
stft
matlab code for Short-Time Fourier Transformation (STFT) with Matlab Implementation
- 2015-02-07 13:18:55下载
- 积分:1
-
evluate-blur
这个程序利用相位一致性评估图像中的模糊,得到模糊指数,评估图像质量。(This program uses the fuzzy image of conformity assessment phase, the fuzzy index, assessment of image quality.)
- 2013-05-19 21:40:35下载
- 积分:1
-
Polar code_shorten
main_PC_Shorten.m
polarDec_S_Change.m
rev_shuffle.m
polarEnc.m
PCencoder.m
attachCRC.m
capacities.m
crcCheck.m
encoder.m
genSrc.m
initialize_frozen_bits.m
likelihood_rate.m
path_matrix.m
path_metric.m
paeeword: share_20180410
- 2018-04-10 10:07:08下载
- 积分:1
-
bit-error-rate_simulation_using_matlab
BER simulation: A starter for beginners in digital communications. Really helps alot.
- 2009-09-23 17:41:48下载
- 积分:1
-
ex2
说明: 吴恩达机器学习代码练习第二章----逻辑回归(Andrew.Ng Machine Learning exercise 2)
- 2020-04-22 15:10:28下载
- 积分:1
-
solveequationsusingmatlab
介绍如何在Matlab中求解方程与函数极值,个人感觉讲的不错(how to solve equations and poles in matlab)
- 2010-03-16 14:04:17下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
BPSK
BPSK在AWGN信道下的仿真程序,matlab代码(BPSK in AWGN channel under the simulation program)
- 2011-09-29 21:28:48下载
- 积分:1
-
PWM-geneartion
PWM generation for switches
- 2013-09-15 09:31:52下载
- 积分:1