Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
5answers
3k views

Extracting precise frequencies from FFT Bins using phase change between frames

I have been looking through this fantastic article: http://www.dspdimension.com/admin/pitch-shifting-using-the-ft/ While being fantastic, it is extremely hard and heavy going. This material is ...
5
votes
5answers
312 views

“Phased” execution of functions in javascript

This is my first post on stackoverflow, so please don't flame me too hard if I come across like a total nitwit or if I'm unable ot make myself perfectly clear. :-) Here's my problem: I'm trying to ...
4
votes
2answers
1k views

Maven String Replace of Text Web Resources

I have a Maven web application with text files in src/main/webapp/textfilesdir As I understand it, during the package phase this textfilesdir directory will be copied into the ...
4
votes
2answers
282 views

Two-phase lookup: can I avoid “code bloat”?

Two-phase lookup question: Is there a more synthetic way to write this code, i.e. avoiding all those using directives? Something like using CBase<T>; is what I would like, but it is not ...
3
votes
1answer
672 views

Request-scoped beans and datamodel initialization?

UPDATE II: OK, I managed to narrow it down a little. I have a page with a datatable with sorting and filtering functionalities, both taking place in the DB. In other words, I do not use the embedded ...
2
votes
1answer
177 views

Matlab inverse FFT from phase/magnitude only

So I have this image 'I'. I take F = fft2(I) to get the 2D fourier transform. To reconstruct it, I could go ifft2(F). The problem is, I need to reconstruct this image from only the a) magnitude, and ...
2
votes
1answer
71 views

How can I preserve subgroups when changing role to public in Copy Headers build phase in XCode?

currently, the hierarchy is flattened out, and all the headers files are copied into a single Headers directory, no matter what subfolder they were in, in my Classes folder. This is a problem when ...
2
votes
1answer
192 views

Eclipse and Maven: Run goal after a file is changed

I have a maven goal configured in the pom that is executed on compile phase. But also I need that goal to run after a specific file is changed to keep everything always up to date. i.e I want to save ...
2
votes
2answers
727 views

JSF skips phases - How to debug that?

I have to debug a foreign jsf application thanks god. The problem is, that I submit a form, but the values aren't carried over. With a phase listener I can see, that the life cycle doesn't run ...
2
votes
2answers
1k views

How can I execute several maven plugins within a single phase and set their respective execution order?

I would like to breakup certain phases in the maven life cycle into sub phases. I would like to control the execution flow from one sub-phase to another, sort of like with ant dependencies. For ...
2
votes
1answer
535 views

How to perform ordered tasks in Maven2 build

I am trying to migrate a Java application built by Ant to Maven2. among other the build perform the following operations: 1) Running a javadoc doclet to find annotated Java files to be externalize ...
1
vote
0answers
97 views

Two phase locking

I have been doing a few exercises for an exam, they dont come with answers so just looking clarification, it asks to find the errors in the table and to explain each error which 2PL principles it ...
1
vote
1answer
304 views

Instantaneous Phase in Matlab

I have a signal in matlab and what to calculate the instantaneous phase for a specific band. I want to filter the signal into this range (using a bandpass filter) and then get the instantaneous phase. ...
1
vote
3answers
277 views

Maven phase executing twice

I require to generate some sources, so i attached a plugin goal to the generate-sources lifecycle phase. When I run mvn package it works fine, but when I run mvn install I noticed that my source ...
1
vote
3answers
108 views

RENDER_RESPONSE takes to long in seam

I write application using JBOSS Seam with Richfaces. Unfortunately some pages of it load very long especially when I want to show about 100 rows (or more) in table . Getting response from database ...
1
vote
1answer
114 views

OpenSSH Two Phase Login

I would like it if when I use OpenSSH like so: ssh user@host that it asks for a passphrase Please enter Passphrase: then asks for the password Please enter Password: Is this possible?
1
vote
2answers
2k views

How to skip install phase in Maven build if I already have this version installed in repo

I have a project that consist of 3 different libraries. When I run install script it takes all libraries from repo and run mvn clean install on them. But this version of library already installed in ...
1
vote
2answers
1k views

Maven - add custom phase to execute plugin with other configuration

I have two set of integration tests in one maven project - automatic and manual tests. The manual tests are few but tedious - they require pulling the plug of servers etc. I would like to create a ...
0
votes
2answers
23 views

Executing a specific Maven phase

Is there any way to execute a specific phase in a maven build. For example, if I only want to run those plug-ins that execute in the pre-integration-phase, does Maven provide a means to do that? ...
0
votes
0answers
82 views

phase correlation at pixel level using opencv

i'm doing phase correlation at pixel level using opencv for image manipulating and fftw library for converting spatial to frequency domain and the algorithm as follows for every pixel in the first ...
0
votes
1answer
57 views

FFT window phase syncronising

Hey guys im not sure if you could help with this. Im currently devising a solution of demodulating a DPSK signal in C#. i have got sofar a working FFT with Phase detection BUT. I now have an issue ...
0
votes
1answer
92 views

Difficulty understanding the phase calculated by the FFT. Short matlab demo to illustrate

I'm testing the phase output of an fft of a sin signal and a cos signal. The script below creates the signals and performs an FFT on them. Bins who's amplitude is below a threshold are zeroed for the ...
0
votes
1answer
41 views

Implementing third phase called merge after Reduce phase

I need to add a third phase – merge – which combines the outputs of separate, parallel Reduce tasks.This makes it possible to do things like joins and build cartesian products.Can anyone help me how ...
0
votes
0answers
62 views

phase (direction) of each edge pixel, zero degrees is black 359 degrees is white. No edge shown as mid grey

Calculate the phase (direction) of each edge pixel, phase data will be encoded that zero degrees is black 359 degrees is white. No edge can be shown as mid grey. Can someone give me a hint of how to ...
0
votes
1answer
272 views

DDS frequency synthesizer digital phase lock loop

hi i m working on a project about frequency hopping tranceiver. i want to implement a phase lock loop on FPGA i-e a digital PLL. i m multiplying the incoming signal with a certain frequency and ...
0
votes
2answers
57 views

PHP shows Parse error while executing

I need to create thumbnails for all the jpg images in a folder. When I compile it, the error message pops out: Parse error: syntax error, unexpected T_VARIABLE in /volume1/web/CAL1/thumb.php on line ...
0
votes
1answer
371 views

how to distinguish a jsf action or direct url link invoked the page

I have a situation, I have a session bean with list, this list I show in html data table. When the user hits the url from browser or normal href, I have to show all records. There is provision to ...
0
votes
2answers
126 views

Phases skipped when using PrettyFaces (JSF)

When using PrettyFaces to map a page containing a form, all phases after Restore View are skipped and the response is rendered. Thus the form is not submitted and the model is not updated.
0
votes
1answer
660 views

Modifying JSF Component Tree in PhaseListener

I'm having an issue. I've implemented a PhaseListener, which is meant to add a style class to any UIInput components in the tree that have messages attached to them, and removes the style class if it ...
0
votes
1answer
855 views

JSF - Update model in invoke application phase

in my JSF application i need to update ui component during invoke application phase. Can it be done? Here's the code i've produced so far: public void resetDataScroller(ActionEvent actionEvent) { ...
0
votes
1answer
1k views

Axis2 Migration

We had an application using axis2 1.0. We recently migrated to axis2 1.4. After migration we are facing the following error at runtime: public static org.apache.axis2.context.ConfigurationContext ...