photo

Grant Sellers

MathWorks

2017 年からアクティブ

Followers: 0   Following: 0

I'm an engineer at MathWorks, with professional interests in Physical Modeling, Controls, DSP, and Audio Systems. Outside of work, I do a lot of music, board games, and video games.

For assistance with questions related to MathWorks products, please either post to MATLAB Answers or contact Technical Support using the Contact Us link in the upper-right corner of the page. Contacting me directly will likely not result in a response.

統計

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

回答済み
Can I use filtfilt with a Highpass filter?
Hello Philipp, If you look at the code of the filtfilt function, using "edit filtfilt", you will notice a slightly different ...

6年以上 前 | 1

| 採用済み

回答済み
How can I apply sgolay derivatives to a matrix of signals
Hello Jelle, I think it does make sense to rework your script as a matrix operation. Typically, vectorization does have good ...

6年以上 前 | 1

| 採用済み

回答済み
Is there any support for PS4 controller and 9DOF IMU in MATLAB & SIMULINK?
Hello Prayag, There is not currently support from MathWorks for the PS4 controller in MATLAB or Simulink. A limited number of...

6年以上 前 | 0

解決済み


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

約7年 前