-
hidelsb
基于图片的信息的隐藏与伪装,可以修改里面的参数使得其更好(Image-based information hiding and camouflage, you can change the parameters makes it better)
- 2011-04-23 21:38:01下载
- 积分:1
-
pitch
通过基本的自相关函数法求解音频信号基音周期(Autocorrelation function for solving Pitch)
- 2013-12-11 22:52:20下载
- 积分:1
-
coater
matlab编写的一个涂胶机的仿真程序,可用于仿真和控制方法的验证,具体可参见文献"Identification and cross-directional control of coating processes"(Matlab prepared an adhesive machine simulation program can be used for simulation and control of test See specific literature, "Identification and cross-direction al control of coating processes ")
- 2006-12-26 21:36:30下载
- 积分:1
-
2Tx-2Rx-STBC-MIMO
MIMO信道估计,包括高斯噪声下的分析,对于初学者(ls,lmmse of mimo ofdm channel)
- 2013-11-13 22:40:43下载
- 积分:1
-
sbc-coding-old
SUBBAND CODING FOR SPEECH
- 2015-01-23 14:40:16下载
- 积分:1
-
MATLABGUI(II)
MATLABGUI设计学习手记(第2版),GUI
本书首先介绍了GU I设计的预备知识 然后详细讲解了 GUI对象的属性及两种创建GUI的
方法: 采用函数创建和采用GUIDE创建 之后深入讲解了 ActiveX控件、 定时器、 串口及 mcc编译的相关知识 最后, 书中给出两个综合实例, 供读者研究学习。书中穿插了大量的图表和例题, 方便读者边查边练。(MatlabGUI design Learning Notes (2), the GUI this book first describes the the GU I design prior knowledge GUI object' s properties and two ways to create a GUI and then explain in detail: the function to create and GUIDE create After in-depth explanation ActiveX controls, timers, serial port, and MCC compiled knowledge Finally, the book gives comprehensive example for readers to study learning. Book interspersed with a large number of charts and examples, the convenience of the reader and checking while practicing.)
- 2013-04-27 18:26:25下载
- 积分:1
-
work
DSP AD采样值存储后MATLAB分析其FFT频谱(DSP AD sampling save da1.dat file,then MATLAB FFT view frequency.)
- 2010-07-12 21:33:24下载
- 积分:1
-
gailvyutongjijiangyi
MATLAB 是美国MathWorks公司出品的商业数学软件,用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境,主要包括MATLAB和Simulink两大部分。
(matlab)
- 2009-10-28 07:55:09下载
- 积分:1
-
radon_ambiguity
%radon transform
clear all
%
N=800
n=1:N
fs=200
t=n/fs
x1=exp(j*2*pi*(5*t+0.5*5*t.^2))
x2=exp(j*2*pi*(5*t+0.5*15*t.^2))
x=x1+x2
%N=length(x)
% ambifunb(x )
%*****************************************RAT
naf=ambifunb(x)
htl(abs(naf))
% [wh,rho,theta]=htl(abs(naf))
colormap([0,0,0])
% xlabel( 极半径 )
% ylabel( 角度 )
%**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确)
%找出峰值点的坐标
b=max(max(wh))
[u,a]=find(wh>=0.8*b)
( Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh)
- 2008-05-06 21:56:10下载
- 积分:1
-
FastICA
FastICA matlab工具箱,附使用说明(FastICA matlab toolbox)
- 2011-12-23 16:19:44下载
- 积分:1