Simulate_SyntheticS​ound

Simulate synthetic sound(s) in your Matlab codes for diagnosis default cases, start or stop steps, ...
11 téléchargements
Mise à jour 27 avr. 2020

Afficher la licence

This function emits a sound (which can be repeated several times) and, depending on the selected frequency, you can change it (from low to high).

It can be useful in some situations:

- to give you indications on the progress of a treatment or the start of a new treatment section

- to indicate the end of the execution of an iterative loop or a program.

- to inform about the presence or negligence of a miscalculation, ...

Below are a few lines as examples :

%% ****************************************************************
%% ****************************************************************
%%%% HOW TO USE THIS FUNCTION ? HERE ARE FOLLOWING EXAMPLES.

% Simulate_SyntheticSound(0.14,0.14,4600,48000,1,'cos');
% Simulate_SyntheticSound(.15,1,500,8192,3,'cos');
% Simulate_SyntheticSound(0.16,0.16,36000/100,36000,2,'sin');
% Simulate_SyntheticSound(0.3,0.1,84000/25,84000,2,'sin');
% Simulate_SyntheticSound(0.15,0.15,12800/50,12800,4,'cos');
% Simulate_SyntheticSound(0.12,0.12,512,12000,3,'sin');
% Simulate_SyntheticSound(0.18,0.18,50,24000,1,'cos');

Citation pour cette source

Donald Romarick ROTIMBO MBOUROU (diy-creactif.com) (2024). Simulate_SyntheticSound (https://www.mathworks.com/matlabcentral/fileexchange/75221-simulate_syntheticsound), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2019a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Tags Ajouter des tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.0