由买买提看人间百态

topics

全部话题 - 话题: simulink
首页 上页 1 2 3 4 5 6 7 8 下页 末页 (共8页)
j******c
发帖数: 712
1
用simulink仿真的时候就要考虑fix-point的问题吧

bit
T******T
发帖数: 3066
2
sw = software ..
system algo 是偏theory,和 fix-point arithmetic..
需要熟练matlab/simulink 等。
l***g
发帖数: 1035
3
not quite possible unless you have the transfer function of each opamp. if y
ou need something close, simulink control tool can plot the bode. you may ne
ed some simscape toolboxes for the opamp. If u need something acurate, build
the circuit and run spectrum analyzer bah.. much cheaper than the sw.
l****s
发帖数: 41
4
Matlab-simulink is the one you are looking for.
It is good for system level (algorithm development) simulation. For what you
need, it is really a piece of cake for it.
i****o
发帖数: 2
5
来自主题: EE版 - One more PhD position @URI
Ph.D. Positions Available:
The Computational Intelligence and Self-Adaptive Systems (CISA) Laboratory
at the Department of Electrical, Computer, and Biomedical Engineering at the
University of Rhode Island (URI) is seeking applications for funded Ph.D.
positions. Our laboratory is focusing on cutting-edge research on the
fundamental advancement of computational intelligence/machine learning and
applications to a wide range of domains, such as energy and power grids,
control, sensor networks, and... 阅读全帖
g****t
发帖数: 31659
6
matlab几十年积累了很多corner case 的处理和engineer fix.
这都是客户反馈过去的意见一点点improve过去的.不用的人不会体会到这些细节.
据我所知,GM,TOYOTA等公司用matlab simulink作电控的工具很多年了.
随便拉个人c写写是达不到这个鲁棒性要求的.
EE用的Design tool也是一样道理.

你想说用matlab generate code?
g****t
发帖数: 31659
7
matlab是很多汽车公司电控设计主要工具之一.
它的工业应用范围很广,和主要在学校里使用的数学软件有本质不同.
随便google了一下:
"MATLAB, Simulink and Stateflow . . . have become the de facto standard at
Toyota for simulation, data processing and controls design. It would be
impossible to list all of the applications for these tools at Toyota."Akira
Ohata, Toyota

前景不是很看好。因为芯片公司趋势是合并减少,EDA的客户在减少。目前来看找工作
还是没问题的。另外EDA的工作就是码工。电路只是一个背景,这个做一两年你就很熟
了,每天还是跟code打交道。
,它相当于是在写脚本语言,并不能算是真正的编程。写MATLAB对于软件开发的认识是
没有太大帮助的。当然很多领域里还是会用它做工具,毕竟它的很多package做的还是
很不错的。
j******m
发帖数: 26
l***g
发帖数: 1035
9
simulink with simpower system toolbox. it's getting generators and load and
power electronics.

