Community Profile

photo

Hengameh Noshahri


Last seen: 1 year 前 自 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 次下载 |