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 |