Community Profile

photo

Hengameh Noshahri


Last seen: 1年以上 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

All
  • 5-Star Galaxy Level 1
  • Personal Best Downloads Level 1
  • Revival Level 1
  • First Answer
  • First Submission

バッジを表示

Feeds

表示方法

回答済み
play white noise for certain time
Fs = 96000; % sampling frequency in Hz Ts = 1/Fs; % sampling time in seconds te = 5; % signal duration in seconds y = randn(...

3年以上 前 | 2

送信済み


Nonogram puzzle creator based on input images
The code creates a Nonogram puzzle based on an image that you select and outputs a spreadsheet that you can solve and have fun!

3年以上 前 | ダウンロード 4 件 |

Thumbnail

回答済み
How to extract audio from MP4?
Try this: [y,Fs] = audioread(filename); audiowrite('outputfile.WAV',y,Fs); File formats of .avi and .MOV are not mentioned ...

3年以上 前 | 2

送信済み


Second order motion profile generator
The generated second order motion profile can be used as a smoothend reference signal (step function) for control systems.

3年以上 前 | ダウンロード 3 件 |