This commit is contained in:
2023-11-14 17:10:27 +08:00
commit d5a822831c
423 changed files with 5909 additions and 0 deletions

View File

@ -0,0 +1,4 @@
function y=bp4_fcn(t)
y=1/8*t*(ml_func([1,1.8],-t/2)*ml_func([1,1.2],-t/2)+...
ml_func([1,1.7],-t/2)*ml_func([1,1.3],-t/2));
end