搜索资源列表
2d
- The dispersion relation and the optical transmittance of a two-dimensional photonic crystal composed of the hexagonal array of cylindrical air holes fabricated in a dielectric slab were analyzed by group theory and the numerical calculation based
ps_pointsprites
- 粒子系统实现火焰效果struct CParticle { float m_x //当前x坐标 float m_y //当前y坐标 float m_Angle //方向 float m_Speed //速度 float m_AngleAdjustment //角加速度 float m_Life //生命值 float m_Decay //衰减速度 } -Particle system to achieve the effect of flame s
targ
- 求系统单位给定阶跃响应的性能指标(超调量,峰值时间,调整时间 .....),其中, y,t表示系统节约相应的函数值与其对应时间,函数返回的是阶跃响应的第一(正向)波峰值b1、 阶跃响应的第二(正向)波峰值b2,阶跃响应的超调量sigma,阶跃响应的衰减比n,阶跃响应的衰减率pusi 阶跃响应的衰减震荡周期T,阶跃响应的振荡频率f.-Demand system units for a given step response performance (overshoot, peak ti
Desktop
- time, the function returns the order Jump to respond to the first (positive) wave peak b1, step response of the second (positive) wave peak b2, step response overshoot sigma, step response of the attenuation ratio of n, the step response of the atte
Wave-in-Viscoelastic-Media
- 硕士论文:粘弹性介质地震波数值模拟。 震波在实际地层介质中传播与在理想的完全弹性介质中传播有许多不同之处,地层的粘滞性会损耗地震波能量,使其振幅衰减并且视频率逐渐降低。地震波的这种能量 衰减和频散,使得不能直接从地震数据上得到准确的地下信息和分辨率更高的图像。实 际的地层更接近于粘弹性介质,本论文主要探讨和研究了粘弹性介质中地震波传播的数 值模拟方法及其衰减规律。 -Thesis: viscoelastic medium seismic wave numerical simu
mmm1
- OFDM is one of the best physical-layer candidates for cognitive radio (CR) systems, but rectangular pulse shaping gives rise to large spectrum sidelobes and interferes with the licensed user on the adjacent band. In this paper, an approach is
O_quality
- 用MATLAB语言编写的智能计算曲线衰减率,上升时间,稳定时间,过度时间,振荡周期,峰值等。简单实用。-Using MATLAB intelligent computing curve decay rate, rise time, settling time, over time, the oscillation period, peak and so on. Simple and practical.
QPSK
- QPSK调制后产生QPSK信号,QPSK信号分别通过AWGN信道、Rayleigh衰减信道和Rician衰减信道,分别通过QPSK解调出数字信号,通过输入与输出数字信号的对比计算出仿真过程中的传输误比率,并将其与各衰减信道的理论误比率进行对比-Generate QPSK signal QPSK modulation, QPSK signals through AWGN channel, Rayleigh fading channel and Rician fading channel, resp
SAA-TSP
- 模拟退火算法解决旅行商问题,城市数量27,初始温度3000,温度衰减率0.95。 -Simulated annealing algorithm to solve the traveling salesman problem, 27 the number of cities, the initial temperature of 3000, the rate of temperature decay 0.95.
ofdm-simulink
- 在现代无线通信技术中,扩频通信是一种具有较强抗干扰性能的技术,正交频分复用(OFDM)是一种具有较高数据传输速率和频谱利用率,并能有效对抗频率选择性衰落的多载波调制技术,因而将这二者结合起来构建系统势必会进一步提高系统的抗干扰和抗衰落性能,研究其结合技术也逐渐成为无线通信领域的热点。随着3G的兴起,即将推出的LTE也将采用OFDM技术(正交频分多路复用)。 由于OFDM的多载波特性,使得直接序列扩频技术和跳频技术能够与OFDM技术进行有效的结合。在本文中,我们研究了OFDM)以及相关抗干扰抗
matlab-ofdm-
- 扩频通信在现代无线通信技术中是一种具有较强抗干扰性能的技术,正交频分复用(OFDM)一种具有较高数据传输速率和频谱利用率,并能有效对抗频率选择性衰落的多载波调制技术,因而将这二者结合起来构建系统势必会进一步提高系统的抗干扰和抗衰落性能,研究其结合技术也逐渐成为无线通信领域的热点。随着3G的兴起,即将推出的LTE也将采用OFDM技术(正交频分多路复用)。 由于OFDM的多载波特性,使得直接序列扩频技术和跳频技术能够与OFDM技术进行有效的结合。在本文中,我们研究了OFDM)以及相关抗干扰抗衰落
usefultool
- 计算协方差提供了便利,特别是考虑了半衰期;同时提供了一些其他常用的计算工具,例如decayma ewma等移动平滑计算;(It is convenient to calculate covariance, especially considering half-life. Some other common computing tools, such as decayma ewma and other mobile smoothing calculations, are also provide
Dl4j学习率衰减策略
- Dl4j学习率衰减策略代码,dl4j的学习率衰减策略应用部分是在反向传播计算完地图之后,调用Updater.update()方法对梯 度进行更新并且进行梯度的衰减。(Learning Rate Policy How to decay learning rate during training.)