-
Generator_COPT7
gcopt of 17 in reliability test system
- 2011-10-31 20:50:00下载
- 积分:1
-
Freq_mesure
Frequency measure simulation using MATLAB
- 2014-11-16 17:56:54下载
- 积分:1
-
wmfac
自己编写的一个mfa模块,能仿真没有零极点的模型,供大家交流(I have written a mfa module can emulate them some hope a lot of pointing Great God)
- 2015-04-10 12:03:37下载
- 积分:1
-
2013041677756857
基于matlab开发的手势识别,里面有测试代码和图片 还有一个可以运行的.fig文件,可以直接运行的.并且同时分享了matlab的源码,效果很不错,可以学习和参考.相比C++开发的要简单易懂,可以通过代码了解手势识别的方法和原理,可以先学习matlab版的手势识别,再尝试编写C++和opencv版的。(Gesture recognition based on MATLAB development, there are test code and pictures and one can run the.Fig file, can be directly run. And at the same time sharing matlab source code, the effect is very good, you can learn and reference. Compared to the development of C++ is simple and easy to understand, can understand the principle and method of gesture recognition through the code, gesture recognition can learn the matlab version, and then try to write C++ and opencv version.)
- 2017-06-24 12:22:27下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
matlabDSP
这是一本关于matlab在数字信号处理上的应用的书,内容完善,希望对大家有用!(This is a book on digital signal processing matlab in the application of the book, the contents of sound, in the hope that useful to everybody!)
- 2007-11-12 11:59:57下载
- 积分:1
-
cw_noise
产生带限白噪声,在matlab平台上实现(Band-limited white noise generated in matlab platform)
- 2008-05-20 19:27:04下载
- 积分:1
-
frequency-domain-analysis
线性定常系统的频域分析方法matlab仿真程序(Linear time-invariant system frequency domain analysis methods matlab simulation program)
- 2013-02-20 21:18:15下载
- 积分:1
-
Paper-2
this is a very interesting paper, ple read it
A paper related with MIMI, I will upload source code lalter
- 2012-11-16 11:03:10下载
- 积分:1
-
regress-r3391
Check what we do if toLocaleString doesn t return a string when we are calling Array.prototype.toLocaleString.
- 2014-02-05 16:22:16下载
- 积分:1