-
point-detection
detect point in infared image . target fly in sky image
- 2011-01-27 15:17:58下载
- 积分:1
-
dtw_MFCCs_full
mel frequency cepstrum coeffcients
- 2011-02-12 15:55:53下载
- 积分:1
-
111
说明: 录制一段个人的语音信号,并对录制的信号进行采样;画出采样后语音信号的时域波形和频谱图;给定滤波器的性能指标,采用双线性变换法和窗函数法设计滤波器,并画出滤波器的频率响应;然后用自己设计的滤波器对采集的信号进行滤波,画出滤波后信号的时域波形和频谱,并对滤波前后的信号进行对比,分析信号的变化;回放语音信号;最后,设计一个信号处理系统界面。(Record a personal voice signal, and recording the signal is sampled draw sampled speech signal time-domain waveform and frequency spectrum for a given filter performance, the bilinear transformation and design of filter window functions and draw the frequency response filter then filter of their own design collection of the signal filtering, to draw the filtered signal in time domain waveforms and frequency spectrum, and filtering the signal before and after comparison, analysis of signal changes playback audio signals Finally, a signal processing system interface design.)
- 2010-04-12 09:16:52下载
- 积分:1
-
Graphical
Graphical wpf programmation langage C#
- 2014-12-10 01:28:59下载
- 积分:1
-
MIMO
本程序主要仿真MIMO系统的ZF以及MMSE算法,在不同信噪比下的误码率。(This program mainly ZF and MMSE algorithm of multi-input multi-output (MIMO) system simulation, under different SNR ber.)
- 2015-03-30 19:41:01下载
- 积分:1
-
MATLAB-fangzhenzai-dianzi
本书讨论了时间域、频率域、数字域、调制域电子测量的主要方法, 介绍了应用MATLAB仿真的方法实现电子测量中的信号源(含VCO和PLL)、示波器、频谱仪、瀑布图仪、相位仪(
This book discusses the main method of time domain, frequency domain, the digital domain and modulation domain of electronic measurement, introduces the application of MATLAB simulation method to realize measurement of electron source (including VCO and PLL), oscilloscope, spectrum analyzer, waterfall meter, phase meter
)
- 2016-04-10 21:19:43下载
- 积分:1
-
fft-(2)
自编的快速傅里叶变换的matlab程序,已经经过调试了,是可用的(Self matlab program fast Fourier transform, has been debugged, it is available)
- 2012-05-24 15:29:35下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
amplify-and-forward
code for amplify and forward
- 2011-02-12 16:57:58下载
- 积分:1
-
floyd
floyd 计算法 求最短路
在数学建模中的应用
图论的应用(Floyd method for calculation of the shortest path
Applications in mathematical modeling
The application of graph theory
)
- 2013-08-23 14:01:12下载
- 积分:1