-
ColorImageHistogram
彩色直方图(matlab),可以直接求出rgb图像的直方图(Color histogram (matlab))
- 2009-05-20 09:46:01下载
- 积分:1
-
smith
SMITH算法,计算归一化阻抗,电流,电压,离负载的距离等等(SMITH algorithm, calculation of normalized impedance, current, voltage, distance from the load and so on)
- 2009-03-27 00:31:23下载
- 积分:1
-
DTW
时间规整函数,从Matlab修改过来,在XP环境下调试成功(Time warping function, changes come from the Matlab, in the XP environment to debug the success of)
- 2010-02-22 14:49:18下载
- 积分:1
-
LFSRchengxu
利用LFSR生成伪随机序列(m序列) 对待隐藏的图像进行加密然后利用线性插值的方法隐藏于载体图像中。 代码很完整 用的是MATLAB7.0(Use LFSR to generate pseudo-random sequence (m sequence) to treat encryption to hide the image and then use linear interpolation method of hidden images in the vector. Complete code is used in MATLAB7.0)
- 2009-05-24 17:21:39下载
- 积分:1
-
2006141121337
第一步:首先我们需要强大的SNMP信息收集和整理工具,网络中这类工具比较多,如果我们只是监控的话建议使用小巧的monomon即可,当然如果企业内部要自定义建立流量监控站点或服务中心的话可以使用其他支持SNMP的MRTG,PRTG等工具。我们可以到http://monomom.matf.de/download.php地址下载该程序,整个程序只有一个文件(Step one: First of all, we need strong SNMP information to collect and organize tools, network tools such as more, if we only recommend the use of surveillance, then compact monomon can, of course, if the custom-house to set up traffic monitoring site or service center If you can use other support SNMP-MRTG, PRTG, such as instrument. We can http://monomom.matf.de/download.php address to download the program, the whole process only one document)
- 2009-03-17 16:01:07下载
- 积分:1
-
final
发电机组预度表形成,停运表形成,还有负荷曲线形成(The formation of generator sets pre-degree table)
- 2012-05-13 10:18:31下载
- 积分:1
-
05640848
关于雷电系统设计的资料,对设计雷电定位系统有参考价值(About lightning system design information on the design of lightning location system have reference value)
- 2013-10-27 20:59:07下载
- 积分: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
-
shengyazhuanhuan
用于进行声压转换的matlab文件,声压数据来源于ansys软件的计算后导出来的。(Used for sound pressure to convert matlab file, sound pressure data from the calculation software ansys guide out.)
- 2013-09-26 09:10:30下载
- 积分:1
-
4.3
主要用途是对抗多径衰落。由于多径衰落的存在,使得同一个帧由于路径不同,到达用户端的时延有先有后。在相关的频域上的会造成子载波之间的相互干扰,影响 性能。另外,由于有了循环前缀,使得IFFT FFT操作把原来的线性卷积变成循环卷积,大大简化了相应的信号处理复杂度(The main purpose is to fight against multipath fading. Due to the presence of multipath fading, the first after they have the same frame different paths to reach the client delay. Would cause mutual interference between sub-carriers in the frequency domain, affecting performance. In addition, thanks to the cyclic prefix, so IFFT FFT operation to the linear convolution of the original into a circular convolution, greatly simplifying the corresponding signal processing complexity)
- 2012-08-24 15:17:41下载
- 积分:1