Home
last modified time | relevance | path

Searched refs:hf_model (Results 1 – 11 of 11) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DHierarchSurrModel.cpp408 Model& hf_model = truth_model(); in build_approximation() local
418 update_model(hf_model); in build_approximation()
445 hf_model.evaluate(hf_set); in build_approximation()
554 update_model(hf_model); in derived_evaluate()
559 hf_model.evaluate(hi_fi_set); in derived_evaluate()
562 hf_model.current_response().copy() : hf_model.current_response(); in derived_evaluate()
570 hf_model.evaluate(set); in derived_evaluate()
575 hf_model.evaluate(set); in derived_evaluate()
769 hf_model.evaluate(hi_fi_set); in derived_evaluate_nowait()
1318 Model& hf_model = truth_model(); in serve_run() local
[all …]
H A DHierarchSurrModel.hpp524 Model& hf_model = truth_model(); in resize_from_subordinate_model() local
526 hf_model.resize_from_subordinate_model(depth);//retain special value (inf) in resize_from_subordinate_model()
528 hf_model.resize_from_subordinate_model(depth - 1); in resize_from_subordinate_model()
553 Model& hf_model = truth_model(); in update_from_subordinate_model() local
556 hf_model.update_from_subordinate_model(depth);//retain special value (inf) in update_from_subordinate_model()
558 hf_model.update_from_subordinate_model(depth - 1); in update_from_subordinate_model()
560 update_from_model(hf_model); in update_from_subordinate_model()
/dports/audio/codec2/codec2-1.0.3/octave/
H A Dcohpsk_dev.m222 hf_model(hf_n, :) = zeros(1,Nc*Nd);
238 hf_model(hf_n, c) = ahf_model;
348 EsNodBSurface = 20*log10(abs(hf_model(y,:))) - 10*log10(variance);
357 [m n] = size(hf_model);
358 av_hf_pwr = sum(sum(abs(hf_model(:,:)).^2))/(m*n);
389 [m n] = size(hf_model);
390 plot(angle(hf_model(1:m,2)),'g;HF channel phase;')
401 plot(abs(hf_model(1:m,2)))
H A Dhf_modem_curves.m115 hf_model = abs(hf_model1(s)); variable
121 hf_model = 0.5*abs(hf_model1(s)) + 0.5*abs(hf_model2(s)); variable
124 rx_symb(s) = rx_symb(s).*hf_model;
H A Dtest_dqpsk2.m117hf_model = ones(Ntrials*Nsymb/Nc, length(freq_sample_rads)); % defaults for plotting surface variable
204hf_model(hf_n,:) = hf_gain*(spread(sc+M/2) + exp(-j*freq_sample_rads*Nhfdelay)*spread_2ms(sc+M/2));
248 …frame_hf_model = reshape(hf_model(hf_n-Nsymb/Nc:hf_n-1,:),1,(Nsymb/Nc)*length(freq_sample_hz)); …
317 EsNodBSurface = 20*log10(abs(hf_model(y,:))) + EsNodB;
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dinput_constants.F1020 INTEGER, PARAMETER, PUBLIC :: hf_model = 100, & variable
H A Dqs_active_space_methods.F52 eri_operator_erf, eri_operator_erfc, eri_operator_gaussian, eri_operator_yukawa, hf_model, &
232 CASE (hf_model)
H A Dinput_cp2k_dft.F65 eri_operator_yukawa, gaussian, general_roks, gto_cartesian, gto_spherical, hf_model, &
9209 default_i_val=hf_model, &
9211 enum_i_vals=(/hf_model, rsdft_model, dmft_model/), &
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dinput_constants.F1005 INTEGER, PARAMETER, PUBLIC :: hf_model = 100, & variable
H A Dqs_active_space_methods.F52 eri_operator_erf, eri_operator_erfc, eri_operator_gaussian, eri_operator_yukawa, hf_model, &
232 CASE (hf_model)
H A Dinput_cp2k_dft.F63 eri_operator_yukawa, gaussian, general_roks, gto_cartesian, gto_spherical, hf_model, &
9099 default_i_val=hf_model, &
9101 enum_i_vals=(/hf_model, rsdft_model, dmft_model/), &