apollo-lhc / cm_mcu

Microcontroller source code for the APOLLO blade for the CMS tracker HL-LHC upgrade.
MIT License
2 stars 2 forks source link

Upgrade packer to new version 2 to allow MCU to send more FF data on UART Push link #197

Closed pkotamnives closed 5 months ago

pkotamnives commented 7 months ago

We currently send an average value of optical power from all channels of each FF device. With a new auto-encoder, we will send optical power per channel.

Additionally, Rui requested us to send outputs from transmit output disable register as well.

Describe the solution you'd like Follow a new auto-encoder as in here and modify this function.

Then, just add more zynqmon data steams as we have done before.

pwittich commented 7 months ago

changed the title, an auto-encoder is a type of neural network