-
IntroductiontoOpticalWaveguideAnalysis
光学波导理论计算,通过各种不同的计算方法解决波导中各种麦克斯韦方程和薛定谔方程,(Introduction to Optical Waveguide Analysis,Through a variety of different calculation methods to solve Maxwell s equations in a variety of waveguide and the Schrodinger equation)
- 2010-12-10 15:16:22下载
- 积分:1
-
copulas
文献资料,利用Copula函数度量整合风险的(Literature, the use of integrated risk Copula function metrics)
- 2013-07-10 18:05:24下载
- 积分:1
-
MMVS
文献代码——A novel statistical image thresholding method,2010.12, International Journal of Electronics and Communications,Elsevier(source code——A novel statistical image thresholding method,2010.12, International Journal of Electronics and Communications,Elsevier)
- 2012-11-03 22:16:16下载
- 积分:1
-
deal
deal.m用于处理SR-3000相机存储的.mat格式读取的图像(used to deal with the image of SR-3000)
- 2011-01-05 15:29:47下载
- 积分:1
-
neural_direct
RBF This program implements the direct neural controller
for the surge tank example.
- 2014-01-17 19:43:36下载
- 积分:1
-
gvfsnakeMATLAB
gvf snake 邊緣檢測範例(包含範例圖)(1. Introduction and Installation Instructions
----------------------------------------------
Welcome to the Gradient Vector Flow (GVF) Active Contour Toolbox. The
Matlab*.m files in this software distribution implement our GVF snake,
the original (Kass, Witkin, and Terzopoulos) snake, the balloon snake,
and the distance snake. These programs were designed, written and tested
by Chenyang Xu and Jerry Prince.
To install this software, simply unzip the file into an empty directory,
making sure to ask your unzipper program to restore the directory
structure of the zipped files. In this documentation, we will assume
that you have unzipped the files into C:GVF.
2. Documentation
----------------
We have included two research papers that describe GVF. You can find
these in C:GVFpapers.
Brief descriptions of the software modules can be found in this file
below. For more detail, you should run Matlab, add the path
C:GVFsnake, and type "help function-name". F)
- 2010-05-23 17:28:24下载
- 积分:1
-
3
说明: 对程序利用matlab对空时编码中的分集技术进行了仿真,通过对比采用分集技术和不采用此技术来进行性能分析(Matlab program for use on space-time coding techniques in the sub-set of the simulation, by comparing the use of diversity technology and do not use this technology for performance analysis)
- 2011-11-22 09:23:55下载
- 积分:1
-
服务器和主机之间TCPIP通信程序完全正确
说明: 基于MATLAB平台实现两台主机(主机和客户端)之间的TCPIP通信,传递数据(the communication between server and client and then transfer data using TCPIP)
- 2021-03-25 11:29:14下载
- 积分:1
-
psoandqpso
基本的粒子群算法以及使用具有量子行为的粒子群算法,能够很好的用于全局的寻优(The basic particle swarm optimization and the use of a quantum particle swarm behavior can be very good for the overall optimization)
- 2010-05-07 17:02:11下载
- 积分:1
-
example4_6
:滤波
fs=400 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=5 时间窗大小
t=0:ts:T (hf1=zeros(1,N)
hf1(f<=B1&f>=-B1)=1
y1=hf1.*fftshift(y)
figure
subplot(211)
plot(f,abs(fftshift(y))/N,f,hf1, r-- )
axis([-fs/2,fs/2,0,1.2])
title( 原信号频谱 )
xlabel( f /Hz )
subplot(212)
plot(f,abs(y1)/N)
title( 低通滤波,截止频率90Hz )
xlabel( f /Hz ))
- 2010-05-25 20:58:05下载
- 积分:1