由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - Onsite面经(EE)
相关主题
signal processing 面试GE onsite 面经
Audio signal processing R&D job position报google nyc offer,并分享面经
apple, qualcomm ee 电面经[a9面经] print x,y,z
献上最近两家onsite面经(长!)(更新面经)startup, IBM, Q, 怎么选?
发个mathworks电面最近有人面quantcast吗?求个面经
请问各位有没有 Mathworks on site 的经历?Senior DSP Engineer at Santa Clara, CA
比较两个两个浮点数[招聘]EE专业多个职位
发发我自己的Bloomberg的面经在Java,怎样做floating point number 的比较?
相关话题的讨论汇总
话题: dsp话题: onsite话题: fir话题: iir话题: fixed
进入JobHunting版参与讨论
1 (共1页)
b*******e
发帖数: 298
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!
c****p
发帖数: 6474
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

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

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

s*****y
发帖数: 897
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;

1 (共1页)
进入JobHunting版参与讨论
相关主题
在Java,怎样做floating point number 的比较?发个mathworks电面
find the median of an infinite data stream of integers请问各位有没有 Mathworks on site 的经历?
烙印太牛了。。。比较两个两个浮点数
[Job opening] Audio signal processing engineer @ Qualcomm (转载)发发我自己的Bloomberg的面经
signal processing 面试GE onsite 面经
Audio signal processing R&D job position报google nyc offer,并分享面经
apple, qualcomm ee 电面经[a9面经] print x,y,z
献上最近两家onsite面经(长!)(更新面经)startup, IBM, Q, 怎么选?
相关话题的讨论汇总
话题: dsp话题: onsite话题: fir话题: iir话题: fixed