,
f******d
发帖数: 6361
10
来自主题: EE版 - 求教RLC电路阶跃响应
其实你用pspice sim一下不就可以印证了吗? 用simulink也可以啊。
c*********a
发帖数: 2265
11
来自主题: EE版 - 求建议
我是物理phd,做理论模拟的(虽然是模拟,但是软工的要求看了下,基本上没啥戏)
这个暑假要毕业。因为早早的就不想留学术界了,所以去上了些EE的课,拿了一个
master学位。
本来是想做power方向的,不过怪我选课的时候没有好好的问问ee的人,所以相关的课
就只有一门power electronics,现在开始找工作了,发现远远不够,基本上就没什么
人会愿意要,连intern投出去都没人理,因为实在太没有经验,而且基础知识该上的课
很多也没上过。硬件的话lab经验很少,只在power的课上做过一两个,要不就得本科的
时候做的了。软件算上simulink和Pspice都只会一点。
我现在在考虑要不要拖一个fall quarter到年底再毕业,自己交学费,期间去修一点
analog ic design,control的课,找找ee的professor有没有人可以选他们的research
学分做点小project的,然后顺便还可以看看intern的机会。
不知道这么做好不好?请EE的同学们给点建议,我这种情况该怎么办?拜谢了。。。
m********r
发帖数: 334
12
来自主题: EE版 - 请教一个Simulink的问题
我在重复别人的电机建模,模型大概是
U=Ri + (Fi'/i')di/dt + (Fi'/theta')dTheta/dt
其中dTheta/dt = w 角速度
现在求i,总是遇到积分器在time 0的值为无穷大,如果输入很小就没事。这种情况是
一定是奇异点的问题吗?
p***e
发帖数: 472
13
来自主题: EE版 - 请教一个Simulink的问题
right, not the dtheta/dt, must be the flux linkage.
m********r
发帖数: 334
14
来自主题: EE版 - 请教一个Simulink的问题
d or q 是什么? PID吗?
m********r
发帖数: 334
15
来自主题: EE版 - 请教一个Simulink的问题
从flux求电流一般应该怎么求?如图
(U-R*I) --> 1/S-->Flux
________________
Flux -->| |--->i(t)
Theta -->| Current Calc |
i(t)-->|________________|--->inductance(t)
p***e
发帖数: 472
16
来自主题: EE版 - 请教一个Simulink的问题
a motor has the following equations:
Eq. 1: d[Flux]/dt = [V] - R[i] +/- w * [Flux]
Eq. 2: [Flux] = [wL] * [i]
Eq. 3: Torque = [Flux] * [i]
Eq. 4: dw/dt = Torque - Tload
Eqs. 1 & 2 apply to both stator and rotor, just change the voltage values
accordingly.
To model a motor:
1, calculate theta from the integration of w;
2, transform v, i from abc to dq
3, from v and i, calculate Flux for next step;
4, from Flux, calculate i for next step;
5, from Flux and i of next step, calculate torque ... 阅读全帖
m********r
发帖数: 334
17
来自主题: EE版 - 请教一个Simulink的问题
多谢,其实我算的是SRM,rotor没有电压。我开始用的是Model 1,根据公式
U = R*i + d[Flux]/di * di/dt +d[Flux]/d(theta) * d(theta)/dt
= R*i + (L + i*dL/di)*di/dt + i*dL/d(theta)*d(theta)/dt
如图1,输入电流和角度,输出做代数运算后积分,每次积分器都很容易输出无穷大。
然后我改用model 2, Flux作为输入,Flux=L(theta,i)*i,电感用多项式近似后变成电
流的四元方程,怎么算电流?求多项式的根?
还有,Eq4是不是还少了w*F?
p***e
发帖数: 472
q**i
发帖数: 367
19
simulink coder, embedded coder 怎么设置啊?
还需要ti ccstudio么?
n*****n
发帖数: 1634
20
目前usrp和simulink/matlab,labview, gnuradio等都能连接,进行模块化编程,在PC
上实现一些调制解调,除了教学用途,感觉应用在协作通信方面的也不少,youtube上
很多视频。
上面三种软件尤其前两个虽然很强大,但针对软件无线电这个点,我觉得还有不足。比
如matlab的速度,物理层以上协议的建模不是很有效, labview,我觉得他的图形化编
程不适合通信信号处理,不管是教学还是研发,用labview搭套复杂链路,估计很费劲。
我自己弄了个windows下类似的软件,基本做完了,中文版的,尽量把容易使用,容易建模,速度快
作为目标。 打算往国内学校推推,咨询过一些同行,代理,有的说行,有的说不行,
感觉能赚点,不多。
我想不管钱多少,先做起来,以后弄个英文版,在北美学校推推。或者加入比较复杂的
协议,卖给一些公司让他们做半实物仿真
有对这块了解的朋友,给提提意见。
h*******y
发帖数: 896
21
你如果做过很多matlab/simulink系统级的仿真,懂dsp,还是很好找工作的
C******B
发帖数: 738
22
来自主题: EE版 - PHD就业方向,请大家提点
之前木有任何工作实习经历,现在是东部某小学校phd,最后一年了,不想留在学术界
,也不太可能留在学术界因为学校差。有个MS学位。phd方向为信号处理在雷达方面应
用(不知道当初我咋想的),主要是statistical modeling,detection, estimation,
tracking algorithm,主要用matlab/simulink/gui。C还行,只有coursework
project经历。
这段时间愁得要死,不知道未来何去何从。木有卡,所以相关工作想都不要想。我很迷
茫,不知道用MS找工作是不是更好。也不知道找什么方向的,因为我搜索了一段时间还
是不知道找什么方向。
请大家提点,我该怎么办呢?
j******m
发帖数: 26
23
如附件:
具体问题是这样,我在把窗口3中的信号做积分,结果显示在窗口4中。
每当积分结果超过1,就产生一个posedge(如窗口1 & 2),然后经过一定的delay,
reset 积分器。
然后把窗口1 的结果送去一个 rising edge 的counter(设置如333.jpg)
现在的问题是,如图222.jpg中counter从5-10这个部分,前面部分counter都工作正常,但是在这里的
2个posedge,一次增加了2,一次增加了3.
请问这样的情况有可能是什么导致的呢?3Q.
b****y
发帖数: 169
24
把有问题的上升沿放大了看看,可能真的是有两到三个沿。
m*****e
发帖数: 15
25
积分器大于1产生上升沿后到清零有延时,这个时候窗口3的值有正有负,会反复触发大
于1的条件。
最好触发上升沿后立即清零,或先保持不变,然后延时清零。
w****y
发帖数: 2952
26
【 以下文字转载自 JobHunting 讨论区 】
发信人: whuboy (xyz), 信区: JobHunting
标 题: experienced embedded controls engineers position
发信站: BBS 未名空间站 (Fri May 4 13:53:06 2012, 美东)
Location: Indy, IN
MS in EE or ME. Two years industry experience is required. Familiar with
Matlab/Simulink.
If interested, please leave message in mitbbs mailbox.
thanks
l***g
发帖数: 1035
27
来自主题: EE版 - 悲催的我也来求refer了
here is one...
I ran across your profile and, based on your background, I thought it made
sense for me to reach out.
Crown Equipment Corporation, a leader in the Material Handling Equipment
industry, is currently seeking Software Test Engineers for an emerging
department. This group will develop and execute embedded software testing
processes to support a variety of projects.
We are looking for:
• Embedded Software Background
• Experience with Matlab/Simulink Modeling
• ... 阅读全帖
e*********t
发帖数: 16
28
Location: Phoenix, AZ
Skills: Design Engineer, Mosfet, Powered, Power Supplies
The role of a Staff Engineer is that of a highly competent and experienced
product design engineer. As such, the right candidate will be a key member
in the new Engineering organization in North America for Renewable Energy.
• Direct responsibility for the development of new state of the art
products in areas related to power electronics in the field of renewable
energy as a team member in one of the Desig... 阅读全帖
m********n
发帖数: 21
29

