Sergi・セルジ
Sergi・セルジ
Since CMSIS-DSP already provides functions for FIR decimation and FIR interpolation, it would be beneficial to include efficient rational resampling functionality using the polyphase resampling algorithm. For reference, see SciPy's...
The current IPC hooking mechanism: - `OH1_IOS_ReceiveMessage_hook`: https://github.com/xerpi/fakemote/blob/main/source/main.c#L315 - `OH1_IOS_ResourceReply_hook`: https://github.com/xerpi/fakemote/blob/main/source/main.c#L370 This basically intercepts IPC requests coming from the PPC side, which sends/receives packets to/from the USB connected to the...
Initial support to compile for Linux Arm 32-bit. This is the first step to progressively implement **_native execution_** on Arm 32-bit ([vita2hos](https://github.com/xerpi/vita2hos) is a proof-of-concept that shows this should be...
Builds PPSSPP for the Nintendo Switch (libnx) and uploads the build artifacts (ELF and NRO).
### What happened? - Python 3.12.3 - pymap3d==3.1.0 - astropy==7.0.1 `ecef2eci` gives different output depending on whether Astropy is imported or not: https://github.com/geospace-code/pymap3d/blob/v3.1.0/src/pymap3d/eci.py#L106-L129 ### Test code ```python from datetime import...
This proposal requests the addition of a method for software-based TLS pointer retrieval in the AArch64 ABI. A proposed implementation, similar to the approach used in AArch32 with `__aeabi_read_tp()`, is...
#### Summary Add a function to compute a dot product between a **real** input vector and **complex** coefficient vector, returning a **complex** result. This is useful for FIR filtering with...