-
im2mov
convert directory of images to a movie in Matlab
- 2013-10-30 03:41:24下载
- 积分:1
-
naivebayes
naive bayes分类法的matlab实现,包含训练和测试部分(naive bayes classification matlab realize, including training and testing parts)
- 2013-07-16 09:36:24下载
- 积分:1
-
1648639MIMO_OFDM_system
关于MIMO OFDM不同发射和接收的天线数目下的系统容量的仿真(Firing as for MIMO the OFDM dissimilarity and under the recipient number of aerials of the imitating of system capacity is really)
- 2011-05-12 20:46:40下载
- 积分:1
-
snake
Active Contours model(snake)
- 2009-04-14 01:36:47下载
- 积分:1
-
TransSVM
说明: 将.txt格式的数据转换成svm所需要的格式(Will. Txt format data into the format required for svm)
- 2010-04-10 18:27:12下载
- 积分:1
-
armada
说明: 关联规则挖掘和数据分析matlab工具箱(armda),适合从交易数据中挖掘关联规则(Association rule mining and data analysis matlab Toolbox (armda), for transaction data from the mining association rules)
- 2010-05-03 17:13:54下载
- 积分:1
-
matlab-MRF-toy-examples
一种基于马尔科夫随机场的图像分割matlab源码,包含ICM迭代条件模式求解最大后验概率算法,已通过测试。(Markov random field based image segmentation matlab source code, including the ICM iteration conditions for solving the maximum a posteriori probability model algorithm has been tested.)
- 2014-05-12 09:53:20下载
- 积分:1
-
wireless-access-systems
针对无线接入系统,包括蓝牙等的matlab模型仿真(For wireless access systems, including Bluetooth, etc. matlab model simulation)
- 2021-04-06 17:19:02下载
- 积分:1
-
pn_NODE
% 用于模拟PN结中载流子的分布、电场和电势
% 总长为 L 的半导体截面上,左侧为 N 区,掺杂浓度 NA;右侧为 P 区,掺杂浓度为 ND
% 假设截面积足够大( Used to simulate the PN junction carrier distribution, electric field and electric potential L total length of the semiconductor section, left for N areas, doping concentration NA the right for the P zone, doping concentration ND assumption for the cut-off an area large enough)
- 2020-12-23 10:39:08下载
- 积分: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