看贴不仔细啊,微分方程已经能有了,详细的物理模型已经有了,在simulink建模了
,并且和实际测量数据比价了,80%正确性
l***g
发帖数: 1035
30
看来你是真不懂仿真。 simulink下边有现成的detail genset model under simpower
toolbox.
p***e
发帖数: 472
31
so you want to develop a similar program like Simulink?
l***g
发帖数: 1035
32
是用simulink,不是matlab.有搭方程,编程序的功夫,C# matlab 没什么区别。simuli
nk 没有com.
l***g
发帖数: 1035
33
那也要用simulink+rtw,生成动态连接库文件,从其他UI front end 调用.
s********k
发帖数: 6180
34
matlab生成代码是主要说simulink做的 吧
s********k
发帖数: 6180
35
simulink还是比较好生成代码,模块的代码都早就写好,你怎么搭它出什么。m file感
觉难一些,不过matlab大多简单逻辑然后调用数值计算的东西,应该也还好,比如FFT
,SVD之类的早就写好了吧。
z*****n
发帖数: 7639
36
no, it doesn't matter the source is matlab code or simulink.
a********m
发帖数: 92
37
小弟八月份毕业,开始找工快两个月了。感觉indeed和linkedin上虽然opening不少,
但是对fresh而言还是很艰难。我相信只要能找到第一份工作,以后的路应该会越走越
宽。希望版上各位过来人能给点建议,或者分享一点求职信息,在下感激不尽。
背景:
主要做过一些强电方面的design 和 testing
ECE Master Power Electronics
Experienced in the fields of:
- DCDC DCAC converter/inverter
- Linear & switch mode voltage regulator
- Magnetic components design
- Power MOSFET gate drive design
- Power electronics circuit modeling and analysis
- Electric vehicle traction drive system
- Wide bandgap semiconductor device (GaN & SiC) evaluation... 阅读全帖
l***g
发帖数: 1035
38
We are seeking a senior engineer with broad experience in electric/hybrid
vehicles control and strong software background. Duties include maintenance,
development, and testing of electric vehicle control software and battery
management algorithms, guiding through vehicle safety process and
interfacing with other functional teams within the organization.
Minimum qualifications:
- MSEE with 5 years relevant industry experience or BSEE with 10 years of
automotive industry experience; electric/hybri... 阅读全帖
k**n
发帖数: 14
39
master还有两个月毕业了,之前做RA两年,一直在干活。。
和组里其他人一起做过四五个project,有关DC/AC inverter, DC/DC converter, Grid
tie, thermal management.
主要工作是 power circuit design & debugging (gate drive, sensor, interface,
protection) and control programming ( embedded micro-controller, C coding)
有过一个实习,在Emerson,做了一个用DSP控制Simulink Model的test platform,还
给parallel inverter 编了一段code控制current balance。
论坛大牛们。。有没有知道谁家有opening的?
k**n
发帖数: 14
40
master还有两个月毕业,之前做了两年RA。。
和组里其他人一起做过四五个project,和power相关的接触过 DC/DC, DC/AC, PV,
AC/DC, UPS, Grid Tie, thermal management.
主要工作是 power circuit design & debugging (gate drive, sensor, interface,
protection) and control programming ( embedded micro-controller, C coding)
有过一个实习,在Emerson,做了一个用DSP控制Simulink Model的test platform,还
给UPS编了一段DSP code。
论坛大牛们。。有没有知道谁家有opening的?
m****u
发帖数: 5
41
小弟12月份毕业,在德州,有过一次流片经历,是CT-sigma-delta ADC。目前在画PCB
,3月开始测片子。任何与analog deign相关的实习工作都愿意干(layout,
validation,verification, PCB)。修过/在修的analog course包括power
management IC,PLL, Serdes, ADC,CMOS RF IC。 digital的课本科就修过。
Verilog, Verilog AMS, C, matlab/simulink建模都做过。
恳请版上的前辈们帮忙,我的email:m*******[email protected]
谢谢~
Y*****n
发帖数: 2
42
本人PhD第三年,打算暑假找个实习,
有过一次流片经历,现在做第二片,做的主要是optical transceiver方向,做过
optical interconnect系统集成,也做过CMOS avalance photodetector,用作optical
interconnect系统里面的。
其他的course project还有Frequency divider,Folded cascaded opamp,Sigma-
delta ADC,sample and hold circuit.
C++, LabView, Matlab (Simulink) 都用过。
求牛人帮忙内推一个暑期实习机会,工作内容与analog design, verification相关。
请站内联系。
多谢了~
e***y
发帖数: 4307
43
做这些方向的一般都会点工具,matlab/simulink之类的。这些用的很熟练的话编程上
手也不会太难。
n*********h
发帖数: 98
44
代友转发,请勿回信箱,直接发信至 [email protected]
/* */。谢谢!
=====================================================================
We are a fast-growing IC design company located in Silicon Valley,
currently we have one opening for SERDES system architect; please send
your resume to [email protected]
/* */ if interested.
Job description: SERDES System Architect
- Architecture definition and verification for high-speed long-reach
SerDes interfaces (up to 56Gbps)
- Serial link modeling and link ... 阅读全帖
m****1
发帖数: 896
45
来自主题: EE版 - 【电力工程师】求内推
我今年6月毕业,当时知道我老婆9月预产期,后来就没找工作,一直在照顾她,等到她
坐完月子。现在找工作快2个月了,投了一些职位,但面试机会非常少,不清楚是不是
简历的问题。我专业方面自己感觉做的还挺好的。
请版上的大牛朋友们帮忙看看,如果有 power electronics, hybrid AC/DC power
system, plug-in electric vehicles 以及 energy storage system的相关职位,请帮
忙内荐下。谢谢了
主要的研究方面如下:
INTERESTS
• Hybrid AC/DC Smart Grid Power System Simulation, Planning,
Optimization, Operation and Protection
• Dynamic Modeling and Control of Power Electronic Converters (
Bidirectional DC/DC Converters, AC/DC Inverters),
• Application... 阅读全帖
d****e
发帖数: 47
46
来自主题: EE版 - offer选择
fresh ee phd 一般学校
1 麻州mathworks,做simulink核心开发 112k + 6-10% bonus + 几千的relocation 其
他应该都没了 onsite的时候觉得工作环境不错 一人一间 貌似压力也很小 大家都很
relax
2 弯曲EDA公司 电路方向simulation,和博士比较近,135k + bonus(没具体说)+ 几
千的relocation
求建议
H***F
发帖数: 2501
47
来自主题: EE版 - offer选择
EDA

