-
DiffractionFourierOpticsAndImagingErsoy
一本很好的傅里叶光学学习教材,英文原版,相当难得(A good learning material on Fourier optics, the English original, very rare)
- 2010-12-27 11:06:24下载
- 积分:1
-
BLOSS
This program named bloss obtains the B-coefficients of the
loss formula as the function of real power generation.
PL = P*B*P +B0*P +B00.
- 2014-11-05 23:39:26下载
- 积分:1
-
My_Lag_Function
拉格朗日插值算法的matlab程序,可用于数值分析(Lagrange interpolation
)
- 2012-01-14 11:01:21下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
Sugeno-TSK
本人的模糊控制课堂作业,基于Sugeno(TSK)推理的模糊控制器(Fuzzy control of my class assignments, based on Sugeno (TSK) inference of the fuzzy controller)
- 2010-05-06 15:35:27下载
- 积分:1
-
Project_paper
trace transform application in matlab
- 2010-05-08 21:53:35下载
- 积分:1
-
NBS0
自己写的nbcs,但是效果还没有普通BCS方法好,重建采用SL0,自行下载(Write your own nbcs, but the results are not good ordinary BCS method, reconstruction using SL0, to download)
- 2013-10-02 09:14:57下载
- 积分:1
-
Weight33D
用于三维无网格法matlab编程的权函数程序代码,移动最小二乘法编制。(Meshless method for three-dimensional weighting function matlab programming code, moving least squares convention.)
- 2013-11-02 19:01:42下载
- 积分:1
-
max alpha
说明: 使用个股日内髙频收益率计算己实现值进行分析,同时计算得到二阶矩
和高阶矩值并进行对比。本文根据己实现量的大小将所有样本股分为己实现值由
小到大的姐别,分别跟踪各股票组合的收益,探索预期收益与个股己实现值之间
的变化关系,然后将分组的结果应用于多空策略,为提高资产配置收益提供参考。
同时,将各己实现变量和各类对预期收益产生影响的控制变量放在一起构建
Fama-MacBeth截面回归,分析高频已实现量是否具有定价能力。(The realized value is calculated by using the daily gust rate of return of individual stocks, and the second-order moments are obtained by calculating at the same time.
Comparisons are made with higher order moment values. This paper divides all sample stocks into realized values according to the size of realized stocks.
Sisters from small to large track the earnings of each stock portfolio, and explore the relationship between expected earnings and the realized value of each stock.
Then the grouping results are applied to the multi-empty strategy to provide reference for improving asset allocation returns.)
- 2020-06-24 10:20:02下载
- 积分:1
-
Factor-models_matlab-code
Factor models_matlab code
- 2013-10-17 00:42:34下载
- 积分:1