Community Profile

照片

安迪·巴特利特(Andy Bartlett)

最后见:今天|自2015年以来活跃

统计数据

All
  • 12 Month Streak
  • Knowledgeable Level 4
  • Personal Best Downloads Level 1
  • Github提交1级
  • 5-Star Galaxy Level 1
  • 首先提交
  • 复兴级别2
  • 第一个答案

View badges

内容提要

View by

回答
如何使用动态键入的输入来创建S函数,该输入支持UINT64金宝app金宝app
S-Functions work with features that utilize code generation in a variety of ways. The way I'm familiar with to get the fullest ...

7 días ago | 0

回答
如何使用动态键入的输入来创建S函数,该输入支持UINT64金宝app金宝app
嗨,丹尼尔(Daniel),提供一个额外的参数-lfixedpoint时,您的sfunction应解决链接器问题。一个前任...

11días以前|0

回答
MATLAB 2018B 金宝appSIMULINK不识别Datatype UINT64的输入/输出
Way back in the "dark ages" of the 1990s, 64-bit integer were not main stream integer types like 8-bit, 16-bit, and 32-bit were....

13días以前|1

|accepted

回答
How can I get a sum of elements over a specified sample period in simulink?
For the case you described, a known fixed sample time (1ms in your case) and a know fixed time window (32ms in your case) to ave...

ALREDEDOR de 1 mes前|0

回答
错误:类uint64不映射到一个64位的Ctype.
如果您在尝试使用MATLAB编码器,Simulink Coder或Embedded C ...明确尝试生成代码时发生此错误。金宝app

ALREDEDOR DE 2 MESE |0

回答
check if input data in simulink changes by a certain specific value
Hi Aadithya, Some suggestions. Study and experiment with the full set of capabilities of the Delay block including Initial co...

ALREDEDOR DE 2 MESE |0

回答
如何在签名的固定点号中掩盖特定位?
完全精确乘以16位输入的完整精确乘法可以像So Gormat紧凑型格式一样长...

2 meses of |0

|accepted

回答
金宝appSimulink定点工具错误错误
嗨,阿里,我建议您联系技术支持。金宝app例如,使用MATLAB家用工具条上的“请求支持”按钮。金宝app如果你...

2 meses of |0

回答
Error : Constant Operands
我对您描述的“操作数必须是常数”的错误感到困惑。当我尝试重现这个问题时,我不观察到...

3 MESE前|0

回答
查找表错误:“模型”中的“ Breakpointsfordimension1”的值必须严格单调增加。
Please check the data type specified for the breakpoints. Quantization of the original value to the specified run-time data typ...

3 MESE前|1

|accepted

回答
How to represent this state space form in Simulink model?
Drop 4 integrators (1/s) into your model, do not connect them to anything yet. Draw signal wires leading in and out of each int...

4 meses ago | 1

回答
结肠操作以固定点
fi colon integer values only As the fi colon documention mentions, all colon operands must have integer values. Strategy to ge...

4 meses ago | 0

回答
如何在Simulink s功能中使用INT64和UINT64?金宝app
Two Key Headers for 64-bit Integers in Simulink S-functions. To use 64 bit integers, your S-function should include these two h...

4 meses ago | 0

|accepted

回答
Use mask's input into mask intialization
It is not possible to feed a signal into a mask initialization code. Only parameters feed into mask initialization code. Signal...

4 meses ago | 0

|accepted

回答
Evaluate surface fit in Simulink
Please see if the answer here helps.

5meses ago | 0

回答
How to use cfit objects in Simulink?
附件模型和MATLAB代码显示了如何从MATLAB功能块中调用使用曲线拟合工具箱创建的拟合。

5meses ago | 1

回答
为什么Simuli金宝appnk的加权样品时间块有时会使用定点数据类型进行输出?
Weighted Sample Time block is Polymorphic The Weighted Sample Time Math block is numeric type polymorphic. For inputs, it suppo...

6 MESE |0

|accepted

回答
Update matrix values inside MATLAB Function block
需要注意的是,MATLAB功能块主要使用代码生成模式而不是解释模式。解释...

6 MESE |0

回答
我如何使用FIXDT-Tool转换一个具有巨大范围差异元素的MATRX变量
定点设计师不支持每个元素金宝appscaling for vectors and matrices. A good solution to your need will depend on...

6 MESE |0

|accepted

回答
金宝appSimulink信号均值无零
两个关键的想法。使用单位延迟块以保持到目前为止的计算值使用有条件的逻辑来控制数学何时或进行n ...

6 MESE |0

回答
如何将字符串对话框(屏蔽)参数传递到TLC文件中的TLC文件,以获取级别2 MATLAB S功能?
See this doc page. //www.tatmou.com/help/simulink/sfg/writertw.html and in this example edit('adapt_lms.m'); search...

6 MESE |0

|accepted

回答
Is it possible that the "m. file" code is converted from the double precision to the single precision??
Hi, The tools for converting double precision floating-point to single precision for MATLAB code and Simulink models work best ...

6 MESE |0

回答
(需要帮助)是否有单一精确的优化代码?
我不确定是否支持单位仿真和代码生成独立的优化sol金宝appv ...

6 MESE |0

回答
金宝appSimulink模型:根级端口的无效数据类型
I suspect your inport "REEC" is not explicitly specifying its data type and is inheriting data type single via Simulink underspe...

7 Meses以前|1

|accepted

回答
How to get Tabledata and break point values using command line for look up table
首先,通过搜索“ blocktype”,“ Lookup_n-d”来获取块路径数组。其次,在该列表中的每个块上迭代到...

7 Meses以前|0

回答
How do I input a tranfer function in simulink with just a numerator?
拉普拉斯操作员s表示一个导数,其逆(1/s)代表积分器。在概念上,您可以模型3*s ...

7 Meses以前|0

回答
Make matlab use single as standard for code generation
嵌入式编码器旨在使生成的代码与Simulink模型的模拟行为保持一致。金宝app更换双打...

8 MESE前|0

回答
What is the real value of "single(my_variable)"?
Decimal text rounds to nearest representable value When decimal text is read in and parsed by MATLAB, a C compiler, your own cu...

9 MESE |0

|accepted

回答
金宝appsimulink块以获取指定的值
You need your design to remember the past value of a signal, so your design will need some lasting memory. Lasting memory is als...

9 MESE |0

回答
如何设置基于输入/输出数据类型的块掩码参数?
One way to achieve this is to use the Mask Initialization code to create a dummy "value holder variable" of the same type specif...

9 MESE |1

|accepted

装载更多