fresh ee phd 一般学校
1 麻州mathworks,做simulink核心开发 112k + 6-10% bonus + 几千的relocation 其
他应该都没了 onsite的时候觉得工作环境不错 一人一间 貌似压力也很小 大家都很
relax
2 弯曲EDA公司 电路方向simulation,和博士比较近,135k + bonus(没具体说)+ 几
千的relocation
求建议

发帖数: 1
48
【 以下文字转载自 JobHunting 讨论区 】
发信人: slapyou (一江月), 信区: JobHunting
标 题: [代发] 几个光学工程师职位
发信站: BBS 未名空间站 (Sun Aug 14 12:29:39 2016, 美东)
先废话一下,我刚刚离开求职市场,这是最近一些猎头发给我的职位信息,各位同行如
果有兴趣的,请直接联系相关猎头。个人觉得猎头代交HR Manager似乎能把进第一轮面
试的机会提高那么一点点(在公司里没私人network的时候)
希望大家都求职顺利
=======================
Recruiter: Chris Drake [email protected]/* */ 512 222 7116
Company
www.paratusdiagnostics.com
GENERAL DESCRIPTION
The Optical Engineer is responsible for the applied research and development
of bio-medical systems and... 阅读全帖
m**l
发帖数: 15
49
【 以下文字转载自 JobHunting 讨论区 】
发信人: merl (merl), 信区: JobHunting
标 题: Internship opening: Digital Beamforming
关键字: intern,beamforming,array
发信站: BBS 未名空间站 (Thu Feb 23 16:51:08 2017, 美东)
The Electronics and Communications (EC) group at Mitsubishi Electric
Research Labs (MERL) is seeking a highly motivated intern to conduct
research work on digital beamforming (DBF) for phased array antenna. The
ideal candidate is expected to have solid background in architectures of
beamforming, communication theory,... 阅读全帖
h********y
发帖数: 2
50
来自主题: Engineering版 - 紧急求救:writing S-function in matlab
I have a multi input coupled 2nd order non-linear system and want to generate
a
S-funciton generic simulink block. The forward numerical method run well in m-
file formate if given a very small step size: deltaT=.00005, but it will blow
up when implemented by using s-function block.
I don't have much experience using m-file to write s-function. I am wondering
if the m-file s-funciton itself have some bugs when impelmenting this kind of
highly non-linear system.
Help help. and Thanks a lot.
首页 上页 1 2 3 4 5 6 7 8 下页 末页 (共8页)