搜索资源列表
duct4
- duct.f computes a fully developed viscous laminar flow in a rectangular channel of aspect ratio b/a (=bar). solve the equation: d^2u/dx^2 + d^2u/dy^2 = -1, -a<x<a, -b<y<b method of discretisation: 3-point centered differences
channel_estimation_2dlinear
- 2d linear channel estimation
Channel_Estimation_Module
- 信道估计仿真,采用了多种方法:线性插值,MMSE,1惟MMSE,2维MMSE等-Channel Estimation 1 for non-block-wise linear interpolation, 2 for block-wise 1-D MMSE, 3 for non-block-wise 1-D MMSE, 4 for block-wise 2-D MMS
Nova-OFDM-16QAM_Rec
- 二维导频的信道估计,有效的减小瑞利多径信道对通信系统影响。OFDM系统,调制方式16QAM,线性内插。-2D pilot aided channel estimation. OFDM system, linear interpolation.
2D-Robust-channel-estimation
- 通过Matlab仿真分析OFDM系统中2D-Robust信道估计算法的性能。-Matlab simulation analysis by 2D-Robust OFDM system channel estimation algorithm.
NavierStokesFlow
- A matlab code which calculates the velocity profile for a flow in a 2d channel using the lattice boltzmann method.
2-_-Basic-Lattice-Boltzmann-(LB)
- Simple, yet simplistic, Lattice Boltzmann (LB) MATLAB implementation. D2H9, BGK, omega = 1, laminar flow in a 2D channel used as benchmark. Requires Image Processing Toolbox. The code is not optimized for memory nor for speed, i.e. not efficient
LBGK_D2Q9_poiseuille_channel2D.m
- Lattice Boltzmann Method for Poiseuille Channel 2D
LBGK_D2Q9
- 2D flow in channel,poiseuille_channel
LBM_CPP
- 用C++编写的格子Boltzmann的算法程序,用于模拟流体在二维通道内的流动,用户可以自定义通道尺寸,通过此程序,用户可以深入学习格子Boltzmann算法,包括碰撞、迁移过程,边界处理以及输入输出文件的设置等。-This is a C++ programme of Lattice Boltzmann model for fluid flow in a 2D channel. The user can define the size of channel. Through this code,
LBGK_D2Q9_poiseuille_channel2D
- 二维通道层流,matlab实现,格子玻尔兹曼方法(Simple, yet simplistic, Lattice Boltzmann (LB) MATLAB implementation. D2H9, BGK, omega = 1, laminar flow in a 2D channel used as benchmark.)