FFT function isn't working on signals greater than a second
Greetings All I have an fft function in matlab/octave that works great on an imported mono wav/audio signal that is 1 second long, but when the signal imported is more than 1 second the frequency...
View Articlecomverting a cell to an image
i have a cell y of size as below y = [128x128 double] {1x3 cell} {1x16 cell} y{1,2}: ans = [128x128 double] [128x128 double] [128x128 double] y{1,3} ans = Columns 1 through 4 [64x256...
View ArticleRe: FFT function isn't working on signals greater than a second
On 3/22/2013 11:58 PM, sal22 wrote:> Greetings All>> I have an fft function in matlab/octave that works great on an imported mono> wav/audio signal that is 1 second long, but when the...
View ArticleRe: Pdepe
On 3/22/2013 8:30 PM, Igor wrote:> hi everybody,>> What to do if pdepe too slow? slow is relative. So it is slow compared to what?> I am solving Diagenesis equation with fluxing BC...
View ArticleELMAN NET DOCUMENTATION EXAMPLE
% ELMAN NET DOCUMENTATION EXAMPLE % % DELAYED FEEDBACK FROM HIDDEN LAYER % % COMMENTS % % Unlike other timeseries functions (e.g. timedelaynet, narnet % and narxnet), the Elman net uses delayed hidden...
View ArticleRe: How to re-build mex from files generated from coder?
"Sida" wrote in message <kiiu2d$b3h$1@newscl01ah.mathworks.com>...> > > > > You said that in order to create mex file from your testfunc_mex.c, you needed to run testfunc_mex.bat....
View ArticleRe: FFT function isn't working on signals greater than a second
sal22 <sal22@please_post_to_group.com> wrote in message <Nvb3t.38741$lR.27224@en-nntp-16.dc1.easynews.com>...> Greetings All> > I have an fft function in matlab/octave that works...
View ArticleNeed to make VPA based function faster
Hello everyone, I have the following function in which I use the VPA command to get more precision; the problem i get is that this command is very time consuming, I need to call is hundreds of...
View ArticleRe: optimization and "Undefined function or variable"
Hi Alan, thanks again for your help. I still have problems. I update you about my progress... The objective function is this one: #########>>>bill.m function f = bill(x,d,q) r = x(1) s = x(2)...
View ArticleRe: calculate the area of a curve
"Nasser M. Abbasi" wrote in message <kil6td$3o2$1@speranza.aioe.org>...> On 3/23/2013 2:25 PM, angelina wrote:> > > I have done this:> > X=[0 ; 0.028; 1;];> > Y=[1; 0.75;...
View ArticleRe: calculate the area of a curve
On 3/23/2013 6:17 PM, angelina wrote: ...> The thing is , that for the first line I don't have the equation.I only> have the three points .Is there a way to find it in Matlab? How would you find...
View ArticleHelp with modifying cell array display
I have a cell array C with n columns (where n can vary) and C = 'Jane Doe' ' ' 'Johnny Doe' 'Johnny Appleseed' 'Apple Doe' 'Johnny Jane ' I would like MATLAB to print it as Jane Doe...
View ArticleHow can I unique name and values the same together?
Example: a 1 a 2 b 3 c 4 I want to unique only names: a 1 2 b 3 c 4 How can I do that? Thanks everyone.
View ArticleRe: How can I unique name and values the same together?
On Sunday, March 24, 2013 4:34:06 PM UTC+13, Phuc wrote:> Example:> > a 1> > a 2> > b 3> > c 4> > > > I want to unique only names:> > a 1 2> > b 3>...
View ArticleRe: How can I unique name and values the same together?
TideMan <mulgor@gmail.com> wrote in message <5194129d-8d76-48d2-be48-ef2187061ed1@googlegroups.com>...> On Sunday, March 24, 2013 4:34:06 PM UTC+13, Phuc wrote:> > Example:>...
View ArticleRe: calculate the area of a curve
dpb <none@non.net> wrote in message <kildjc$kpf$1@speranza.aioe.org>...> On 3/23/2013 6:17 PM, angelina wrote:> ...> > > The thing is , that for the first line I don't have...
View ArticleRe: How can I unique name and values the same together?
On Sunday, March 24, 2013 5:24:16 PM UTC+13, Phuc wrote:> TideMan <mulgor@gmail.com> wrote in message <5194129d-8d76-48d2-be48-ef2187061ed1@googlegroups.com>...> > > On Sunday,...
View ArticleRe: How to re-build mex from files generated from coder?
"Valery" wrote in message <kijqng$pcn$1@newscl01ah.mathworks.com>...> "Sida" wrote in message <kiiu2d$b3h$1@newscl01ah.mathworks.com>...> > > > > > > > You said...
View ArticleRe: How can I unique name and values the same together?
On 3/23/2013 9:34 PM, Phuc wrote:> Example:> a 1> a 2> b 3> c 4>> I want to unique only names:> a 1 2> b 3> c 4>> How can I do that? Thanks everyone.> What is in...
View Article