Help to vectorize a loop with square matrix520 (7/26/2012 9:04:24 PM) comp.soft-sys.matlab It's been some time since I've used Matlab, but I need to vectorize the fol=
lowing code for performance reasons. I'm getting caught up on the square ma=
trix R. I understand the concept of replicating vector... Brandon
Parse this tricky ascii file?126 (3/27/2009 3:37:12 PM) comp.soft-sys.matlab I have a file that contains a series of header/data pairs. I'll call these "blocks". There are several data blocks per file. These blocks look something like this: %s %s %s %s\n %s %s\n %f %f %f %f %f ..... %f... Brandon
Help with textread/textscan and double quotes348 (3/16/2009 3:16:55 PM) comp.soft-sys.matlab I have a csv string formatted as follows. I'm trying to parse this and remove the double quotes. "3/12/2009","3:27:48 PM","-75.300000","mV" If I use: textread([strVoltageCsvDir strVoltageCsvFile],'%s%s%s %s',... Brandon
How to Read Long Tab-Delimited File?229 (2/24/2009 4:13:27 PM) comp.soft-sys.matlab Here's the python equivalent of what I'm trying to do. It's very simple and elegant, but I need to visualize the data, and python falls short for my needs there. In this case, There are over 500+ tab delimited ... Brandon
Fitting to a Noisy Sinusoid?031 (12/11/2008 10:05:59 PM) comp.soft-sys.matlab I'm trying to solve a problem where I have to fit a noisy sinusoid so I can properly extract some information from the sinusoidal segment. What's the best way to do this? Here is a code snippets where I'm try... Brandon
Firpmord(...) returning bad values036 (7/23/2008 2:24:34 PM) comp.soft-sys.matlab Hi, I'm having a problem using firpmord(...) with a particular set of arguments. [deciLpfFirOrd,deciLpfFrq,deciLpfMag,deciLpfWght] = ... firpmord([46.875e6, 62.5e6],... % freq [1,0],... % attenuation... Brandon
Using Visual Studio 8 Editor instead of CCS 3.3028 (1/3/2008 10:52:09 PM) comp.dsp I find CCS 3.3 to be quite terrible due to it's lack of class view, call browser, go to, and find features. I found the option in CCS to use an external editor (devenv.exe), but it doesn't implement any of the ... Brandon
Resume ModelSim sim from wlf?178 (3/21/2007 7:35:53 PM) comp.lang.vhdl Hello, Sometimes while running very long simulations in the background I need to reboot. In cases like this it would be nice to be able to pause the simulation and save the dataset so I can continue later. I a... Brandon
Zero-Valued Data Out of Chipscope ILA?2114 (3/20/2007 10:07:17 PM) comp.arch.fpga Hello, I have a design on a SX55 that contains of two complex (real +imaginary) datapaths. I've been trying to debug the code in Chipscope using ILAs before and after my processing block. Both channels are ide... Brandon
javacomponent - java matlab integration427 (3/17/2005 9:41:54 PM) comp.soft-sys.matlab Hello, I'm trying to integrate a java JTable object into a gui figure. The table is being instantiated in it's own figure and not embedded into the parent figure, as I want. Below is my code. % Instantiate a... killerhertz(84)
converting RGB to intensity240 (3/21/2005 1:02:34 PM) comp.soft-sys.matlab Hi I would like to convert a RGB to intensity. I know from the matlab documentation there is this link that suggest this tutorial. But I noticed it uses simulink. Is there other way where simulink wont be req... grazieee(32)
Delete a uitable?277 (4/6/2005 8:21:29 PM) comp.soft-sys.matlab How can I delete a uitable? When I look at the handle for the table: >>hUitable ans = javahandle_withcallbacks.com.mathworks.hg.peer.UitablePeer >>ishandle(childHandles.uitableClusterRpt) ans = 1 ... killerhertz(84)
Phase Unwrap in FPGA?633 (11/2/2005 7:52:39 PM) comp.dsp Hello, I have a dig receiver architecture and I need to generate frequency from the phase. The phase (atan2) is computed using a CORDIC (magnitude is used for another part of the architecture, so CORDIC makes ... killerhertz(84)
cycles no. and time535 (3/1/2006 12:46:49 PM) comp.dsp Hi every body, I would like to know how can I calculate or measure the time and number o cycles of the algorithm which I used in CCS with DSK6711? For example wha is the time should be taken to get the FFT anal... mabozaed(29)
Moving the libraries from 62xx to 64xx328 (3/2/2006 1:12:17 PM) comp.dsp Hi experts, I have a DSP application libraries based on the 62xx DSP and now I want t move these libraries to 64xx platform. Can I re-use the same libraries fo the new 64xx target ? Do I need to recompile the ... shiva_chikkalli(7)
Help to vectorize a loop with square matrix520 (7/26/2012 9:04:24 PM) comp.soft-sys.matlab It's been some time since I've used Matlab, but I need to vectorize the fol=
lowing code for performance reasons. I'm getting caught up on the square ma=
trix R. I understand the concept of replicating vector... killerhertz(84)