Community Profile

photo

Hengameh Noshahri


Last seen: mer än ett år ago Active since 2020

Followers: 0   Following: 0

Statistics

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

View badges

Feeds

View by

Answered
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(...

mer än 3 år ago | 2

Submitted


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!

mer än 3 år ago | 4 downloads |

Thumbnail

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

mer än 3 år ago | 2

Submitted


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

mer än 3 år ago | 3 downloads |