photo

Hengameh Noshahri


Last seen: oltre un anno fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

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

Visualizza badge

Feeds

Visto da

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

oltre 3 anni fa | 2

Inviato


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!

oltre 3 anni fa | 4 download |

Thumbnail

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

oltre 3 anni fa | 2

Inviato


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

quasi 4 anni fa | 3 download |