-
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
-
Matlab
Matlab在图像处理与目标识别方面的应用实验程序示例.包括三个程序以及详细文档(Matlab in image processing and target recognition application example of the experimental procedures. Consists of three procedures, as well as detailed documentation)
- 2009-05-03 16:07:16下载
- 积分:1
-
MATLAB
任意信道容量的计算及MATLAB仿真与分析,任意信道容量的计算及MATLAB仿真与分析任意信道容量的计算及MATLAB仿真与分析任意信道容量的计算及MATLAB仿真与分析(kasjdf
sdf
)
- 2009-12-06 09:35:09下载
- 积分:1
-
PCA
PCA distance and classification example
- 2014-02-13 18:26:33下载
- 积分:1
-
calendar
matlab下的万年历(没有利用自带函数)能够正确显示用户输入的年份和月份的日历。并能够自动定位当前年份和月份(Calendar matlab under (no use of its own function) to display the correct user input month and year calendar. And the ability to automatically locate the current year and month)
- 2013-12-23 20:08:22下载
- 积分:1
-
shuzituxiangchuli(matlab)
数字图像处理,冈萨雷斯著,一本很好的书,值得一看!而且本书为MATLAB版本,很具有参考价值。(Digital Image Processing, Gonzalez' s book, a very good book, worth a visit! And for the MATLAB version of the book, it is a reference value.)
- 2010-06-07 21:27:16下载
- 积分:1
-
boc
用matlab产生仿真BOC信号,并对BOC信号采样并用FFT进行频谱分析。(BOC signals generated simulation using matlab, and the BOC signal sampling and spectral analysis using FFT.)
- 2011-04-25 17:33:01下载
- 积分:1
-
Line-50Hz-electric-filter-algorithm
50hz线电滤波算法,剔除信号中的限电干扰(50hz power line filtering algorithm, brownouts eliminate signal interference)
- 2013-12-11 20:18:05下载
- 积分:1
-
Matlab.m
共振解调法诊断轴承损伤类故障的原理概述如下:当轴承某一元件表面出现局部损伤时,在受载运行过程中要撞击与之相互作用的其它元件表面,产生冲击脉冲力,由于冲击脉冲力的频带很宽,必然包含轴承外圈、传感器甚至附加的谐振器等的固有频率而激起这个测振系统的高频固有振动。根据实际情况可以选择某一高频固有振动作为研究对象,通过中心频率等于该固有频率的带通滤波器把该固有振动分离出来。然后进行包络解调,去除高频衰减振动的频率成分,得到只包含故障特征信息的低频包络信号,对这一包络信号进行频谱分析便可以容易地诊断出轴承的故障来。(The principle of resonance demodulation method in the diagnosis of bearing damage such failure overview is as follows: when the bearing surface of a local damage, in the process of loading operation to hit with other elements of the interaction of surface, impact pulse power, due to the impact pulse frequency band is very wide, inevitably contains the bearing outer ring, sensors and even additional resonator and stir up the natural frequency of the vibration system of the high frequency vibration mode.A high frequency vibration mode can be selected according to actual situation as the research object, through the center frequency is equal to the natural frequency of the bandpass filter to separate the natural vibration.Then envelope demodulation, frequency components to remove the high frequency vibration attenuation, get only includes fault feature information of low frequency envelope signal, the envelope signal spectrum analysis can be easily diagnosed bearing failure.)
- 2015-05-20 15:41:09下载
- 积分:1
-
Count-24-points
算24点的程序,Matlab下使用,比赛主办方提供的参考资料,完全可以使用.(Count 24 point program, Matlab is used, the game organizers to provide reference materials can be used.)
- 2013-08-14 20:57:02下载
- 积分:1