Reconstruction of Audio from Absolute Spectrogram225 (9/18/2012 4:13:08 PM) Hello,
I have the absolute of a audio signals' spectrogram.
I lost the phase data because of various processing applied on the original spectrogram of the signal.
I'm trying to reconstruct the signal in a ... RoyiREMOVEAvital(47)
Division #3125 (9/19/2012 7:20:12 PM) I'm trying to plot a simple function... y=c/(c-x), where c is a constant. I've set c at it's value, e.g. c=3, and set the range for x, e.g. x = 0:1500, and am tring to set y, but I'm getting an error over the ... whardin(1)
Display Matrix/Array MEX Fortran317 (4/1/2012 2:06:22 AM) I would like to know how to display an array out of a Fortran MEX function just as you can do in MATLAB. The best I have found so far is displaying a scalar, or perhaps a short vector. For example, integ... Nathaniel
MATLAB_JAVA and jre7157 (9/19/2012 7:46:46 PM) I'm on R2011b Windows XP and wanted to switch to a newer version of java (d=
ue to a lot of crashes with the default java). I have installed the latest =
java 7 on my computer and removed all other versions.
... spasmous(236)
MPEG compression #3113 (9/19/2012 4:52:08 PM) %%
function mpegproj
% Example of MPEG-2 style coding. This function will get a movie, encode
% it, decode it, and write the MPEG data and both movie versions to disk
% for later playback and analysis. (See... angelicammu90(5)
error in from workspace2526 (9/15/2012 9:51:07 AM)
If have an array (170x1 double) in matlab workspace. I put the 'from workspace' block in simulink window for input of another block, But when run the program this error occurred:
"Invalid matrix-format ... elec_mnf(97)
geotiffwrite #2125 (4/5/2012 7:25:34 AM) Hi I have hard time with the geotiffwrite I read tiff file by the geotiffread I did some calculation and then I want to write it back to tiff. Im using ArcGIS, I try to work with the tiff once it had ITM projec... inbarhass
isinline equivalent318 (9/13/2012 10:17:10 PM) I'm looking for a way to identify an inline function.
b = 1;
c = 2;
d = 3;
f = inline('b+c*d',b,c,d);
I want to use something like this:
isinline(f)
ans = 1
isinline(b)
ans = 0
... ben-walker(128)
error in simulation mode437 (9/18/2012 10:58:09 PM) when i used accelerator mode in simulink instead of normal it gives me errors
"Problem creating Accelerator MEX file for model 'myconverter'. Error returned is:
Error(s) encountered while building model "... elec_mnf(97)
accessable memory in Windows 7122 (9/19/2012 6:20:12 PM) My PC has Windows Home Premium and 24 GB of memory. However, only 16 GB is available to Matlab as physical memory (less than that of course because of other system requirements). The extra 8 GB are listed in ... dgoodzz(1)