photo

Trig


Last seen: 4일 전 2013년부터 활동

Followers: 0   Following: 0

메시지

Senior FPGA Engineer at ESCO Maritime Solutions, developing high-reliability motor control and power conversion systems for naval applications. My work focuses on safety-critical FPGA designs, verification, and model-based development using MATLAB and Simulink. I'm interested in simulation automation, fixed-point implementation, and improving verification workflows for hardware systems.

Programming Languages:
Python, C++, C#, PHP, Javascript, MATLAB, SQL, HTML, CSS, Arduino, Shell, Perl, Fortran, VHDL, Visual Basic
Spoken Languages:
English
Pronouns:
He/him

통계

All
MATLAB Answers

2 질문
9 답변

Cody

0 문제
4 답안

순위
3,500
of 300,381

평판
16

참여
2 질문
9 답변

답변 채택
100.0%

획득한 표
4

순위
 of 20,941

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
62,022
of 168,477

참여
0 문제
4 답안

점수
51

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • MATLAB Mini Hack 2022 Participant
  • Explorer
  • First Review
  • Revival Level 1
  • Solver
  • Knowledgeable Level 1
  • First Answer
  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
FAQ: How do I install the MinGW compiler?
How do I remove MinGW? I added it with the Add-Ons installer, removed it with the Add-Ons installer but it persists in the comp...

2년 초과 전 | 0

문제를 풀었습니다


Partial Pressure of Water Vapor from Relative Humidity
Buck (1996, 1981) published the following constants for the saturation pressure of water*: 6.1121 (mb) The saturation pressur...

거의 3년 전

답변 있음
How to Stop Simulation in Test Sequence Block
This should work when not using accellerated mode: coder.extrinsic("set_param"); set_param(bdroot, 'simulationcommand', 'stop'...

거의 5년 전 | 2

답변 있음
Generate HDL error: Reference to non-existent field 'hasVariantError'.
As a follow-up I cleared out the mex files, deleted the SLPRJ folder & work folder from the project and the HDL is now being gen...

대략 5년 전 | 0

| 수락됨

질문


Generate HDL error: Reference to non-existent field 'hasVariantError'.
When generating HDL or performing a "Run Compatibility Checker" the operation fails with the error Reference to non-existent f...

대략 5년 전 | 답변 수: 2 | 0

2

답변

답변 있음
Programmatically capturing screenshots of Simulink blocks and dialogs
Simulink has this built in: % Open a model f14 % Choose name of model to be screenshot ModelName = 'f14' % Save the s...

6년 초과 전 | 0

답변 있음
Is there an option to recursively add directories to the path without using GENPATH?
This script on file exchange: <https://uk.mathworks.com/matlabcentral/fileexchange/21086-recursive-addpath will recursivly add...

대략 7년 전 | 0

답변 있음
Simulink HDL coder Shift register SIPO
The attached is a simulink testbench for the configurable SIPO shift register. function [update_out, po] = SIPO(update_in, ...

7년 초과 전 | 1

문제를 풀었습니다


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

7년 초과 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

7년 초과 전

문제를 풀었습니다


Let's get back to school: create mixed numbered fraction
A fractional number can be represented as mixed number. A "mixed number" consists of an integer followed by a proper fraction...

7년 초과 전

답변 있음
diary, how to create a new one
Automatic date and time append: diary(['diary_',datestr(now,'dd-mm-yy','local'),'_',datestr(now,'hh-MM-ss','local'),'.txt'])...

거의 8년 전 | 1

답변 있음
Creating a diary that is not appended to an existing one.
To have the diary name with the date and time when starting use this command: diary(['gd_diary_',datestr(now,'dd-mm-yy','loc...

거의 8년 전 | 0

| 수락됨

답변 있음
shift register SIPO Simulink
in the matlab window type: open_system('eml_hdl_design_patterns') and then double click on the third box labeled "Shift ...

대략 8년 전 | 0

| 수락됨

질문


Format longeng - rounding error
Hello All, When using "format longeng", I am getting strange results to basic maths but when using "format short" the correc...

대략 12년 전 | 답변 수: 1 | 0

1

답변