-
matlab
y3k=fft(u,(m+n-2)/4)
i=1:(m+n-2)/4
subplot(5,2,9) stem(i,u)
title( 滤波后上采样 )
k=1:(m+n-2)/4
subplot(5,2,10) stem(k,y3k)
title( 上采样频谱 )
xlabel( k ) ylabel( y3k ) (y3k = fft (u, (m+ n-2)/4) i = 1: (m+ n-2)/4 subplot (5,2,9) stem (i, u) title (after filtering the sample) k = 1: (m+ n-2)/4 subplot (5,2,10) stem (k, y3k) title (on the sample spectrum) xlabel (k) ylabel (y3k))
- 2009-01-06 13:09:09下载
- 积分:1
-
matlabshiyan1
matlab 实现的离散信号分析,这是基础的分析。主要实现离散信号在时域的分析(Matlab achieve discrete signal analysis, which is based on the analysis. Main discrete signal in the time domain analysis)
- 2007-05-02 16:05:29下载
- 积分:1
-
meansub-code
It is a matlab code used to calculate the subspace algorithm of signals.
- 2011-09-05 22:59:51下载
- 积分:1
-
神经网络r2
说明: 完全自主实现的神经网络代码,对于深刻理解神经网络和BP算法很有帮助。(The neural network code, which is implemented autonomously, is very helpful for us to deeply understand the neural network and BP algorithm.)
- 2021-03-19 17:56:29下载
- 积分:1
-
KALMAN
This file includes kalman filter and induction motor model
- 2013-07-21 00:30:02下载
- 积分:1
-
scbn
基于nystrom的普聚类算法,用于各种数据的分类。。(spectral clustering based on nystrom readme my_nsc_image is main function )
- 2011-06-23 20:49:05下载
- 积分:1
-
Energy_cognitive_radio
COGNITIVE RADIO_ENENRGY
- 2014-10-09 11:19:36下载
- 积分:1
-
wave
matlab 的小波变换处理函数,非常实用(in matlab expierenment prepeared the wavelet packet transform procedures, very useful)
- 2010-08-15 10:58:38下载
- 积分:1
-
pv1
一款描述光伏电池特性的matlab仿真程序,值得学习使用(it is pv charactor of solar)
- 2014-10-09 17:38:19下载
- 积分:1
-
auto-reversing-of-mal-emulator
Malware authors have recently begun using emulation
technology to obfuscate their code.In this paper, we present the first work in automatic
reverse engineering of malware emulators.(Automatic Reverse Engineering of Malware Emulators)
- 2015-04-11 10:25:51下载
- 积分:1