-
fwdblockstego
this source code based on steganography and developed in matlab. in steganography we can hide any data like images in another image.
this method based on block processing method.
- 2009-03-23 22:25:05下载
- 积分:1
-
3D-construct_-point-cloud-in-Matlab
此程序主要是用Matlab进行点云数据的三维建模,对用Matlab进行三维重建有实用价值。(The procedure is to use Matlab for modeling three-dimensional point cloud data on the three-dimensional reconstruction with Matlab has practical value.)
- 2011-01-19 14:19:51下载
- 积分:1
-
chaoliu1
一个计算3节点的电力系统潮流计算程序,请指教(matlab)
- 2010-03-08 13:59:46下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1
-
evaluation
用于船舶电力推进系统电磁兼容性评估的程序(Ship electric propulsion system for electromagnetic compatibility assessment procedures)
- 2011-06-22 11:22:28下载
- 积分:1
-
faceRecognition
这是一个matlab人脸识别程序代码,有GUI界面(This is a face recognition matlab code, there is a GUI interface)
- 2020-11-20 17:49:38下载
- 积分:1
-
tamura-texture
Tamura的matlab程序,经过试验,可以试验,求前三个量(Tamura' s matlab program, after testing, to test, find the amount of the first three)
- 2011-05-15 09:23:51下载
- 积分:1
-
BIDIRECTIONAL_SMOOTHNESS_MUSIC
MUSIC算法[1]是一种基于矩阵特征空间分解的方法。从几何角度讲,信号处理的观测空间可以分解为信号子空间和噪声子空间,显然这两个空间是正交的。信号子空间由阵列接收到的数据协方差矩阵中与信号对应的特征向量组成,噪声子空间则由协方差矩阵中所有最小特征值(噪声方差)对应的特征向量组成。(MUSIC algorithm [1] is a feature space based on matrix decomposition method. From the geometric point of view, the signal processing can be decomposed observation space the signal subspace and the noise subspace, it is clear that the two spaces are orthogonal. Signal Subspace data received by the array covariance matrix and eigenvectors corresponding to the signal component, the noise subspace from the covariance matrix of all the smallest eigenvalue (noise variance) eigenvector components.)
- 2013-09-15 20:23:33下载
- 积分:1
-
ESPRIT
说明: 自己编写的使用ESPRIT算法进行信号频率估计的Matlab代码。(Matlab code of the ESPRIT algorithm for frequency estimation.)
- 2010-04-23 10:07:09下载
- 积分:1
-
PCA
对UCI数据集之一进行PCA特征抽取实验,给出在二维PCA特征空间的数据散点图。(UCI data sets on one of PCA feature extraction experiments are given in the two-dimensional PCA feature space of the data scatter.)
- 2009-06-05 10:34:47下载
- 积分:1