First
|
Prev |
Next
|
Last
Pages: 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316
Wavelet design Dear Clementia, you got the answre to your query? And have you implimentd that wavelet? Tell me , otherwise I will guide you for that. <jakubows(a)agh.edu.pl> wrote in message <ef03e36.-1(a)webx.raydaftYaTP>... Using function "New Wavelet on CWT" I designed the new wavelet based on the pattern. I saved adapted wav... 11 Feb 2010 06:06
Figure layout issue with monitor resolution Hi, Is coded a script to position multiple axes with titles, labels and so on. figure size is a user input in cm/inches. then I'm determining all positions based on normalized units. So it should basically be independent from the monitor resolution. However, there's a strange misplacement since I switched from a ... 11 Feb 2010 06:06
Problems with spectrogram Hey there, I'm trying to compute a spectrogram on my EEG Data. Therefore I'm using the Chronux Toolbox and the function mtdspecgramc which computes a spectrogram based on a multitaper analysis. I can get it to work but I'm confused about the resulting spectrogram. It always only shows power changes for the frequency... 11 Feb 2010 07:11
Identity Matrix in 3D Hi all Is there a straight way to create an 3D (or N-D, where N>2) identity matrix, as you can do with e.g.: eye(4,4) So far I have been doing: A = zeros(4,4,4) for i=1:4 A(i,i,i)=1; end But I maybe that for huge data sets it may not be the best (?) Thnx ... 11 Feb 2010 09:24
Helpin Realtime workshop-Embedded target for c2000 I am using Matlab 7.0.0.19920 (R14) - Simulink-6.0 and code composer studio 4.12 with spectrum digital incorporated eZDSP TMS320LF2407. I have created my simulink blocks with realtime workshop for embedded target for c2000. But in target preferences dialog,I couldnt find the DSP chiplabel and emulator related to my ... 11 Feb 2010 05:00
Changing varible names with each iteration Hi everyone. Although part of this problem has been addressed before, I still haven't quite figured out the solution yet. I am working on a model to describe some effective parameters of a physical system. Since the number of species in the system changes from time to time, I would like to make my code as general as... 11 Feb 2010 10:31
Does compilation with mcc speed up MATLAB code I do not have access to the compiler module of MATLAB. I would like to understand if I have to expect big speed improvements in using it, or if the purpose of the compiler is more that, of being able to distribute a MATLAB application to non-MATLAB users, on a PC where MATLAB is not installed. I understand that the... 11 Feb 2010 10:31
Reg PIV code "Sankar Gopalan" <sgopalan(a)purdue.edu> wrote in message <ha5tao$rep$1(a)fred.mathworks.com>... Hi all I have the following problems: 1) I have simulated images. In one image, the particles move in horizontal direction and in the other they move in different directions. I would like to get an image that super... 11 Feb 2010 02:49
How to use measure T=9; A=.1; N=5; K_l= -3*N; K_r = 3*(N+1); M=5; k=95; r=0.05; sigma=.2; mu=.3; lambda=.4; delta=.2; %h=@(z)H(k*exp(z))/k; K=[K_l:K_r]; N_k=length(K); dx=2*A/N; dt=T/M; step_x=(2*A)/N; N_k=length(K); for j=1:N_k nu(j)=((K(j)-.5)*step_x); end I want to replace nu(j) right hand side with a measure mu... 17 Feb 2010 02:13
job submitted, tasks pending A quick question. I create a job localScheduler = findResource('scheduler', 'type', 'local'); localJob = createJob(localScheduler); and then create a few tasks for it for n = 1:Ntask createTask(localJob, @dtest, 1, {commonData, inputData(n)}); end and submit the job: submit(localJob); then... 11 Feb 2010 00:39 |