avatar
Onsite面经(EE)# JobHunting - 待字闺中
b*e
1
上上周的onsite interview,是DSP方面的
从早上8:30到下午3:00
一早和2个hr聊一个小时,然后是3个panel的面试,每个panel有2个engineer,中午和2
个manager吃饭,下午又是一个panel,还是蛮累的
记得的一些问题:
FIR v.s. IIR filter
Quantization error influence on IIR
Fixed point arithmetic: Q format,+/-/* of different Q format number
Fixed-point DSP v.s. Floating-point DSP
DSP architecture
Assembly implementation of FIR filtering
Switch a and b without extra variable
Lattice filter
Research projects details
一些体会:
自己简历上的东西要熟
DSP的基本概念要比较清楚
Best wishes for all job-seekers!
avatar
c*p
2
悲摧啊,,本科主要方向还是DSP来着,现在忘光了。。。
我就知道怎么不用额外的变量交换a和b。。。。
这个还是和DSP无关的。。

2

【在 b*******e 的大作中提到】
: 上上周的onsite interview,是DSP方面的
: 从早上8:30到下午3:00
: 一早和2个hr聊一个小时,然后是3个panel的面试,每个panel有2个engineer,中午和2
: 个manager吃饭,下午又是一个panel,还是蛮累的
: 记得的一些问题:
: FIR v.s. IIR filter
: Quantization error influence on IIR
: Fixed point arithmetic: Q format,+/-/* of different Q format number
: Fixed-point DSP v.s. Floating-point DSP
: DSP architecture

avatar
y*2
3
bless
avatar
L*n
4
Did you get the offer yet?
Big bless for you to get the offer
avatar
f*h
5
什么公司?
avatar
b*e
6
不用额外的变量交换a和b:
a=a+b;b=a-b;a=a-b;

【在 c****p 的大作中提到】
: 悲摧啊,,本科主要方向还是DSP来着,现在忘光了。。。
: 我就知道怎么不用额外的变量交换a和b。。。。
: 这个还是和DSP无关的。。
:
: 2

avatar
s*y
7
math calculation is costly on embdded system.
It cost more instruction than following:
better use this one:
#define SWAP(a, b) (((a) ^= (b)), ((b) ^= (a)), ((a) ^= (b)))

【在 b*******e 的大作中提到】
: 不用额外的变量交换a和b:
: a=a+b;b=a-b;a=a-b;

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。