Skip to main content

Questions tagged [pca]

The tag has no usage guidance.

0 votes
0 answers
57 views

Removing Phase shift in ECG signal

I have ECG signal sampled at 100Hz & using Python to remove noise, and generate a template signal from the collection of ECG from a total of almost 4700 signals. I have removed the noise from ECG ...
user68889's user avatar
6 votes
1 answer
209 views

Discrete Cosine Transform (DCT) as the limit of Principal Component Analysis (PCA)

On the Wikipedia article about Discrete cosine transform it is said: For strongly correlated Markov processes, the DCT can approach the compaction efficiency of the Karhunen-Loève transform (which is ...
Weier's user avatar
  • 181
4 votes
2 answers
64 views

ICA and Gaussianity: A Misleading Example in the Book Konstantinos Koutroumbas, Sergios Theodoridis - Pattern Recognition

A book reports that ICA cannot be used if the independent components of the analyzed data are Gaussian (at most one can be Gaussian, but no other). However, in the same book, the following example is ...
volperossa's user avatar
0 votes
0 answers
1k views

Pre-Processing Wi-Fi Channel State Information (CSI) Data

I was successfully able to collect some CSI data using the existing tool(s) on GitHub (https://github.com/StevenMHernandez/ESP32-CSI-Tool). The CSI data is a pair of imaginary and real number which ...
RikeshMM's user avatar
10 votes
2 answers
1k views

Can Principal Component Analysis (PCA) Solve the Cocktail Party Problem?

I'm looking into the cocktail party problem and trying to figure out whether something like Principal Component Analysis is enough to separate out all the various voices at the cocktail party into its ...
hotmeatballsoup's user avatar
1 vote
0 answers
34 views

feature extraction techniques for iris recognition

I want to ask how I can divide feature extraction techniques to feature detectors and feature descriptors. I have big problem how to understand it. For example I can use Gabor filters (feature ...
Olo's user avatar
  • 73
-1 votes
1 answer
85 views

Reconstruct images from PCA reduced dimensions with NN

I was reading this Medium post and I had the idea to reconstruct the original images with a convolutional neural network instead of applying the inverse transform method. The problem is that I don't ...
Jorge's user avatar
  • 51
3 votes
1 answer
126 views

Principal Component Analysis definition

I have just learned about this method, so I am not very familiar with it. As far as I know, Principal Component Anlysis (aka PCA) is used to transform a vector $x$ that belongs to a space of $d$ ...
MJ13's user avatar
  • 285
5 votes
4 answers
8k views

Apply Principal Component Analysis (PCA) for RGB Images

I've implemented a method to compute PCA on grayscale images. I haven't seen PCA on RGB images yet, which left me wondering if it is possible to perform it. With RGB images, is PCA done for each ...
Jorge's user avatar
  • 51
1 vote
0 answers
26 views

How would PCA run on multivariate time-series data affect phase relationships across variables?

I am running PCA on a multivariate time-series dataset using observations across time (i.e. w/out time as an explicit variable) as the design matrix. Given this setup, I've found that it is difficult ...
qualiaMachine's user avatar
0 votes
0 answers
41 views

Implementation of PCA for hyper-spectral Image Processing

I have been studying the concept of PCA and its implementation for dimensionality reduction for more than 1 month. My goal is to classify a hyperspectral image using sparse representation by the ...
morteza's user avatar
  • 113
2 votes
0 answers
45 views

Is it possible to weight the high frequency components of a signal to give high frequecy components greater overall power in the total signal?

I have a multivariate time-series dataset, and would like to run PCA on my dataset to reduce the number of variables I input into a time-series model. I am concerned that running PCA may end up ...
qualiaMachine's user avatar
3 votes
1 answer
531 views

How Can PCA Be Used in Image Analysis [closed]

I am still a not how PCA can be used in image analysis and where is it is mostly used. For example how can PCA be used in order to differentiate between different faces? Can you please mention other ...
suyol854's user avatar
  • 173
10 votes
2 answers
5k views

What Is the Difference Between PCA and Karhunen Loeve (KL) Transform?

I have been reading about Karhunen-Loeve (KL) transform. I see that when it is used to reduce dimension the procedure is identical to PCA, that is, for both methods the covariance matrix of the data ...
Roger Figueroa Quintero's user avatar
1 vote
0 answers
40 views

Sourse separation from known underdetermined mixing matrix

How to recover uncorrelated N sources from given N-1 signals and known mixing matrix M, (e.g. 9x8 matrix)? If I just use pseudo-inverse matrix M+, my source estimates are correlated with each other ...
Sairus's user avatar
  • 181

15 30 50 per page