-
2.2
噪声信号中正弦信号的现代法频谱分析,在不同周期不同长度和不同信噪比下的结果(Sinusoidal signal in noise spectrum analysis of modern law, in different periods of different lengths and different signal to noise ratio results)
- 2011-11-23 10:24:21下载
- 积分:1
-
simulation-LMS
本文件是关于自适应波束形成算法的matlab仿真,其中对LMS、RLS等算法给出了具体的程序。(This document is on adaptive beam-forming algorithm of matlab simulation, including LMS, RLS) give a specific procedures.
)
- 2012-01-04 10:30:46下载
- 积分:1
-
cOMMONdATAsOURCE
Interface that defines the methods which are common between
- 2014-01-13 18:57:17下载
- 积分:1
-
Matlab
说明: 典型混沌系统logistic1D混沌 图像加密代码(chaotic image encrypt)
- 2020-02-24 17:43:51下载
- 积分:1
-
MOPSO
说明: 通过Matlab程序实现了多目标粒子群智能算法,可用于解决多目标的优化求解问题(The multi-objective particle swarm intelligent algorithm is realized through the Matlab program, which can be used to solve the multi-objective optimization problem)
- 2021-01-31 09:48:15下载
- 积分:1
-
matlab
说明: 这是MATLAB数值分析里面的小程序,不知道怎样描述好!(matlab)
- 2009-09-01 21:11:54下载
- 积分:1
-
matpower
matpower 中文说明书,对于学习MATLAB编写潮流程序和最优潮流的同学非常有用(matpower Chinese Manual, prepared for the trend of learning MATLAB and Optimal Power Flow program is very useful for students)
- 2010-05-27 19:04:33下载
- 积分:1
-
gabor
基于MATLAB的gabor滤波器的设计(MATLAB-based design of gabor filters)
- 2011-07-01 17:21:15下载
- 积分:1
-
Classification using Type 2 Fuzzy SVM
说明: 模糊支持向量机例程,感觉还可以 有需要的 可以下载尝试(Fuzzy support vector machine routine)
- 2020-05-30 21:05:40下载
- 积分:1
-
DCT_IDCT
to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression
for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution
now compare our special 8X8 functions with the internal general functions
use this code:
A = int32(100*rand(8,8))
tic for i = 1 : 1000 IDCT_8X8(DCT_8X8(A)) end toc
tic for i = 1 : 1000 idct2(dct2(A)) end toc
i had built the general functions too, but with low speed (to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expressionfor M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the executionnow compare our special 8X8 functions with the internal general functionsuse this code: A = int32 (100* rand (8,8)) tic for i = 1: 1000 IDCT_8X8 (DCT_8X8 (A)) end toc tic for i = 1: 1000 idct2 (dct2 (A)) end toc i had built the general functions too, but with low speed)
- 2007-12-05 18:28:42下载
- 积分:1