搜索资源列表
s
- 非常好的两阶段单纯形法的C语言程序 已调试过 -Very good two-phase simplex method, C-language program has been debugged
Fluids
- 流体动力学的两相流的matlab程序 使用LBM方法 是学习流体力学的一个很好入门程序-The two-phase fluid dynamics of the matlab program uses LBM method is a good entry to study fluid dynamics program
Propagation_2D_Concavemirror
- 二维双凹激光振荡,采用菲涅尔衍射和fox-li方法,得到两维幅度和相位输出。-Two-dimensional double-concave laser oscillation, using Fresnel diffraction and the method of fox-li, the two-dimensional amplitude and phase output.
ATwoPhaseMethodForGeneralAudioSegmentation
- a model-free and training-free two-phase method for audio segmentation that separates monophonic heterogeneous audio files into acoustically homogeneous regions where each region contains a single sound
two-phase-merge_sort-
- 通过merge-sort算法的实现,掌握外存算法所基于的I/O模型与内存算法基于的RAM模型的区别;理解不同的磁盘访问优化方法是如何提高数据访问性能的。-Merge-sort algorithm, to grasp the core algorithm based I/O model memory algorithm is based on the distinction RAM model understand how different disk access optimization m
FDTD
- 运用FDTD法,使用C语言计算二维TM波时谐场相位人图的程序.-Using FDTD method, using the C language to calculate the two-dimensional TM wave the harmonic field phase program.
hupujiance
- 两路正选信号的检测相位差中使用了互谱相位检测的方法结果更加准确-Two are selected using the cross-spectral phase detection method more accurate results signal detection phase difference
suoxiangxiangweijiance
- 检测两路正弦信号时使用锁相相位检测的方法是结果更加准确对噪声的抗干扰能力强-Detect two sinusoidal signals using the lock-phase detection method is more accurate results to noise interference ability
phaseSeg
- 基于格子-玻尔兹曼方法的相变c++源程序,程序模型是二维Q2D9模型-Lattice- Boltzmann method of phase change c++ source code, the program model is the model of two-dimensional Q2D9
Qam16
- 16 进制的正交振幅调制是一种振幅相位联合键控信号。16QAM 的产生有 2 种方法: (1)正交调幅法,它是有 2 路正交的四电平振幅键控信号叠加而成; (2)复合相移法:它是用 2 路独立的四相位移相键控信号叠加而成。-Quadrature amplitude modulation is a hex key signal amplitude and phase combined. 16QAM produce two kinds of methods: (1) quadrature a
fft-model
- 用FFT快速傅立叶变换的方法,求取两个模拟信号的相位差。为C语言程序.本程序利用两个模拟信号,求取信号的相位差。-FFT fast Fourier transform method, the strike phase two analog signals. C language program
article--Analysis-and-Simulation-of-Five-Phase.ra
- In this paper, a dq model based on transformation theory for five-phase induction machines is presented. A detailed implementation of an indirect-type five-phase field-orientation control including the hysteresis-type pulsewidth modulation (P
article-Leila-Parsa
- This paper presents the sensorless direct torque control (DTC) technique for five-phase interior permanent magnet (IPM) motors. By using the introduced technique fast torque response with low ripple in the stator flux and torque of the five-p
MainForPhaseAngle
- 修改自pudn的fm_gui_v2.基于相位相关方法(傅里叶变化),可有效实现任意大小两图的位移、尺度变化、旋转量,并输出拼接结果-Modified pudn of fm_gui_v2. Based on phase correlation method (Fourier transform), which can effectively achieve the displacement of any size, the two figures, the scale changes, the
The-source-code
- 编程求解一维、二维导热对流换热问题,涉及相变,有限体积法-Programming for solving one-dimensional, two-dimensional thermal convection heat transfer problem, involving a phase change, finite volume method
loujing_v63
- 采用的是通用的平面波展开法,抑制载波型差分相位调制,计算时间和二维直方图。- Using common plane wave expansion method, Suppressed carrier type differential phase modulation, Computing time and two-dimensional histogram.
delta_phase
- 采用数字相关方法 估计 两路同频信号的相位差-delta phase estimation for two same frequency signal based on correlation method
两阶段单纯形法的C语言实现
- 两阶段法单纯形,非常好的两阶段单纯形法的C语言程序 已调试过(Two-stage method simplex Very good two-phase simplex C program has been debugged)
MATLAB
- 一种双相流的LBM(Iilb,d2Q9)方法 根据d2q9格式,Matlab代码使用格子玻尔兹曼(LB)方法模拟二维不混溶流体(蓝色和红色流体)的两相流。(mplements Immiscible Lattice Boltzmann (ILB, D2Q9) method for two phase flows he MatLab code uses lattice Boltzmann (LB) method to simulate two phase flows for immiscible
lattice boltzmann method for single phase flow
- 本程序系对格子Boltzmann方法中经典的D2Q9模型进行编程求解。该程序模拟了单相流体在单通道中的流动情况,在流动通道中可以添加不渗透固体,从而用于模拟流体扰流的情况。进一步可以增加不渗透固体的数量,达到模拟流体在多孔介质中的二维流动。该程序适用于初学者对LBM方法编程求解的理解,经二次开发后可以用于油气勘探开发领域。(This program solves the classical D2Q9 model of lattice Boltzmann method by programming