IC front-end design : https://training.eeworld.com.cn/course/5754IC front-end design open class by Aixinren, a global view of digital IC design technology...
for(;;)
{
void* buffer = malloc(SIZE);
memset(buffer,SIZE);
process(buffer)
free buffer;
}
This is a pseudo code from an intern (I have supervised more than 10 interns, so I have seen a lot). Original...
[size=4]The difference between digital signal processor (DSP), general-purpose microprocessor (MPU) and microcontroller (MCU) is that DSP is oriented to high-performance, repetitive, numerically inten...
[size=4]To ensure high-frequency input and output, every integrated circuit (IC) must use capacitors to connect each power pin to the ground on the device for two reasons: to prevent noise from affect...
[i=s]This post was last edited by fish001 on 2018-12-26 11:05[/i] [size=4]The three-legged inductor can also be called an autotransformer. It is a transformer with only one winding. When used as a ste...