photo

Blake


Last seen: 3ヶ月 前 2023 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Commenter
  • Solver

バッジを表示

Feeds

表示方法

回答済み
I need help combining two sine waves
After further coding I solved my question using this: f=1000; n=10; T=1/f; t=(0:T/100:n*T); s = sin(2*pi*t*f); e = (-expm...

3ヶ月 前 | 0

| 採用済み

質問


I need help combining two sine waves
Hello. I am trying to learn how to end an ascending sine wave at the start of a signal and end a descending sine wave at the end...

3ヶ月 前 | 3 件の回答 | 0

3

回答

質問


When integrating acceleration do you need to convert velocity?
I am using data from class that is wave data from a boat. I am taking the accleration data and demeaning it, filtering it, the...

4ヶ月 前 | 1 件の回答 | 0

1

回答

解決済み


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:...

約1年 前