Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
I want to make the same figure with little different dates using matlab. Figure is attached. Please suggest me how to make it....
I want the input stored into name be displayed in the %s. How can I do it? it is possible? name = input ('Enter the name of the voice command'); file ...
hi frnds i want matlab command or code for making speech waves with equal loudness in matlab i.e speech waves with same intensity and frequency. ...
hi All I am trying to write some parameter to a py file as follows Let's say I have the m-file 1 that contains the parameters like p=2,,,, q=3*p ,,...
I am running a test signal (white noise) through filter so that i can validate the frequency response and magnitude. Below is the code I'm using to...
I have the raw data of X, Y, Z, where X and Y are inputs and Z is the output. Plotting the surface gives the red curve in the below picture: The su...
I have droplet diameter and coordinates in a CSV file and I want to draw the all these points in 3d space and later project them on a 2D plane. can so...
i have a designed Low pass filter i want to apply this low pass filter on an audio file How can i do ? i only know that i can use [y,Fs] = audio...
Hello, I have a cell array by name m1 of size 374 * 3 (where m1(1,1}=1 * 8,m1{1,2}=1*8 and m1{1,3}=1*1..totally there are 17 cells)..Now i want minimu...
How to pass a audio signal through a filter ? It should work based on spectral energy i.e if its between 0-4 kHz it falls on speech band and If it fal...