Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
clc; clearvars; close all; % loading data load data; % Normal, Asthma , .., --> that is variable which i used to store audio files in them overall_dat...
Hi, I'm wondering how I can place a sound file through a filter that I made through Matlab. The code works, I'm just wondering how to inject the audio...
I need to isolate certain values of a matrix based on whether one of the values fall in a certain range I am writing a word recognition program that t...
How can I ensure that when I click the play button more than once in my MATLAB GUI, the audio is played only once, regardless of how many times I pres...
Hi everyone, I want to plot the frequency spectrum graph of an original audio signal by using this code: %input audio file with format: *.wav [samA...
All matlab spectral descriptors as spectralSlope, spectralKurtosis,ect have the choice to use a time domain or a frequency domain input, but I'm unabl...
Hello everyone, I'm doing research on an assignment that does LPC compression to a Speech file. Here you see the code; clear all; clc; %TAKING I...
Im trying to recreate the busy tone on matlab, the tone will have 60 interruptions per minute (50% duty cycle) and I already have the dual tone freque...
I am working on visual speech synthesis. I have used GRID dataset which consists of short sentences. The developed model is regression based model.The...
Dear All, I hope this message finds you well. I am currently working with Altera FPGA Cyclone IV and aim to implement a FIR filter for the ADC data...