-
detect_face
基于matlab图像处理工具箱,应用于人脸识别(detect_face)
- 2010-01-02 23:31:44下载
- 积分:1
-
Matlab_code
Matlab code file necessary for matlab debugging
- 2013-02-26 17:11:30下载
- 积分:1
-
16-pianweifenfangcheng-shuzhijiefa
偏微分方程的数值解法【matlab例程】经典算法直接应用方便快捷(Numerical Solution of Partial Differential Equations [convenient] classical algorithm matlab routines direct application)
- 2014-01-20 13:49:25下载
- 积分:1
-
dsb
说明: 昨天刚刚写好的dsb-sc信号生成与解调程序,用离散(dsp)的方法生成DSB信号,载波频率为150khz,音频是500hz和2000hz的混合音,加入SNR=1DB的噪声,用正交解调实现解调,画出解调前后的频谱图,欢迎共同学习,进步。(yesterday just finished the dsb- sc signal generation and demodulation process, discrete (dsp), the signal generated DSB, the carrier frequency of 150kHz, audio is 500Hz and 2000hz mixed audition to join SNR = 1DB of noise, with quadrature demodulator to achieve demodulation, paint around the demodulation spectrum welcome to learn together and progress.)
- 2006-03-16 10:08:14下载
- 积分:1
-
dmstodeg
dmstodeg
matlab function
geomatic students
matlab code
- 2014-10-26 01:42:46下载
- 积分:1
-
2
混合群智能优化的模糊PID控制,该设计用于汽轮机调速器的设计(A Hybrid PSO_Fuzzy_PID Controller for Gas Turbine Speed Control)
- 2013-11-09 23:00:48下载
- 积分:1
-
qam16_DiscreteNewton
qam16位离散牛顿法数字预失真程序,经过测试能够正确完成,效果良好。(qam16 discrete Newton method digital pre-distortion and tested correctly to good effect)
- 2012-02-26 13:50:03下载
- 积分:1
-
biyesheji
基于离散余弦变换的数字水印提取嵌入技术应用(Based on the discrete cosine transform digital watermark embedding technology to extract)
- 2013-11-08 15:08:16下载
- 积分: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
-
MATLABfilescmpleteset
matlab code for many issues
- 2009-06-06 23:15:08下载
- 积分:1