micropython ULAB 固件

又有大佬给我这样不会不会打包的小白方便了。

micropython1.22 大版本 ULAB

有ESP32 C3 S2 S3 PICO 2MB 4MB 16MB

地址:v923z/micropython-builder: Ready-to-run firmware files with micropython and ulab (github.com)

固件:Release Release date 2023-10-19 · v923z/micropython-builder (github.com)

下载()

多一个ULAB模块 相关该模块下的函数方法

help(ulab)
object <module 'ulab'> is of type module
  __name__ -- ulab
  __version__ -- 6.4.1-2D-c
  dtype -- <function>
  numpy -- <module 'numpy'>
  scipy -- <module 'scipy'>
  utils -- <module 'utils'>

help(ulab.scipy)
object <module 'scipy'> is of type module
  __name__ -- scipy
  linalg -- <module 'linalg'>
  optimize -- <module 'optimize'>
  signal -- <module 'signal'>
  special -- <module 'special'>

 help(ulab.scipy.special)
object <module 'special'> is of type module
  __name__ -- special
  erf -- <function>
  erfc -- <function>
  gamma -- <function>
  gammaln -- <function>
help(ulab.scipy.signal)
object <module 'signal'> is of type module
  __name__ -- signal
  sosfilt -- <function>
help(ulab.scipy.linalg)
object <module 'linalg'> is of type module
  __name__ -- linalg
  solve_triangular -- <function>
  cho_solve -- <function>
help(ulab.scipy.optimize)
object <module 'optimize'> is of type module
  __name__ -- optimize
  bisect -- <function>
  fmin -- <function>
  newton -- <function>


help(ulab.numpy)
object <module 'numpy'> is of type module
  __name__ -- numpy
  ndarray -- <class 'ndarray'>
  array -- <function>
  frombuffer -- <function>
  e -- 2.718282
  inf -- inf
  nan -- nan
  pi -- 3.141593
  bool -- 63
  uint8 -- 66
  int8 -- 98
  uint16 -- 72
  int16 -- 104
  float -- 102
  complex -- 99
  fft -- <module 'fft'>
  linalg -- <module 'linalg'>
  set_printoptions -- <function>
  get_printoptions -- <function>
  ndinfo -- <function>
  arange -- <function>
  compress -- <function>
  concatenate -- <function>
  delete -- <function>
  diag -- <function>
  empty -- <function>
  eye -- <function>
  interp -- <function>
  trapz -- <function>
  full -- <function>
  linspace -- <function>
  logspace -- <function>
  ones -- <function>
  zeros -- <function>
  clip -- <function>
  equal -- <function>
  not_equal -- <function>
  isfinite -- <function>
  isinf -- <function>
  maximum -- <function>
  minimum -- <function>
  nonzero -- <function>
  where -- <function>
  bitwise_and -- <function>
  bitwise_or -- <function>
  bitwise_xor -- <function>
  left_shift -- <function>
  right_shift -- <function>
  convolve -- <function>
  all -- <function>
  any -- <function>
  argmax -- <function>
  argmin -- <function>
  argsort -- <function>
  asarray -- <function>
  cross -- <function>
  diff -- <function>
  dot -- <function>
  trace -- <function>
  flip -- <function>
  load -- <function>
  loadtxt -- <function>
  max -- <function>
  mean -- <function>
  median -- <function>
  min -- <function>
  roll -- <function>
  save -- <function>
  savetxt -- <function>
  size -- <function>
  sort -- <function>
  std -- <function>
  sum -- <function>
  polyfit -- <function>
  polyval -- <function>
  acos -- <function>
  acosh -- <function>
  arctan2 -- <function>
  around -- <function>
  asin -- <function>
  asinh -- <function>
  atan -- <function>
  atanh -- <function>
  ceil -- <function>
  cos -- <function>
  cosh -- <function>
  degrees -- <function>
  exp -- <function>
  expm1 -- <function>
  floor -- <function>
  log -- <function>
  log10 -- <function>
  log2 -- <function>
  radians -- <function>
  sin -- <function>
  sinc -- <function>
  sinh -- <function>
  sqrt -- <function>
  tan -- <function>
  tanh -- <function>
  vectorize -- <function>
  real -- <function>
  imag -- <function>
  conjugate -- <function>
  sort_complex -- <function>

help(ulab.utils)
object <module 'utils'> is of type module
  __name__ -- utils
  from_int16_buffer -- <function>
  from_uint16_buffer -- <function>
  from_int32_buffer -- <function>
  from_uint32_buffer -- <function>
  spectrogram -- <function>



发表回复